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.