AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
170 stars 92 forks source link

Package Resolution Failed #174

Closed cedavis12 closed 3 years ago

cedavis12 commented 3 years ago

Report

SDK Version

6.3.0

What did you do?

Update package version from 6.2.6 to 6.3.0

What did you expect to happen?

Xcode to resolve the AppsFlyerFramework package and successfully add the package to the project.

What happened instead?

Xcode failed to resolve the package with a message that the there was an invalid custom path for the AppsFlyerLib target.

Please provide any other relevant information.

The issue started when we upgraded the plugin to the latest version. See below for a screenshot of the error Screen Shot 2021-05-28 at 10 29 15 AM

andr-ggn commented 3 years ago

Try to clear SPM cache(~/Library/Caches/org.swift.swiftpm/) and DerivedData

cedavis12 commented 3 years ago

That worked. Thank you!