3

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?

Sergey
  • 47,222
  • 25
  • 87
  • 129

2 Answers2

3

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.

Sergey
  • 47,222
  • 25
  • 87
  • 129
1

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 :)

Rubycon
  • 18,156
  • 10
  • 49
  • 70
  • Thanks Igor, they have answered my question, the binding has been in progress for several hours by now.:) Hope it will end successfully. – Sergey May 24 '13 at 09:21