Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 8.3 Linker command failed with exit code 1

Tags:

swift

xcode8

I started getting this error only after upgrading from XCode 8.2 to XCode 8.3, and only when making an archive build (debug builds work fine).

I think " if I will pod install again ? " then, a lot of err borned. do you know what going on ?

enter image description here

like image 832
ryosuke-hujisawa Avatar asked Sep 10 '26 15:09

ryosuke-hujisawa


2 Answers

Here also like as same linker command Issue in Xcode 8.3.1,

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

Ans: Goto "Build settings" -> Target -> Set "Enable Bitcode" = NO. enter image description here

like image 138
Venkatesh G Avatar answered Sep 13 '26 20:09

Venkatesh G


Check if your project has a .xcworkspace file. If it does you should open that instead of the .xcodeproj file.

like image 22
Jack Vial Avatar answered Sep 13 '26 20:09

Jack Vial