TomGrill / gdx-facebook

libGDX extension providing cross-platform support for Facebook Graph API.
Apache License 2.0
59 stars 21 forks source link

libgdx 1.93 changes - verify/fix that extension works with intel multi-os engine for ios #26

Closed TomGrill closed 7 years ago

TomGrill commented 8 years ago

libgdx 1.93 changes - verify/fix that extension works with intel multi-os engine for ios

TomGrill commented 8 years ago

Update: July 10th 2016 there is branch ios-moe, but: We need facebook SDK bindings first. Anybody knows how to do?

TomGrill commented 8 years ago

Update. September 1st 2016 Still need somebody to create the bindings

ruffiely commented 7 years ago

How about that I see an ios-moe package and Moe said they included the binding with 1.3 but I can't compile

Edit: Could you check the pull request?

moe-sdk 1.3.4

Stacktrace:

dex2oat F 3886 36416 /Volumes/SSD/Android/moe-final/aosp/art/compiler/oat_writer.cc:649]Unexpected failure to resolve a method: java.lang.Object java.lang.Object.internalClone(java.lang.Cloneable) dex2oat F 3886 36416 /Volumes/SSD/Android/moe-final/aosp/art/compiler/oat_writer.cc:655] java.lang.NoSuchMethodError: No direct method internalClone(Ljava/lang/Cloneable;)Ljava/lang/Object; in class Ljava/lang/Object; or its super classes (declaration of 'java.lang.Object' appears in /Users/ruffiely/.moe/moe-sdk-1.3.4/sdk/moe-core.dex) dex2oat F 3886 36416 /Volumes/SSD/Android/moe-final/aosp/art/compiler/oat_writer.cc:655] (Throwable with empty stack trace) NATIVE BACKTRACE: 0 dex2oat 0x00000000085eec59 _ZN3art7Runtime5AbortEv + 99 1 dex2oat 0x0000000008615669 _ZN3art10LogMessageD2Ev + 635 2 dex2oat 0x00000000084dff73 _ZN3art9OatWriter22InitImageMethodVisitor11VisitMethodEmRKNS_21ClassDataItemIteratorE + 1693 3 dex2oat 0x00000000084db984 _ZN3art9OatWriter15VisitDexMethodsEPNS0_16DexMethodVisitorE + 270 4 dex2oat 0x00000000084db471 _ZN3art9OatWriter19InitOatCodeDexFilesEm + 179 5 dex2oat 0x00000000084da3f8 _ZN3art9OatWriterC2ERKNSt3__16vectorIPKNS_7DexFileENS1_9allocatorIS5_EEEEjmiPKNS_14CompilerDriverEPNS_11ImageWriterEPNS_12TimingLoggerEPNS_7SafeMapINS1_12basic_stringIcNS1_11char_traitsIcEENS6_IcEEEESN_NS1_4lessISN_EENS_17TrackingAllocatorINS1_4pairIKSN_SN_EELNS_12AllocatorTagE7EEEEE + 584 6 dex2oat 0x000000000835feda _ZN3art7Dex2Oat13CreateOatFileEv + 414 7 dex2oat 0x0000000008352a0d main + 605 8 libdyld.dylib 0x00007fffea15b235 start + 1 9 ??? 0x0000000000000009 0x0 + 9

dex2oat F 3886 36416 /Volumes/SSD/Android/moe-final/aosp/art/runtime/runtime.cc:464]Runtime aborting... Aborting thread: "main" prio=5 tid=1 Runnable (still starting up) | group="" sCount=0 dsCount=0 obj=0x0 self=0x7fca5f804600 | sysTid=36416 nice=-1 cgrp=default sched=1/31 handle=0x7ffff306d3c0 | state=? schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 | stack=0x7fff570b3000-0x7fff570bb000 stackSize=8MB | held mutexes= "abort lock" "mutator lock"(shared held) (no managed stack frames) Pending exception java.lang.NoSuchMethodError: No direct method internalClone(Ljava/lang/Cloneable;)Ljava/lang/Object; in class Ljava/lang/Object; or its super classes (declaration of 'java.lang.Object' appears in /Users/ruffiely/.moe/moe-sdk-1.3.4/sdk/moe-core.dex) (Throwable with empty stack trace)Dumping all threads without appropriate locks held: thread list lock All threads: DALVIK THREADS (1): "main" prio=5 tid=1 Runnable (still starting up) | group="" sCount=0 dsCount=0 obj=0x0 self=0x7fca5f804600 | sysTid=36416 nice=-1 cgrp=default sched=1/31 handle=0x7ffff306d3c0 | state=? schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100 | stack=0x7fff570b3000-0x7fff570bb000 stackSize=8MB | held mutexes= "abort lock" "mutator lock"(shared held) (no managed stack frames)

dex2oat W 3886 36416 /Volumes/SSD/Android/moe-final/aosp/art/runtime/barrier.cc:96] Attempted to destroy barrier with non zero count -1

:ios-moe:moeMainReleaseArm64Dex2Oat FAILED

TomGrill commented 7 years ago

1.4.0 has ios-moe support now.