distriqt / ANE-Parse

Provides access to the Parse SDK
https://airnativeextensions.com/extension/com.distriqt.Parse
Other
0 stars 0 forks source link

Bolts framework interferes with another Facebook ANE #11

Closed WienerGames closed 9 years ago

WienerGames commented 9 years ago

Hello,

I am in an urgent need of support with the following issue: I have a game that integrates Milkman's GoViral ANE for Facebook. I have just integrated your ANE for Parse in order to integrate Push Notifications from there.

On Android all works like a charm but when I build for iOS I get the following error: img_23092015_172832

I have seen that the Bolts.ane that I have included could overlap with the facebook ANE so you have separated these frameworks so they can be removed if a problem like that appears.

So I have commented the Bolts.ane hoping this would solve the issue because all needed items are already in the Milkman's GoViral one. Unfortunately that didn't work also and I get the following error: img_23092015_172701

I have searched in google and I have seen that another user in stackoverflow has solved this (in a native project) by adding only parse and facebook libs and then adding this piece of code: NSString *const BFTaskMultipleExceptionsException = @"BFMultipleExceptionsException"; in the AppDelegate.m

I cannot do that obviously but is it possible that you can help me with this issue. I really need to release the game today and this is the last piece that doesn't work. Please advice me on how to proceed.

WienerGames commented 9 years ago

Sorry about that - seems that I wasn't building with the latest version of GoViral. With it - it compiles correctly.