Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

cocoapods integration #7

Open
reinholdB opened this issue Oct 6, 2014 · 3 comments
Open

cocoapods integration #7

reinholdB opened this issue Oct 6, 2014 · 3 comments

Comments

@reinholdB
Copy link

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

@acatighera
Copy link
Contributor

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?

@reinholdB
Copy link
Author

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

@acatighera
Copy link
Contributor

Were you able to resolve this? Did upgrading cocoapods resolve it for you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants