Demo App is Not compiling #210

Closed
opened 2025-12-29 15:26:44 +01:00 by adam · 4 comments
Owner

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.

screen shot 2018-04-26 at 12 23 03 pm

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. ![screen shot 2018-04-26 at 12 23 03 pm](https://user-images.githubusercontent.com/1397019/39291610-0559b17e-494d-11e8-8ef6-5ae82f0e2cd0.png)
adam closed this issue 2025-12-29 15:26:44 +01:00
Author
Owner

@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 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.
Author
Owner

@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 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.
Author
Owner

@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 :(

@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 :(
Author
Owner

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

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#210