DrMoriarty / godot-facebook

Facebook module for Godot Game Engine (android and iOS)
MIT License
81 stars 23 forks source link

iOS Crash on Start #3

Closed SinaZK closed 4 years ago

SinaZK commented 4 years ago

I compiled the iOS export template and put it on the xcode project directory but the game crashes on start with the following error:

2019-11-01 04:16:31.561202+0330 Autoban[2033:413946] +[FBSDKBasicUtility array:addObject:]: unrecognized selector sent to class 0x101ef3908 2019-11-01 04:16:31.561487+0330 Autoban[2033:413946] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[FBSDKBasicUtility array:addObject:]: unrecognized selector sent to class 0x101ef3908'

*** First throw call stack: (0x1bb4f898c 0x1bb2210a4 0x1bb400cc8 0x1bb4fce08 0x1bb4febec 0x100a754d8 0x100aac540 0x100aa9560 0x100aabc2c 0x102c86c04 0x102c884f4 0x100aabc04 0x100a7e410 0x100a7e2b8 0x1bb45409c 0x1bb4540e4 0x1bb453444 0x1bb4530fc 0x1bb3cf43c 0x1bb452a4c 0x1bb7af2d8 0x1bf4fe5a4 0x1bf5044c0 0x1bece0810 0x1bf1713ec 0x1bece12f8 0x1bece0d50 0x1bece1124 0x1bece09e0 0x1bece4efc 0x1bf0a4028 0x1bf18a5ac 0x1bece4c34 0x1bf18a4a8 0x1bece4aa0 0x1beb59efc 0x1beb58a64 0x1beb59c34 0x1bf502840 0x1bf0c4a0c 0x1c0591994 0x1c05b6960 0x1c059c0f8 0x1c05b661c 0x102c86c04 0x102c8a028 0x1c05db540 0x1c05db20c 0x1c05db734 0x1bb4767e0 0x1bb476738 0x1bb475ed0 0x1bb47101c 0x1bb4708bc 0x1c52dc328 0x1bf5066d4 0x100abae60) libc++abi.dylib: terminating with uncaught exception of type NSException

SinaZK commented 4 years ago

I Managed to fix it, i Download the latest facebook SDK and put it in my xcode project and it fixed.