When trying to build my app for Facebook submission I get the following error:
http://gyazo.com/a5fe3000fc45cddd410e...
Can someone help me with this?
When trying to build my app for Facebook submission I get the following error:
http://gyazo.com/a5fe3000fc45cddd410e...
Can someone help me with this?
Hello Calvin,
Could you please clarify, do you get this error in xCode?
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.
Can anyone help me with this?
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.
I'm not sure I understand. I'm using the appery platform and appery facebook tutorial to build my app.
Then please specify with what tutorial you're working and with what particular part in it you're having difficulties.
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
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.