Xcode - Bundle format unrecognized, invalid, or unsuitable

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 have just seen the same issue but with a different framework that was the social framework and then I did below: go to build phase -> embed frameworks -> press copy only when installing check box then it worked with me with no error enter image description here


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

Tags:

Ios

Xcode

Admob