Fix build under Xcode 26 / Swift 6 by modernizing dependencies - #189
Open
kentron wants to merge 2 commits into
Open
Fix build under Xcode 26 / Swift 6 by modernizing dependencies#189kentron wants to merge 2 commits into
kentron wants to merge 2 commits into
Conversation
- AudioKit 4.9.2: official pod ships a Swift 5.1.1 binary module that Xcode 26 / Swift 6 can no longer import. Left the Podfile pinned to the official pod and added a comment pointing to a rebuilt XCFramework (github.com/kentron/AudioKitSynthOne/releases/tag/audiokit-4.9.2-xcode26) as a stopgap until upstream AudioKit ships a compatible build. - OneSignal 2.11.2 -> OneSignalXCFramework 5.5.0 (+ API migration: initialize, Notifications.requestPermission, extension handlers) - Audiobus 3.0.9.1 -> 3.0.15.1 (xcframework); bridging header now imports <Audiobus/Audiobus.h> - AppCenter 2.5.0 -> 5.12.0 (xcframework); MS* -> AppCenter/Analytics/Crashes - Raise iOS deployment target to 15.0 (Podfile + app & extension targets) - Extension no longer inherits the app bridging header or links AudioKit - post_install: redirect extension PODS_XCFRAMEWORKS_BUILD_DIR to avoid "Multiple commands produce" on shared OneSignal xcframeworks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Gets the project building again under Xcode 26 / Swift 6. All dependencies were several major versions behind and no longer compiled with the current toolchain.
MS*symbols →AppCenter/Analytics/Crashes<Audiobus/Audiobus.h>OneSignalXCFramework5.5.0, including the API migration (initialize,Notifications.requestPermission, extension handlers) and apost_installfix for a "Multiple commands produce" conflict on the shared OneSignal xcframeworks between the app and the notification-service extensionUIScenelifecycle, required on iOS 27