We recently started seeing 5 runtime warnings when running our iOS app. ApolloSQLite is the only library that has SQLite as a dependency…
objc[11149]: Class _TtC6SQLite6Backup is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_22B81/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x24b5f7b38) and /Users/…/Library/Developer/CoreSimulator/Devices/7FC2E120-DEE4-49AF-854F-0B630C3971B4/data/Containers/Bundle/Application/0BEB26BB-28BB-46C0-9AAF-DAAFF0228B00/Please.app/Please.debug.dylib (0x1062df8c0). One of the two will be used. Which one is undefined.
objc[11149]: Class _TtC6SQLite10Connection is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_22B81/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x24b5f77d0) and /Users/…/Library/Developer/CoreSimulator/Devices/7FC2E120-DEE4-49AF-854F-0B630C3971B4/data/Containers/Bundle/Application/0BEB26BB-28BB-46C0-9AAF-DAAFF0228B00/Please.app/Please.debug.dylib (0x1062dfaf8). One of the two will be used. Which one is undefined.
objc[11149]: Class _TtC6SQLite9Statement is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_22B81/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x24b5f79c8) and /Users/…/Library/Developer/CoreSimulator/Devices/7FC2E120-DEE4-49AF-854F-0B630C3971B4/data/Containers/Bundle/Application/0BEB26BB-28BB-46C0-9AAF-DAAFF0228B00/Please.app/Please.debug.dylib (0x1062dfca8). One of the two will be used. Which one is undefined.
objc[11149]: Class _TtC6SQLite13DateFunctions is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_22B81/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x24b5f7aa0) and /Users/…/Library/Developer/CoreSimulator/Devices/7FC2E120-DEE4-49AF-854F-0B630C3971B4/data/Containers/Bundle/Application/0BEB26BB-28BB-46C0-9AAF-DAAFF0228B00/Please.app/Please.debug.dylib (0x1062e0f30). One of the two will be used. Which one is undefined.
objc[11149]: Class _TtC6SQLite12TableBuilder is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_22B81/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x24b5f7490) and /Users/…/Library/Developer/CoreSimulator/Devices/7FC2E120-DEE4-49AF-854F-0B630C3971B4/data/Containers/Bundle/Application/0BEB26BB-28BB-46C0-9AAF-DAAFF0228B00/Please.app/Please.debug.dylib (0x1062e12c0). One of the two will be used. Which one is undefined.