Hello,
When migrating to Swift 3 I had to update the way I deal with string parsing and used new method like
https://developer.apple.com/reference/swift/string/1643093-replacingcharacters
This method is tagged as iOS10+ in the documentation but works well on iOS9 (tested on device) and iOS8 (tested on Simulator)
Is there something I missing here ? Is it an error in the documentation (the swift library is perhaps embedded in the app and not in iOS???)
Thanks for your highlights!