objective-c - iOS: 集成JSPatch SDK后,打包报错
某草草
某草草 2017-05-02 09:25:29
0
1
669
ld: bitcode bundle could not be generated because 'xxxxxxx' was built without full bitcode.
All frameworks and dylibs 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)


某草草
某草草

reply all(1)
左手右手慢动作

Your project has the bitcode function turned on, but some of the referenced third-party libraries do not support bitcode. Either go find a third-party library and see if there is a new version that supports bitcode, or turn off bitcode in the compilation options.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template