Framework not found BidMachinepangleAdapter
Unity: All versions | Appodeal SDK: 3.0.0 or higher
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 :
- Xcode 14.3 and higher
- Xcode 14.2 and 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))
Make sure you have selected Rosetta device in the previous step
-
Quit Xcode if it is running
-
Use Finder to locate Xcode.app in the Applications folder of your Mac
-
Right-click Xcode.app and select 'Get Info'
-
Click the 'Open using Rosetta' check box
-
Restart Xcode