I am trying to test admob integration in an iOS app. I manually added the framework:
- Embedded binaries
- Related Structures and Libraries
- Paste frames
I also turned off the bit code as the google structure was built without. So far so good.
The following error is presented:
/ usr / bin / codesign --force --sign [...] / internal / googleads-mobile-ios-examples / Swift / admob / BannerExample / build / Release-iphoneos / BannerExample.app / Frameworks / GoogleMobileAds.framework:
packet format unrecognized, invalid or inappropriate Command
/ usr / bin / codesign failed with exit code 1
source
share