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

不羁岁月 提交于 2020-01-05 00:49:26

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/16710257/objective-sharpie-binding-error-could-not-find-a-part-of-the-path-system-libr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!