im trying to build a unity and then send it to my ipad .The build works fine but when xcode wants to send the app to my ipad I get this error :
我试图建立一个统一,然后将其发送到我的ipad。构建工作正常,但当xcode想要将应用程序发送到我的ipad时,我收到此错误:
"ld: '/Users/SygnusUser1/Documents/anomproject/Assets/U3DXT/Editor/lib/libU3DXTCoreExtras.a(UP_ALAssetRepresentation.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)"
Im using xcode 7.2 and unity 5.3.3 . Any ideas on why this might be happening?
我使用xcode 7.2和unity 5.3.3。有关为什么会发生这种情况的任何想法?
EDIT
Screenshot of log , app shows black screen and then closes.
日志的屏幕截图,应用程序显示黑屏然后关闭。
1 个解决方案
#1
0
You may need to turn off Remote Notifications
您可能需要关闭远程通知
-
In the Project Navigator click the project
在Project Navigator中单击该项目
-
In the Projects and Targets list click the target.
在“项目和目标”列表中,单击目标。
Click Capabilities
-
Expand and turn on Background Modes
展开并启用背景模式
-
Click and Turn off Remote Notifications
单击并关闭远程通知
#1
0
You may need to turn off Remote Notifications
您可能需要关闭远程通知
-
In the Project Navigator click the project
在Project Navigator中单击该项目
-
In the Projects and Targets list click the target.
在“项目和目标”列表中,单击目标。
Click Capabilities
-
Expand and turn on Background Modes
展开并启用背景模式
-
Click and Turn off Remote Notifications
单击并关闭远程通知