banshee icon indicating copy to clipboard operation
banshee copied to clipboard

cocoapods integration

Open reinholdB opened this issue 11 years ago • 3 comments

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

reinholdB avatar Oct 06 '14 10:10 reinholdB

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?

acatighera avatar Oct 07 '14 02:10 acatighera

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

reinholdB avatar Oct 07 '14 08:10 reinholdB

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

acatighera avatar Mar 22 '15 17:03 acatighera