I do get the warning xcodeproj was renamed to
project. Please use that from now on.
when running pod install
with Cocoapods 1.0.
Also, [NSBundle bundleWithIdentifier:@"org.cocoapods.xyz"]
returns nil
.
With version 0.39.0 I don't get the warning and [NSBundle bundleWithIdentifier:@"org.cocoapods.xyz"]
returns a valid bundle.
Does anyone know a solution for this?
Looks to your Podfile. You have string like
xcodeproj 'MyProj/MyProj.xcodeproj'
just replace xcodeproj to project
project 'MyProj/MyProj.xcodeproj'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With