- 問(wèn)題①
Podfile.lock問(wèn)題
CocoaPods did not set the base configuration of your project because your project already has a custom config set
解決辦法
找到project下 info下的configuration
把下面兩個(gè)都改成none
去目錄下重新pod install
然后(cmd+shift+K) clean一下 就OK了
修改配置