在物理设备上测试应用程序时出现链接器错误 - xCode 7
Linker error while testing app on physical device- xCode 7
我的应用程序在模拟器上运行良好,但在设备上测试时出现链接器错误并显示以下文本
我无法弄清楚实际的错误是什么。请帮忙!
您的问题与 BITCODE 有关
Be sure that you are dealing with Xcode 7, NOT lower versions. In lower version this flag does not exist.
Setup: Project>Build Settings>All>Build Options>Enable Bitcode = NO
从您的应用设置中禁用 BITCODE
我的应用程序在模拟器上运行良好,但在设备上测试时出现链接器错误并显示以下文本
我无法弄清楚实际的错误是什么。请帮忙!
您的问题与 BITCODE 有关
Be sure that you are dealing with Xcode 7, NOT lower versions. In lower version this flag does not exist.
Setup: Project>Build Settings>All>Build Options>Enable Bitcode = NO
从您的应用设置中禁用 BITCODE