Facebook module is no longer 64 bit in appcelerator 5.2GA

前端 未结 3 810
轻奢々
轻奢々 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: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!

提交回复
热议问题