You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: