Parse SDK, installed facebook framework, GADCustomEventBanner error - xcode

I have installed the Facebook SDK framework to integrate with Parse,
however I am now getting an error that says that the following code can not be found:
#import "GADCustomEventBanner.h"
the error is:
'GADCustomEventBanner.h' file not found
Does anyone know where I can find this?
Thanks in advance.

You might have deleted the file. Just download the framework and add the files back in.
Oh and by the way, try using Cocoapods. It gets sooo much easier when you manage your controls and dependencies.

Related

Unity xcode "FBLPromises.h" file not found error

I am trying to create a build from Unity Xcode project but getting this error.
I think that it might be related to firebase & PromiseObjC framework.
I don't know if is there any build setting that i am missing or overlooking.
It would be great if anyone has any idea about this
Thank you.

Plugin failed error while opening xcode

I just downloaded and installed xcode from app store. But when i open it I get Plugin failed error. I tried searching on web about this problem. Found that it was some python related issues. SO i tried installing different versions of python, but still no success.
I dont know where is the actual problem... So i need ur help in troubleshooting this problem.
Thanx in advance....

Xamarin Android Support V4 error

I started a new default working project in xamarin and I added the dll references for Xamarin.Android.Support.V4 and Xamarin.Android.Support.V7.AppCompat and I am getting errors.
Error: package android.support.v4.app.FragmentManager does not exist
android.support.v4.app.FragmentManager.OnBackStackChangedListener
Error: package android.support.v4.content.Loader does not exist
android.support.v4.content.Loader.OnLoadCompleteListener
...
What have I done wrong?
You needed to actually install the support library. MonoDroid has .NET bindings for it, but the underlying java can't build without it, of course. Here are instructions for getting the support library and instructions for hooking it up to a MonoDroid project.
See also http://developer.xamarin.com/Guides/Android/Platform_Features/Fragments/Part_4_-_Providing_Backwards_Compatibility_with_the_Android_Support_Package/#Adding_The_V4_Libraries_to_a_Mono_for_Android_Project
This might be related to this or this, which were solutions to common problems in the rev. 22 update.
try calling it with this:
using Android.Support.V4;
I was reading another post in the xamarin forms with the same issue and this worked for me. I spent maybe an hour trying to figure out what to do and the guy I ran into said just to:
clean the solution,
rebuild it,
then it should be fixed.
Assuming the packages are still installed

Objective Sharpie binding error: Could not find a part of the path "/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h"

I'm trying to bind a Quickblox iOS SDK to Xamarin, but I'm getting the following error:
Could not find a part of the path "/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h".
How can I fix this problem?
As I was suggested at http://forums.xamarin.com/, I installed XCode Command-line tools and now the binding is in progress, I no longer receive this error.
Do you use this guide?
http://docs.xamarin.com/guides/ios/advanced_topics/binding_objective-c_libraries
We need advice from guys from Xamarin team how to fix this, hope they read stackoverflow too :)

Phonegap build problems

i have recently created my first app and got it onto my ipad, however, i wasn't getting the "phonegap is working" alert. After digging around the code, it seems the onDeviceReady function is not running and i narrowed it down to the phonegap-1.3.0.js, which was missing. I thought that phonegap build this file automatically, but can't seem to find it anywhere. can someone tell me hoe to generate this file or where i can download it?
You should check that you have all the phonegap files that you need, and download the zip file from here: http://phonegap.com/download-thankyou (assuming you're ok with using the latest PhoneGap).
Visit http://code.google.com/a/eclipselabs.org/p/mobile-web-development-with-phonegap/source/browse/trunk/com.mds.apg/resources/phonegap/js/phonegap-1.3.0.js?r=126

Resources