stripe-connect-rocketrides icon indicating copy to clipboard operation
stripe-connect-rocketrides copied to clipboard

App is programmed in Swift 3

Open aikhan opened this issue 5 years ago • 2 comments

The app has been programmed in Swift 3 and the version of Xcode I am using(10.2) does not support version 3 of Swift or the migration from Swift 3 to 4 or further.

There is no way to run it with the latest Xcode.

aikhan avatar Apr 11 '19 12:04 aikhan

Stripe any update on this? I'm not an iOS dev, so hard for me to tell how much work this is

rynop avatar May 06 '19 15:05 rynop

@aikhan @rynop just change swift version to 4.0 in both Alamofire and Rocket Rides targets (under build settings I think). It will at least build. There are other issues you need to fix, but this solves the swift version issue.

jdleo avatar May 24 '19 03:05 jdleo