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
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!