06 2016 档案

摘要:1.现象 2.原因 主要是因为DemoSDK.framework支持的最低开发环境为8.0,而使用该framework的工程支持版本为8.0以下(如6.0)。 3.解决方案 选择低版本的开发环境,重新编译DemoSDK.framework后使用。 阅读全文
posted @ 2016-06-29 14:43 画梦 阅读(918) 评论(0) 推荐(0)
摘要:1.打开终端,执行如下命令: $ lipo -info path $ lipo -create path path -output newpath 2.示例: 3.注意: a) path可以通过把文件拖入终端中获得; b) 如果是.a文件,path就是.a的路径;如果是.framework,path 阅读全文
posted @ 2016-06-28 11:28 画梦 阅读(211) 评论(0) 推荐(0)
摘要:4.ERROR ITMS-90174。 If you submit your build to the AppStore in an IPA archive format (example: Game.ipa), make sure that the Payload folder is at the 阅读全文
posted @ 2016-06-15 14:59 画梦 阅读(1821) 评论(0) 推荐(0)