You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- WARN | [Mapzen-ios-sdk/Core] xcodebuild: OnTheRoad/OTRRouting/OTRRoutingController.m:65:56: warning: 'languageCode' is only available on iOS 10.0 or newer [-Wunguarded-availability]
The text was updated successfully, but these errors were encountered:
msmollin
changed the title
Fix iOS 10 warnings for language
Fix iOS 10 warnings for language code
Nov 21, 2017
-> OnTheRoad (1.0.0)
- WARN | xcodebuild: OnTheRoad/OTRRouting/OTRRoutingController.m:62:85: warning: 'languageCode' is only available on iOS 10.0 or newer [-Wunguarded-availability]
- NOTE | xcodebuild: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:36:38: note: 'languageCode' has been explicitly marked partial here
- NOTE | xcodebuild: OnTheRoad/OTRRouting/OTRRoutingController.m:62:85: note: enclose 'languageCode' in an @available check to silence this warning
- WARN | xcodebuild: OnTheRoad/OTRRouting/OTRRoutingController.m:65:56: warning: 'languageCode' is only available on iOS 10.0 or newer [-Wunguarded-availability]
- NOTE | xcodebuild: OnTheRoad/OTRRouting/OTRRoutingController.m:65:56: note: enclose 'languageCode' in an @available check to silence this warning
The text was updated successfully, but these errors were encountered: