Hey team - I'm still getting ServiceContextModule linker errors even after updating to SDK 13.2.2.
Error:
- Undefined symbol: static ServiceContextModule.ServiceContext.current.getter
- Undefined symbol: static ServiceContextModule.ServiceContext.topLevel.getter
- Linker command failed with exit code 1
Environment:
- SDK Version: 13.2.2 (exact version via SPM)
- Xcode: 16.2
- Platform: iOS 17.0+
- Installation: Swift Package Manager
What I've tried: ā Updated to 13.2.2 after seeing PR #45 was merged ā Removed all packages and re-added fresh ā Reset package caches (File ā Packages ā Reset Package Caches) ā Resolved package versions ā Cleaned DerivedData multiple times ā Verified no duplicate files in compile sources ā No manual references to AsyncHTTPClient or ServiceContext in my code
The issue persists. Is there something else needed for 13.2.2 to work, or is the fix incomplete?
Happy to provide more details if needed! š thank
Recommended threads
- AnyCodable not exposed in iOS SDK
I want to write some convenience functions for Teams.list() but the problem is, that I can't use the default <[String : AnyCodable]> as a return type for my con...
- Display an in-app in the user mobile?
Would it be possible to send a message that would display an in-app in the user mobile?
- Still getting ServiceContextModule linke...
Hey team - I'm still getting ServiceContextModule linker errors even after updating to SDK 13.2.2. Error: - Undefined symbol: static ServiceContextModule.Servi...