libxml/xmlwriter.h not found in XCode4.6.1 - xcode

I have integrated LinkedIn library for an iOS app [https://github.com/ResultsDirect/LinkedIn-iPhone/]which builds fine in Xcode 4.5.1 for iOS 6.0,..but when I use Xcode 4.6.1 build fails saying libxml/xmlwriter.h not found
I've added libxml2.dylib as library and /usr/include/libxml2 to the header paths.Still
the error persists.
Can anyone please help me in this. Thanks in Advance.

Did you add ${SDKROOT}/usr/include/libxml2 to your Header search path in Build Settings?

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.

trying to make Google maps work with IOS emulator in React native

while trying to make Google map work on my IOS simulator using React native, I've received an error saying that Airgooglemaps directory must be added to Xcode.
And so after doing some research, I have been modifying files on my Xcode project and stumbled upon this error file building the project. Can anyone please help, thank you.
Apple Mach-O Linker Error
Have you linked the library?
react-native link react-native-maps

Swift 2.0 Xcode 7.1 Google Maps SDK

While Xcode was version 7.0 I had an app that worked perfectly well. I made the cocoapod file, set it up and everything ran perfect.
I just updated to 7.1 and now all I get are 21 errors that say "/Users/Johnathan/Desktop/Parse Default/GoogleMaps/Google Maps/Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Headers/GoogleMaps.h:14:9: Include of non-modular header inside framework module 'GoogleMaps'"
I'm not sure what to do or how to update/edit this. I am not very familiar with cocoapods. Please help. I can't get my app to run. Thanks.
And if it helps all I did was update Xcode and it went from working to not working.
See this thread below for a solution as it seems to be most up to date.
In essence, you will need to add a Bridge Header (see comment 7)
Here it is: https://code.google.com/p/gmaps-api-issues/issues/detail?id=8524&can=1&q=Could%20not%20build%20Objective-C%20module&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal

Failed to import bridging header FBSDKCoreKit/FBSDKCoreKit.h file not found

I am trying to add the Facebook login using Parse with swift and I have been following the iOS Developers guide. However it states swift compiler error: failed to import bridging header FBSDKCoreKit/FBSDKCoreKit.h file not found and the issue was found in the Test section on Xcode. Please can someone please help me to rectify this. Thank you very much.
I just solved this exact problem by actually copying the Facebook desired frameworks (in my case CoreKit, LoginKit and ShareKit) from the ~/Documents/FacebookSDK folder to the project folder.
To achieve that, I just dragged the frameworks into the project folder on XCode, but I CHECKED the option "Copy items if needed".
After that, everything worked in the first build.
I'm using Facebook SDK 4.7 and XCode 7.1.
I've had the same problem. I CHECKED the option "Copy items if needed" and build succeeded.
works for XCode 7.1 , Facebook SDK 4.7.1

xcode 3.2.1 and ios sdk 4.0.2 download problem

I have problem in downloading xcode 3.2.1 and ios sdk 4.0.2. The downloading completes successfully but after that verifacation starts automatically and verification failed. When I try show in finder it does not appear there.Please suggest me what should be the problem.
Thanx.
I had tried downloading again and finally i got it. May be this was network problem.
Thanks "BoltClock's a unicorn".

Resources