1.创建一个framework的工程
2.Base SDK 选择Latest iOS
3.OS X Deployment Target 选择Compiler Default
4.Strip Debug Symbols During Copy 选择No
5.Strip Style 选择Non-Global Symbols
6.Targeted Device Family 选择iPhone
7.iOS Deployment Target 选择iOS 7.0以上兼容
8.Dead Code Stripping 必须选择NO要不然有xib话加载报错
9.Mach-o Type 选择Static Library
10.如果要兼容5c 需要在Architectures 加一项armv7s
11.xib不能放到.bundle或者物理文件夹下面打包,这样xib加载不了,可以创建文件夹把xib放进去加到工程里面选择文件组不是不是物理文件夹
时间: 2024-10-11 17:43:43