You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
YSO does not support the simulator. You will need to test that network on a physical device. If you need to test your application on a simulator, you can remove the YSO adapter from your application. Please reach out to YSO about your need for their SDK to work on a simulator.
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 runpod 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
The text was updated successfully, but these errors were encountered: