Xcode - Bundle format unrecognized, invalid, or unsuitable Xcode - Bundle format unrecognized, invalid, or unsuitable ios ios

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.

enter image description here


I had a similar problem but with a different framework. The solution for me was to make sure that the framework was present in these three places:

General tab:

  1. Embedded Binaries
  2. Linked Frameworks and Libraries

Build Phases tab:

  1. Embed Frameworks


I ran into this issue when using a different framework.Clear the DerivedData solve this issue.https://docs.sentiance.com/sdk/troubleshooting/ios/bundle-format-unrecognized-invalid-or-unsuitable

  1. Go to Xcode menu bar and select File > Project Settings (or Workspace Settings).
  2. Under Per-User Workspace Settings, find the shortcut to DerivedData folder and open it via Finder.
  3. Remove the entire content of the folder and empty the Trash.
  4. Restart Xcode.