Page 1 of 1

Facebook Build Failed - Really Need Some Help With This

Posted: Wed Mar 11, 2015 7:22 am
by Calvin Cox

When trying to build my app for Facebook submission I get the following error:

http://gyazo.com/a5fe3000fc45cddd410e...

Can someone help me with this?


Facebook Build Failed - Really Need Some Help With This

Posted: Thu Mar 12, 2015 6:51 am
by Evgene Karachevtsev

Hello Calvin,

Could you please clarify, do you get this error in xCode?


Facebook Build Failed - Really Need Some Help With This

Posted: Thu Mar 12, 2015 10:36 am
by Calvin Cox

Hi Evgene,

I get the following error:

In file included from /Users/calvincox/Downloads/MY_BUBBLE_MAP 3/MY_BUBBLE_MAP/Classes/MainViewController.m:8:
/Users/calvincox/Downloads/MY_BUBBLE_MAP 3/MY_BUBBLE_MAP/Classes/MainViewController.h:8:9: fatal error: 'Cordova/CDVViewController.h' file
not found
#import
^
1 error generated.

** BUILD FAILED **

when trying to generate a simulator build for my facebook app submission (My app using post content on facebook and I need to submit it to them via a simulator build )

I use the terminal command line to create the simulator build as outlined here:

https://developers.facebook.com/docs/...

I really can use your help in finding a solution to this problem.


Facebook Build Failed - Really Need Some Help With This

Posted: Sat Mar 14, 2015 1:09 pm
by Calvin Cox

Can anyone help me with this?


Facebook Build Failed - Really Need Some Help With This

Posted: Sat Mar 14, 2015 1:20 pm
by Illya Stepanov

Hi Calvin -

This is not an Appery.io related question and it's falls out the scope of our forum.
You will need to search for the solution online.


Facebook Build Failed - Really Need Some Help With This

Posted: Sat Mar 14, 2015 1:22 pm
by Calvin Cox

I'm not sure I understand. I'm using the appery platform and appery facebook tutorial to build my app.


Facebook Build Failed - Really Need Some Help With This

Posted: Sat Mar 14, 2015 1:32 pm
by Illya Stepanov

Then please specify with what tutorial you're working and with what particular part in it you're having difficulties.


Facebook Build Failed - Really Need Some Help With This

Posted: Wed Mar 18, 2015 3:05 am
by Calvin Cox

I used the Build an app with the Facebook API tutorial to add Facebook login and post to Facebook option in my app.

Now it's time to get me app approved by Facebook.

When trying to build my app as per facebook requirements I get the following error:

In file included from /Users/calvincox/Downloads/MY_BUBBLE_MAP 3/MY_BUBBLE_MAP/Plugins/org.apache.cordova.geolocation/CDVLocation.m:20:
/Users/calvincox/Downloads/MY_BUBBLE_MAP 3/MY_BUBBLE_MAP/Plugins/org.apache.cordova.geolocation/CDVLocation.h:22:9: fatal error:
'Cordova/CDVPlugin.h' file not found
#import
^
1 error generated.

** BUILD FAILED **

The following build commands failed:
CompileC build/MY_BUBBLE_MAP.build/Release-iphonesimulator/PhoneGapTemplate.build/Objects-normal/i386/CDVConnection.o MY_BUBBLE_MAP/Plugins/org.apache.cordova.network-information/CDVConnection.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MY_BUBBLE_MAP.build/Release-iphonesimulator/PhoneGapTemplate.build/Objects-normal/i386/CDVCapture.o MY_BUBBLE_MAP/Plugins/org.apache.cordova.media-capture/CDVCapture.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MY_BUBBLE_MAP.build/Release-iphonesimulator/PhoneGapTemplate.build/Objects-normal/i386/MainViewController.o MY_BUBBLE_MAP/Classes/MainViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MY_BUBBLE_MAP.build/Release-iphonesimulator/PhoneGapTemplate.build/Objects-normal/i386/CDVLocation.o MY_BUBBLE_MAP/Plugins/org.apache.cordova.geolocation/CDVLocation.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(4 failures)

This is simulator build that Facebook requires for submission.

I can't get pass this error and could really use your help


Facebook Build Failed - Really Need Some Help With This

Posted: Thu Mar 19, 2015 2:24 pm
by Alena Prykhodko

Hello Calvin,

We are not able to reproduce such error for application created as told in tutorial https://devcenter.appery.io/tutorials...

Please clarify, did you make any changes in the source view? This (http://devcenter.appery.io/tutorials/...) doc should help.