0

I have a sample swift video chat app that I build with the help from ooVoo framework. The app builds and runs as expected when I simply run it from Xcode on my iPhone 5s phone. When I switch the device to 'Generic iOS Device' and run 'Product'->'Archive' to get the app ready for test, flight I get a linker error.

ld: bitcode bundle could not be generated because '/Users/Shared/ooVooSDK/lib/ooVooSDK.framework/ooVooSDK(SdkResult.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

What am I missing? We have the ooVoo framework version 2.2.0.72.

4

1 回答 1

0

如果所有框架都没有使用位码支持构建,您必须为您的应用禁用位码。

在此处输入图像描述

于 2016-01-09T23:49:53.470 回答