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

我们两清 提交于 2019-12-01 03:33:25

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"

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!