Objective-C App on iOS simulator fails during authentication using an iOS 8 taget but works with iOS 10:
dyld: Symbol not found: _OBJC_CLASS_$_SFSafariViewController
I wasn't aware that iOS < 9 was not longer supported, but this appears to be the case as this class arrived in iOS 9. If true will adjust deployment target accordingly.
Thanks