Xcode 7: linker command failed with exit code 1 (use -v to see invocation) again

后端 未结 2 1502
予麋鹿
予麋鹿 2021-01-12 02:31

Im testing my app on iOS simulator of Xcode 7 and its all right o, but when i try test in my iOSDevice (a iPhone 5S with iOS 9). I updated the xcode 7 and iOS9 today (09/16/

相关标签:
2条回答
  • 2021-01-12 02:50

    To solve this problem:

    1. Go to your project setting page
    2. Select your project (left side)
    3. Click the "Build Settings" tab
    4. Search "Bitcode"
    5. Set "Enable Bitcode" to "No"
    0 讨论(0)
  • 2021-01-12 03:01

    My problem solved by select device instead of simulator to install the app. as libs i was using not support the linker for simulator.

    0 讨论(0)
提交回复
热议问题