AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

AppBladeWebClient property name collision #95

Closed mliberman closed 9 years ago

mliberman commented 10 years ago

AppBladeWebClient overrides NSOperation's readonly properties finished and executing as readwrite properties. Building in Xcode 6 with the iOS 8 SDK causes an unrecognized selector crash when not run through the debugger.

jamesdaniels commented 10 years ago

Thanks for the report @mliberman, I've assigned this to @mtjhax who will address shortly.

mtjhax commented 10 years ago

Reproduced the problem. Not sure if this was your experience, but I was not able to reproduce it using our precompiled binaries -- I had to recompile the AppBlade SDK from source to get the error. We are testing a fix.

mtjhax commented 9 years ago

@mliberman pushed a fix to the source and released a new iOS SDK 0.6.2, tested here and works, but please give it a try before I mark the issue fixed.

mliberman commented 9 years ago

Yep, that's how we were able to fix the issue on our fork.

mtjhax commented 9 years ago

Thanks for confirming, going to close this.