uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
375 stars 125 forks source link

Updated Swift version (3.0) #163

Closed vish02 closed 7 years ago

vish02 commented 7 years ago

Dear support team,

I am using "UberRides" SDK in our iOS app which support only swift 2.3 version. Now I am updating my code from swift 2.3 to swift 3.1. In that case it is giving many warnings and errors related to "ObjectMapper" classes. So I need the updated version of "UberRides" SDK which can support swift updated version. Please provide the updated SDK or any suggestion to give support of swift 3.1 version. Any suggestion would be appreciated.

varunbabu008 commented 7 years ago

I have the same error as well. Please Fix it

ElleSkye117 commented 7 years ago

There is a branch where this seems to compile for Swift 3 https://github.com/uber/rides-ios-sdk/tree/swift-3-dev - However, it looks like development has stopped in general on this SDK. Really wish they would get around to updating things.

arogal commented 7 years ago

Hi MikeLeber117

We're definitely coming back to this. Please stay tuned.

Thanks for your patience.

On Tue, May 23, 2017 at 10:26 AM MikeLeber117 notifications@github.com wrote:

There is a branch where this seems to compile for Swift 3 https://github.com/uber/rides-ios-sdk/tree/swift-3-dev - However, it looks like development has stopped in general on this SDK. Really wish they would get around to updating things.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uber/rides-ios-sdk/issues/163#issuecomment-303473285, or mute the thread https://github.com/notifications/unsubscribe-auth/AFExoH9ziwrNBTBUNV60-9GvRCOfEkwPks5r8xaqgaJpZM4NRu8s .

naturalwarren commented 7 years ago

I'm writing a new app with Xcode 8.3.2 and tried to bring in the UberRides SDK using Cocoapods and ran into this. My app won't compile when I add pod 'UberRides' to my pod file.

varunbabu008 commented 7 years ago

Hey @naturalwarren Please replace the pod 'UberRides' with pod "UberRides", :git => "https://github.com/uber/rides-ios-sdk.git", :branch => "swift-3-dev"

edjiang commented 7 years ago

Closing in favor of #167