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.
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.

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.0 version.
@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.0` version.
@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 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.
Can someone help me out on the above issue, last release version of this library i.e 5.0.0 is not compiling :(
@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 :(
Hey @msalmanST as the maintainer says the project has been updated to Swift 4.1 on the version 5.1.0 you just need to change the entry of the Podfile to the new version. If you're using pod update won't work if you fix the version to 5.0.0 remove the version number and you'll be able to update it naturally.
@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.0` you just need to change the entry of the Podfile to the new version. If you're using `pod update` won't work if you fix the version to `5.0.0` remove the version number and you'll be able to update it naturally.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.