mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

Please add Swift 5 support. #160

Closed FeedMyTummy closed 5 years ago

long1eu commented 5 years ago

Any news on this? I can't compile my app because of this.

FeedMyTummy commented 5 years ago

You can continue to develop under the previous version of Xcode/Swift for the time being. An update will come to fix the issue with Xcode 10.2 but there is not ETA. If you have or have found any answers/workarounds, please contribute below.

https://stackoverflow.com/questions/55445611/mongoswift-pod-contains-100-compiler-errors-unable-to-build-after-install/55544074#55544074

long1eu commented 5 years ago

So I should go back to Hight Sierra to be able to user this pod, right?

FeedMyTummy commented 5 years ago

You can use the latest version of MacOS. I am using 10.14.4. You just need the older version of Xcode. Such as Xcode 10.1 which can be downloaded from https://developer.apple.com/xcode/downloads.

long1eu commented 5 years ago

Got it. Thanks

On 15 Apr 2019, at 21:31, FeedMyTummy notifications@github.com wrote:

You can use the latest version of MacOS. I am using 10.14.4. You just need the older version of Xcode. Such as Xcode 10.1 which can be downloaded from https://developer.apple.com/xcode/downloads https://developer.apple.com/xcode/downloads.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mongodb/stitch-ios-sdk/issues/160#issuecomment-483366777, or mute the thread https://github.com/notifications/unsubscribe-auth/AI2nVnKs3zhljHiB4BipK1gqXoW-q-ouks5vhMWUgaJpZM4cf-Dq.

joccacog commented 5 years ago

Xcode 10.2 wouldn't Build Stich iOS SDK for me either. Tech Support told me to try:

pod 'StitchSDK', '= 6.0.0-beta.1'

It seems to be working...

FeedMyTummy commented 5 years ago

Yes. Version 6.0.0 of the SDK fixes this issue. I’ve closed this issue.