简体   繁体   中英

Linker error while testing app on physical device- xCode 7

My app works perfectly fine on emulator but while trying to test on device it gives linker error with following text 在此处输入图片说明

I am not able to figure out what that actual error is. Please help!

Your issue is with the 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM