在使用Cocoapods 1.0 运行时,我确实得到了警告xcodeproj was renamed to
项目.. Please use that from now on.
pod install
还有,[NSBundle bundleWithIdentifier:@"org.cocoapods.xyz"]
退货nil
.
使用版本0.39.0我没有收到警告并[NSBundle bundleWithIdentifier:@"org.cocoapods.xyz"]
返回一个有效的包.
有谁知道这方面的解决方案?
cocoapods ×1