Facebook module is no longer 64 bit in appcelerator 5.2GA

前端 未结 3 786
轻奢々
轻奢々 2021-01-15 20:35

The Facebook module has stopped working. I am working on a tituanium app in appcelerator.

When I try to build my app, I get the following error:

[INF         


        
相关标签:
3条回答
  • 2021-01-15 21:09

    If needed, you can download previous version of Facebook module here : https://github.com/appcelerator-modules/ti.facebook/releases

    0 讨论(0)
  • 2021-01-15 21:14

    The new version of ti.facebook iOS was released just today and can be downloaded here: https://github.com/appcelerator-modules/ti.facebook/releases/tag/ios-5.1.0

    The error was not related to the arch's, but to the UIApplicationOpenURLOptionsAnnotationKey constant that was only iOS 9 and so not working with Xcode < 7. That is now fixed as well. Thanks!

    0 讨论(0)
  • 2021-01-15 21:20

    I have the same error and tho is the log of the build where the error is evident...

    anD I also tried version 5.0.0 of the pluGin agaIn whit no luck

    [TRACE] Undefined symbols for architecture x86_64: [TRACE] "_UIApplicationOpenURLOptionsAnnotationKey", referenced from: [TRACE] -[FacebookModule handleRelaunch] in libfacebook.a(FacebookModule.o) [TRACE] ld: symbol(s) not found for architecture x86_64 [TRACE] clang: error: linker command failed with exit code 1 (use -v to see invocation) [ERROR] ** BUILD FAILED **

    please dOnT erase this responSe

    0 讨论(0)
提交回复
热议问题