AppsFlyerSDK / appsflyer-unity-plugin

AppsFlyer Unity Plugin
MIT License
156 stars 64 forks source link

Can't build on iOS with strict-6.8.1 #170

Closed Swah closed 2 years ago

Swah commented 2 years ago

Just a heads up that a dependency path seems malformed and prevented us from building on iOS:

AppsFlyer\Editor\AppsFlyerDependencies.xml <iosPod name="AppsFlyerFramework/Strict/Strict" version="6.8.1" minTargetSdk="9.0"> should be <iosPod name="AppsFlyerFramework/Strict" version="6.8.1" minTargetSdk="9.0">

This fixes the problem for us.

af-margot commented 2 years ago

Hi @Swah ,

Thank you for reaching out! This was fixed in the new version.