Closed willk37 closed 1 month ago
Hi @willk37 thanks for trying SDK on beta releases. Appreciate your feedback. We'll take a look at the crash (would be awesome if you can attach a full report).
Regarding duplicate symbol messages looks like you have SQLiteBackup
class in your app and same now present in iOS 18 SDK. You can rename yours and messages will go away I guess.
Hi @willk37 , we are still investigating the issue but quick fix is to disable 'Thread Performance Checker' in your app scheme settings. Will keep you updated on fix for this.
Hi @willk37 , issue was fixed in 1.4.13 release.
Thanks @deszip! Confirming it fixed!
My team and I are running into some issues when trying to get our apps ready for iOS 18. There seems to be some unexpected behavior going on related to the AppSpector iOS SDK. We're seeing crashes related to SQLite when we try to launch the app. We're also seeing multiple console messages related to SQLite classes having multiple implementations. These issues are only reproducible when including the AppSpector SDK in our apps, removing the SDK allows the apps to launch normally and removes the console messages.
Environment
Xcode 16.0 Beta 6 (16A5230g) iOS 18.0-beta7 Simulator AppSpector 1.4.12
Example Crashes
Example Console Log