Xcode9 升级遇到的问题记录

1.  Implicit declaration of function 'sqlite3_rekey' is invalid in C99

sqlite3_rekey头文件位置问题

#import < sqlite3.h > 改为#import < SQLCipher/sqlite3.h

2.项目中info.plist 冲突  删除没用的

3. 友盟SDK中xib报错: xcode9 compiling IB documents for earlier than iOS7 is no longer supported 问题

Builds for 选项设置自己对应的兼容版本就OK了。

暂时遇到这几个问题。

 

posted @ 2017-11-14 17:20  frounk  阅读(529)  评论(0)    收藏  举报