cocoapods integration
When I try to install via cocoapods, the app cannot be signed: "unsealed contents present in the bundle root"
XCode 6.0.1 cocoapods 0.34.1
Maybe this questions is related to the problem: https://stackoverflow.com/questions/26017913/code-signing-issue-with-xcdatamodeld-included-in-podspec
I removed CoreData dep which was no longer the issue. If you bump the version to 0.1.18, does that resolve the issue? If not, can you provide the full error?
Cocoapods installs the version 0.1.18. The following steps should reproduce the error:
- Create a new Single-View Application (I switch deployment target to 7.0)
- Podfile with pod 'banshee', '~> 0.1'
- Try to run the application on a real device (in my case an iPad Air with iOS 7.1)
The full error: /[myPath]/Build/Products/Debug-iphoneos/bansheeTest.app: unsealed contents present in the bundle root Command /usr/bin/codesign failed with exit code 1
Were you able to resolve this? Did upgrading cocoapods resolve it for you?