Facebook模块在appcelerator 5.2GA中不再是64位的了。[英] Facebook module is no longer 64 bit in appcelerator 5.2GA

本文是小编为大家收集整理的关于Facebook模块在appcelerator 5.2GA中不再是64位的了。的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

Facebook模块已停止工作.我正在Appcelerator中使用Tituanium应用程序.

当我尝试构建我的应用程序时,我会收到以下错误:

[INFO] : Invoking xcodebuild
[ERROR] : * BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/armv7/Game normal armv7
[ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/arm64/Game normal arm64
[ERROR] : (2 failures)

我管理了将问题与Facebook模块隔离开来的,它不再是64位.我该如何解决?在最新更新之前,这很好.

推荐答案

ti.facebook iOS的新版本今天发布,可以在此处下载: https://github.com/appcelerator-modules/ti.facebook/releases/tag/ios-5.1.0

错误与拱门无关,而与仅是iOS 9的UIApplicationOpenURLOptionsAnnotationKey常数有关,因此不使用Xcode <7.谢谢!

其他推荐答案

如果需要,您可以在此处下载Facebook模块的先前版本: https:https:https:https:https://github.com/appcelerator-modules/ti.facebook/releases

其他推荐答案

我有相同的错误,而这是构建错误的日志...

我还尝试了插件的5.0.0版本,whit nouck

[跟踪]架构的未定义符号x86_64: [trace]" _uiapplicationopenurloptionsantationkey",从: [TRACE] - [Facebook Module HandlerAunch]在libfacebook.a(facebookmodule.o)中 [跟踪] LD:符号(S)为架构找不到X86_64 [跟踪] clang:错误:链接器命令因出口代码1失败(使用-V查看调用) [错误] **构建失败**

请不要删除此响应

本文地址:https://www.itbaoku.cn/post/1938167.html

问题描述

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:

[INFO] : Invoking xcodebuild
[ERROR] : * BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/armv7/Game normal armv7
[ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/arm64/Game normal arm64
[ERROR] : (2 failures)

I managed the to isolate the problem with the Facebook module, it is no longer 64 bit. How can I resolve this? This was working fine before the latest update.

推荐答案

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!

其他推荐答案

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

其他推荐答案

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