AppLovin/AppLovin-MAX-React-Native

Facebook adapter missing on Apple M2 chip platform

doublelam opened this issue · 1 comments

MAX Module Version

5.6.0

React Native Version

0.70.13

Device/Platform Info

iOS 16.4

Current Behavior

Hi,
I integrated the Facebook adapter and when I built it for the iOS 16.4 rosetta version, it worked well, but when I built it to a normal version which is under the Apple M2 chip platform, it said facebook SDK found but adapter missing in the mediation debugger popup

For rosetta version:
image

For M2 chip version:
image

So basically:
image

Expected Behavior

No response

How to Reproduce

yarn install
cd ios & pod install

After building to a device under the Apple M2 chip platform MacOS and opening applovin mediation debug popup

Additional Info

No response

Unable to reproduce the issue. Both destinations work fine with Facebook Adapter, but I had to clean the pod with pod deintegrate when adding the Facebook Adapter.