美文网首页
2018-01-03

2018-01-03

作者: 諾城 | 来源:发表于2018-01-03 16:26 被阅读0次

1.Build Active Architecture Only修改为NO    否则生成的静态库就只支持当前选择设备的架构。

2.Architectures增加armv7s 以支持5s和5c手机;

3.Mach-O Type更改成Static Library;

4.Other C Flags 设置为 -fembed-bitcode 防止archive的时候报错;

5.Dead Code Stripping设置为NO(可选);

6.Link With Standard Libraries设置为NO(可选);

7.Strip Debug Symbol During Copy 全部设置为NO;

8.Strip Style设置为Non-Global Symbols.

相关文章

网友评论

      本文标题:2018-01-03

      本文链接:https://www.haomeiwen.com/subject/fdahnxtx.html