Podfile文件

Podfile文件

1:use_frameworks! , 可生成静态库,有时候pod第三方时,无法import,这时候使用这条语句能够很好的解决问题。

2:pod的所有三方库在demo1和demo2*享。并且,在当前项目中(demo1),可同时引用demo2,此方法可用来制作sdk,避免每次sdk打包与sdkDemo调试的麻烦。

 

上一篇:node.js解决 Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol request


下一篇:eclipse中export 的jar file与 runnable jar file的区别