Skip to main content

Framework not found BidMachinepangleAdapter

Unity: All versions | Appodeal SDK: 3.0.0 or higher


note

Only for mac with Apple silicon processor.

Error Framework not found BidMachinePangleAdapter occurs if you have an Apple silicon processor and run Xcode without Rosseta mode.

The error log example (in the Xcode issue navigator):

Framework not found BidMachinePangleAdapter

To fix this issue, you need to run Xcode using Rosetta in debug mode or comment out the pod with the name BidMachinePangleAdapter in your Podfile while debug mode is running.

In order to run Xcode using Rosetta, please follow the steps below :

  • Go to Menubar → Product → Destination → Destination Architectures → Show Both while running Xcode.

  • Run the project on a device you desire, but with Rosetta. (i.e., iPhone 14 Pro Max (Rosetta))

Don't miss

Make sure you have selected Rosetta device in the previous step