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

linker command failed with exit code 1 (use -v to see invocation)

Open krishnaSoni2113 opened this issue 5 years ago • 1 comments

Hello Team I am getting below error while running in Xcode 10.2

ld: /Volumes/Project/XCODEPROJECTS/Imaginato/skywalker_citripio_ios/Carthage/Build/iOS/Reachability.framework/Reachability compiled with older version of Swift language (unknown ABI version 0x06) than previous files (unknown ABI version 0x07) file '/Volumes/Project/XCODEPROJECTS/Imaginato/skywalker_citripio_ios/Carthage/Build/iOS/Reachability.framework/Reachability' for architecture x86_64

Uploading Screenshot 2019-04-25 at 6.53.20 PM.png…

krishnaSoni2113 avatar Apr 25 '19 13:04 krishnaSoni2113

What version of the Reachability framework are you linking against?

I would check to make sure you are linking against a version of the Reachability framework that's written for the Swift version (reference the Swift Language Version build setting in your Xcode project) of your project.

That's what the ABI version error seems to be pointing to.

EdemAttiogbe avatar May 01 '19 17:05 EdemAttiogbe