【发布时间】:2016-03-12 04:43:07
【问题描述】:
我正在尝试构建一个统一体,然后将其发送到我的 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)"
我正在使用 xcode 7.2 和 unity 5.3.3 。关于为什么会发生这种情况的任何想法?
编辑
【问题讨论】:
-
@Rana 谢谢,这解决了我的问题。我现在遇到另一个问题,我启动游戏并出现黑屏,然后游戏关闭。知道为什么会发生这种情况吗?
-
是 ==== 2016-03-11 15:14:56.363 sliceandrise[646:149838] 你已经实现了-[
application:didReceiveRemoteNotification:fetchCompletionHandler:],但你仍然需要将“远程通知”添加到 Info.plist 中支持的 UIBackgroundModes 列表中。 @Rana -
我已经用日志@Rana 的截图更新了我的帖子