mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Xcode 9 with cocoapods #170
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 @g535879 on GitHub (Sep 20, 2017).
BaseDataTransation+importing.swift
error:First type 'T.QueryableNativeType' in conformance requirement does not refer to a generic parameter or associated type
@eliseo-juan commented on GitHub (Sep 20, 2017):
@g535879 Same bug, how did you solve it? Thanks
@g535879 commented on GitHub (Sep 20, 2017):
you can see #184
use this:
pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'prototype/Swift_4_0'
and Pods -> CoreStore-> Bulid Settings -> Swift Language Version Select Swift 4.0