mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Demo App is Not compiling #210
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 @msalmanST on GitHub (Apr 26, 2018).
Hi,
I just download the code and trying to run the demo app, but I am getting below errors, let me know what I am doing wrong. I am using Xcode 9.2.
@JohnEstropia commented on GitHub (Apr 26, 2018):
The latest version (
5.1.0) is built for Swift 4.1 (Xcode 9.3).If you wish to use Swift 4 and Xcode 9.2, please use the
5.0.0version.@msalmanST commented on GitHub (Apr 26, 2018):
@JohnEstropia Thanks for your quick input, I also try to setup a fresh project with pod entry 'pod 'CoreStore', '5.0.0'' , but I am facing same compilation errors.
@msalmanST commented on GitHub (Apr 27, 2018):
Can someone help me out on the above issue, last release version of this library i.e 5.0.0 is not compiling :(
@wolffan commented on GitHub (May 9, 2018):
Hey @msalmanST as the maintainer says the project has been updated to Swift 4.1 on the version
5.1.0you just need to change the entry of the Podfile to the new version. If you're usingpod updatewon't work if you fix the version to5.0.0remove the version number and you'll be able to update it naturally.