mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
ERROR: First type 'O.QueryableNativeType' in conformance requirement does not refer to a generic parameter or associated type #176
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asadali737 on GitHub (Oct 12, 2017).
I am facing an issue during compile time. Project is not building due to the issues I am facing. I recently updated my Xcode version to 9.0 and stuck at these issues
/Pods/CoreStore/Sources/Value.swift:299:36: First type 'O.QueryableNativeType' in conformance requirement does not refer to a generic parameter or associated type/Pods/CoreStore/Sources/Value.swift:299:36: First type 'O.QueryableNativeType' in conformance requirement does not refer to a generic parameter or associated type/Pods/CoreStore/Sources/Value.swift:299:36: First type 'O.QueryableNativeType' in conformance requirement does not refer to a generic parameter or associated type/Pods/CoreStore/Sources/Value.swift:76:36: First type 'O.QueryableNativeType' in conformance requirement does not refer to a generic parameter or associated typeCoreStore (4.1.4)
Xcode 9.0
Pod version: 1.3.1
@JohnEstropia commented on GitHub (Oct 14, 2017):
These compiler errors means that the CoreStore branch you are using doesn't match the Swift version of your app, specifically the Cocoapods swift version setting.
Please try the version 4.2.0 update which supports Swift 3.2.
If your app is running Swift 4.0, you need to indicate in your
Podfilethat CoreStore needs to be compiled as Swift 3.2:CoreStore's Swift 4.0 update is in the
prototype/Swift_4_0branch, if you wish to use that instead. It will be pushed as version 5.0.0 in the following days.I'm closing this issue, but feel free to send a message if the problem persists.