AppLovin/AppLovin-MAX-Unity-Plugin

Xcode Distribution App Failed AppLovinMediationUnityAdsAdapter 4.11.3.0

marchenterprise opened this issue · 0 comments

MAX Plugin Version

6.5.2

Unity Version

2022.3.20f1

Device/Platform Info

Xcode 15.4

Current Behavior

Upgraded Unity Ads for Mediated Networks with AppLovin Integrarion Manager.

<iosPod name="AppLovinMediationUnityAdsAdapter" version="4.11.3.0" />

With this, the Unity build will complete without any problems, and will be able to transfer the App from Xcode to the device.
However, try to upload archived using Xcode's Product - Archive to AppStore Connect using the Distribution App, it will fail with the following error.

————
Missing signing identifier at "/var/folders/81/v3ktvt7s0jqd2lpt6mp0qwyc0000gn/T/XcodeDistPipeline.~~~L6CySm/Root/Payload/xxxxxxxx.app/Frameworks/UnityFramework.framework/Frameworks/libswift_Concurrency.dylib".

Failed to cloud sign "/var/folders/81/v3ktvt7s0jqd2lpt6mp0qwyc0000gn/T/XcodeDistPipeline.~~~L6CySm/Root/Payload/xxxxxxxx.app/Frameworks/UnityFramework.framework/Frameworks/libswift_Concurrency.dylib". Please file a bug report at https://feedbackassistant.apple.com.
————

This error does not occur with AppLovinMediationUnityAdsAdapter Ver4.10.0.0.
When I investigated the cause, I found that if I deleted AVFoundation.framework using the [-] button in UnityFramework's Frameworks and Library, then reinserted it using the [+] button, and then Archived it, the problem was resolved and I was able to distribute.

Expected Behavior

No response

How to Reproduce

Upgraded Unity Ads for Mediated Networks with AppLovin Integrarion Manager.

<iosPod name="AppLovinMediationUnityAdsAdapter" version="4.10.0.0" />
<iosPod name="AppLovinMediationUnityAdsAdapter" version="4.11.3.0" />

Additional Info

No response