Reachability.swift icon indicating copy to clipboard operation
Reachability.swift copied to clipboard

Linker Error with Xcode 10.2 and 10.2.1

Open Narayane opened this issue 6 years ago • 2 comments
trafficstars

Hi,

Since Xcode 10.2, I have these errors when I try to clean/build my project

Targeting iPhone 6 (real) under iOS 12.1.4 Capture d’écran 2019-04-18 à 10 53 09

Targeting iPhone Xs (simulator) under iOS 12.2 Capture d’écran 2019-04-18 à 11 08 28

But I do not have any error in code of relative class when I open swift file.

Any help will be appreciated. Thanks.

Narayane avatar Apr 18 '19 08:04 Narayane

I am also seeing this on certain machines, but not all.

MisterJimson avatar Jun 28 '19 17:06 MisterJimson

Hey, got the same issue on xcode 11. no solution yet ? Also got this warning: Multiple targets match implicit dependency for linker flags '-framework Reachability'. Consider adding an explicit dependency on the intended target to resolve this ambiguity. (in target 'MyTarget' from project 'MyProject') maybe it's link but I dont see how I fix it

Mycose avatar Dec 30 '19 11:12 Mycose