Xcode 9, Swift 4 compile time errors. #190

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

Originally created by @Vinit1993 on GitHub (Nov 22, 2017).

Hello,

I added CoreStore 4.2.4 framework to project and got errors mentioned in screen shot.

screen shot 2017-11-22 at 11 26 21 am

Can someone help me on this?

Originally created by @Vinit1993 on GitHub (Nov 22, 2017). Hello, I added CoreStore 4.2.4 framework to project and got errors mentioned in screen shot. ![screen shot 2017-11-22 at 11 26 21 am](https://user-images.githubusercontent.com/30582884/33112741-c3f0f900-cf7a-11e7-9cbc-faa05ad2d7b2.png) Can someone help me on this?
adam closed this issue 2025-12-29 15:26:25 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Nov 22, 2017):

CoreStore 4.2.x is built for Swift 3.2. I'm closing this as duplicate of https://github.com/JohnEstropia/CoreStore/issues/225#issuecomment-345896692

Is your app on Swift 3.2 or Swift 4.0?

If on Swift 3.2:
pod 'CoreStore', '~> 4.2'

If on Swift 4.0:
pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'prototype/Swift_4_0'

@JohnEstropia commented on GitHub (Nov 22, 2017): CoreStore 4.2.x is built for Swift 3.2. I'm closing this as duplicate of https://github.com/JohnEstropia/CoreStore/issues/225#issuecomment-345896692 > Is your app on Swift 3.2 or Swift 4.0? > > If on Swift 3.2: > pod 'CoreStore', '~> 4.2' > > If on Swift 4.0: > pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'prototype/Swift_4_0'
Author
Owner

@Vinit1993 commented on GitHub (Nov 22, 2017):

Thanks John for immediate reply. The problem which I was facing is fixed
now.

On Wed, Nov 22, 2017 at 11:57 AM, John Estropia notifications@github.com
wrote:

Closed #226 https://github.com/JohnEstropia/CoreStore/issues/226.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/JohnEstropia/CoreStore/issues/226#event-1353426602,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AdKoZJfing9uGbLqEK-hdAobTjiwxIiZks5s477MgaJpZM4Qm6To
.

@Vinit1993 commented on GitHub (Nov 22, 2017): Thanks John for immediate reply. The problem which I was facing is fixed now. On Wed, Nov 22, 2017 at 11:57 AM, John Estropia <notifications@github.com> wrote: > Closed #226 <https://github.com/JohnEstropia/CoreStore/issues/226>. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/JohnEstropia/CoreStore/issues/226#event-1353426602>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AdKoZJfing9uGbLqEK-hdAobTjiwxIiZks5s477MgaJpZM4Qm6To> > . >
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#190