Skip to content

Commit

Permalink
add bit code error pic
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYilong committed Mar 23, 2016
1 parent 67d093c commit 9512dce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,11 @@ clang: error: linker command failed with exit code 1 (use -v to see invocation)

详情可移步:[ ***How do I xcodebuild a static library with Bitcode enabled?*** ](http://stackoverflow.com/a/31486233/3395008)

同时切记,为 release 状态设置 `BITCODE_GENERATION_MODE=bitcode` ,开启 `full bitcode` 模式,否则会报错误:`Failed to verify bitcode in XXX.framework`
同时切记,为 release 状态设置 `BITCODE_GENERATION_MODE=bitcode` ,开启 `full bitcode` 模式,否则会报错误:`Failed to verify bitcode in XXX.framework` :


![enter image description here](http://i64.tinypic.com/2cxukix.jpg)


![enter image description here](https://cdn-images-1.medium.com/max/800/1*cd9mvJ7BJCW51zXSglwhBQ.png)

Expand Down

0 comments on commit 9512dce

Please sign in to comment.