Closed eventbasedev closed 1 year ago
Looks like its missing a target dependency, will get it fixed in the next release.
For now, you can use the prebuilt binaries. Any reason why you are not using those?
Thank you for the quick response. We will investigate using prebuilt binaries for our projects in the meantime!
You probably want to point to https://github.com/urbanairship/ios-library-prebuilt/blob/main/Carthage/Airship.json or https://github.com/urbanairship/ios-library-prebuilt/blob/xcode-15/Carthage/Airship.json
That will give you some control over what Xcode version is being used for the prebuilts. The ones attached to the release are currently using Xcode 14
This should be fixed in 17.5.0
Preliminary Info
What Airship dependencies are you using?
17.4.0
What are the versions of any relevant development tools you are using?
Carthage 0.39.1, Fastlane 2.7.0 XCode 15.0
Report
What unexpected behavior are you seeing?
We are consistently seeing Carthage fail to compile the framework -- specifically, it complains about the single import AirshipPreferenceCenter in AirshipDebug.
What is the expected behavior?
Framework should compile successfully.
What are the steps to reproduce the unexpected behavior?
We use fastlane to trigger Carthage to run. https://docs.fastlane.tools/actions/carthage/
Run
bundle exec fastlane ios dependencies command:'update' new_resolver:true
which triggers:Do you have logging for the issue?