Xcode - Bundle Format Unrecognized, Invalid, or Unsuitable

Code sign error : bundle format unrecognized, invalid, or unsuitable

OK, solved it, This answer helped me.

I renamed the folder. Apparently Xcode does not like "Resources" file to be created manually.

Xcode Build Failing due to bundle format unrecognized, invalid, or unsuitable

Try deleting the DerivedData folder, cleaning the project and trying again.

If that doesn't work, you can:

  • Select the Pods Project
  • In the main editor window, select the Pod in the targets dropdown
  • Under the general tab, and under the identity header, click choose Info.plist file
  • Select the plist file for the Pod

Xcode - Bundle format unrecognized, invalid, or unsuitable

I saw this same issue with a different framework.

The solution for me was removing the framework from the 'Embedded Binaries' section and only adding it to the 'Linked Frameworks and Libraries' section in the target 'General' tab.

Sample Image

bundle format unrecognized, invalid, or unsuitable

Are you using CocoaPods?
Updating CocoaPods itself + then all the pods worked from me.

Note: this is right after the Xcode autoupdate today.

bundle format unrecognized, invalid, or unsuitableCommand /usr/bin/codesign failed with exit code 1

This is the error you are getting because of some system settings changed. You can solve it by following below steps :

  1. This error will say for which pod you are facing this issue. So select that pod file.
  2. Now select Target for that Pod
  3. Now got To General
  4. Tap on Choose info.plist File
  5. It will show you pods-yourprojectnae-acknowledgements.plist, so select that option
  6. Now Build and check
  7. you will not find this error again

This solution works for me. Try once.



Related Topics



Leave a reply



Submit