AppLovin / AppLovin-MAX-SDK-iOS

Other
88 stars 71 forks source link

Adding YSONetwork causes simulator builds to fail #373

Open marcospaapen opened 1 week ago

marcospaapen commented 1 week ago

MAX SDK Version

12.6.0 +

Device/Platform Info

iOS simulator

Current Behavior

After adding the YSO network adapter, the project can't be built for simulator. The build issue shown is Library 'YSONetworkAdapter' not found

Device builds work as expected.

Expected Behavior

No response

How to Reproduce

Add pod 'AppLovinMediationYSONetworkAdapter' in the Podfile of the "AppLovin MAX Demo App - Swift" project, and run pod install --repo-update this is enough to get the issue when trying to test on simulator.

Reproducible in the demo app?

Yes

Additional Info

No response

applovinAsh commented 2 days ago

@marcospaapen, Thank you for bringing this to our attention. We will look into the issue and update you when we have more information.

As a workaround, you can build your application on a device to test the YSO network.

marcospaapen commented 10 hours ago

Thank you @applovinAsh I can confirm that everything works as expected when testing on a device, so we'll keep using the workaround in the meantime.