Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Facebook Connect Error

BOb_J_1
Beginner
824 Views

I didn't face any problem using the code below to build my app but after Intel updated the build servers i am facing an error

<intelxdk:plugin intelxdk:name="Cordova Facebook Plugin" intelxdk:value="https://github.com/phonegap/phonegap-facebook-plugin.git" intelxdk:id="com.phonegap.plugins.facebookconnect">
<intelxdk:param intelxdk:name="APP_ID" intelxdk:value="123334444" />
<intelxdk:param intelxdk:name="APP_NAME" intelxdk:value="My Ap" />
</intelxdk:plugin>


Plugin "com.phonegap.plugins.facebookconnect" (0.11.0) failed to install.

And Checking the box in the plugin manager gives this error.

The following build commands failed:
	CompileC build/Quaker.build/Release-iphoneos/Quaker.build/Objects-normal/armv7/FacebookConnectPlugin.o Quaker/Plugins/com.phonegap.plugins.facebookconnect/FacebookConnectPlugin.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure).

 

How can I build my project Now :S

0 Kudos
4 Replies
Carlo_R_
Beginner
824 Views

+1

I face the same problem for IOS build.

For Android and Crosswalk it works by switching to the Facebook Connect Plugin under Featured Plugins in Intel XDK.

The problem appeared after un upgrade of the Facebook plugin on github.

I don't think the error is related to the Intel XDK upgrade.

I get the the following build error for IOS for Cordova 3.5.1 and 4.1.2 with Intel XDK v1816:

** BUILD FAILED **


The following build commands failed:
	CompileC build/Obaxa.build/Release-iphoneos/Obaxa.build/Objects-normal/armv7/FacebookConnectPlugin.o Obaxa/Plugins/com.phonegap.plugins.facebookconnect/FacebookConnectPlugin.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Command finished with error code 65: .../obaxanew2/platforms/ios/cordova/build --release,--device
Error: .../obaxanew2/platforms/ios/cordova/build: Command failed with exit code 65
    at ChildProcess.whenDone (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:753:16)
    at Process.ChildProcess._handle.onexit (child_process.js:820:5)
0 Kudos
Swati_S_Intel1
Employee
824 Views

First off, there is an issue with featured plugin when it's brought from cordova registry. We are trying to fix that and will be available in the next release. So, meanwhile please use facebook plugin as a third-party plugin. Also, there are issues with version 0.11.0, so please use version 0.10.1

Thanks,

Swati

0 Kudos
BOb_J_1
Beginner
824 Views

Dear SWATI S,

I have tried this solution before to go to a lower version of the plugin and it gave me the same error but with diffirent version number i think it is an error in the build server since i didn't face this issue only after upgrading the build servers to support cordova 4.x

Regards,

0 Kudos
PaulF_IntelCorp
Employee
824 Views

Try it again with the just released version 1826.

0 Kudos
Reply