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
- TSL Certificate Issues
Hi Appwrite Discord Community, I got a problem with my Self-Hosted instance. I only want, that I can use my programm with the Appwrite Backend without .selfSig...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- macOS app: OAuth flow doesn’t start
Hi Appwrite team, I’m integrating the Appwrite Swift SDK into a macOS app and am hitting an environment/runtime issue when starting OAuth. App architecture • ...