uber / uber-ios-sdk

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

Cannot compile in XCode 9.1 #195

Closed Gloix closed 6 years ago

Gloix commented 6 years ago

When I try to compile UberRides 0.7 I get compilation errors such as:

Type 'UILayoutPriority' (aka 'Float') has no member 'defaultHigh'
Type 'NSAttributedStringKey' (aka 'NSString') has no member 'paragraphStyle'
Type 'NSAttributedStringKey' (aka 'NSString') has no member 'font'
'accessTokenWasUnauthorizedOnPreviousAttempt' is inaccessible due to 'private' protection level
...

What am I doing wrong?

Edit: My bad. Didn't read the readme well enough.

edjiang commented 6 years ago

^^ Glad you got it resolved!