
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. Thanks for the help earlier!
Recommended threads
- Swift SDK 13.2.1: Missing AppwriteEnums ...
## Issue Build fails with error: `Unable to find module dependency: 'AppwriteEnums'` ## Environment - **SDK Version:** 13.2.1 (swift-for-apple) - **Xcode:** 16...
- sdk-for-apple v.10.2.0 produces errors
I am trying to get the Apple SDK v10.2.0 to work on my tvOS project. I previously used v6.0.0 but decided to update. When I update the dependencies, the build f...
- NO BOT
