stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Duplicate symbol in LinkServices.framework #1226

Closed colemancda closed 8 months ago

colemancda commented 8 months ago

Duplicate symbols in LinkServices.framework

Build Information

bjc[13158]: Class _TtC6SQLite6Backup is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_21A342/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x1f29c11f0) and /Users/coleman/Library/Developer/Xcode/DerivedData/MyApp-gzrvlcytmzowrfbzltuzhpqamjgc/Build/Products/Debug (Production)-iphonesimulator/MyAppKit.framework/MyAppKit (0x106fe4c20). One of the two will be used. Which one is undefined.
objc[13158]: Class _TtC6SQLite10Connection is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_21A342/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x1f29c0e80) and /Users/coleman/Library/Developer/Xcode/DerivedData/MyApp-gzrvlcytmzowrfbzltuzhpqamjgc/Build/Products/Debug (Production)-iphonesimulator/MyAppKit.framework/MyAppKit (0x106fe4e48). One of the two will be used. Which one is undefined.
objc[13158]: Class _TtC6SQLite9Statement is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_21A342/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x1f29c1080) and /Users/coleman/Library/Developer/Xcode/DerivedData/MyApp-gzrvlcytmzowrfbzltuzhpqamjgc/Build/Products/Debug (Production)-iphonesimulator/MyAppKit.framework/MyAppKit (0x106fe5008). One of the two will be used. Which one is undefined.
objc[13158]: Class _TtC6SQLite13DateFunctions is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_21A342/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x1f29c1158) and /Users/coleman/Library/Developer/Xcode/DerivedData/MyApp-gzrvlcytmzowrfbzltuzhpqamjgc/Build/Products/Debug (Production)-iphonesimulator/MyAppKit.framework/MyAppKit (0x106fe6298). One of the two will be used. Which one is undefined.
objc[13158]: Class _TtC6SQLite12TableBuilder is implemented in both /Library/Developer/CoreSimulator/Volumes/iOS_21A342/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinkServices.framework/LinkServices (0x1f29c0ab8) and /Users/coleman/Library/Developer/Xcode/DerivedData/MyApp-gzrvlcytmzowrfbzltuzhpqamjgc/Build/Products/Debug (Production)-iphonesimulator/MyAppKit.framework/MyAppKit (0x106fe65f8).
colemancda commented 8 months ago

Duplicate of https://github.com/stephencelis/SQLite.swift/issues/1177