zwopple / PocketSocket

Objective-C websocket library for building things that work in realtime on iOS and OS X.
Other
414 stars 129 forks source link

Fixed crash on iOS6 devices due to usage of new iOS base64codec API. Rem... #3

Closed ghost closed 10 years ago

ghost commented 10 years ago

...oved unnecessary preprocessor directives. On my build machine OSX Mavericks, Xcode 5.1 (5B130a) with iOS SDK 7.1 calls to -base64Encoding doesn't trigger warnings.

robertjpayne commented 10 years ago

Interesting that Xcode 5.1 suppresses these automatically now.

I'd still opt to have the preprocessor macro's in there so if compiling against iOS 7.0+ or 10.9+ it completely skips the selector check.

robertjpayne commented 10 years ago

Fixed in 102e5d42e1153e7f0cc04e3c03ea3ccbb2412218