Estimote / iOS-Indoor-SDK

Estimote Indoor SDK for iOS
MIT License
484 stars 136 forks source link

Fix compiler error in the Swift example on Xcode 6.1. #4

Closed beheim closed 9 years ago

beheim commented 9 years ago

'stringWithContentsOfFile(_:encoding:error:)' is unavailable: use object construction 'NSString(contentsOfFile:encoding:error:)'

wiktor commented 9 years ago

Thanks a lot!