xamarin.ios - Can't build the facebook bindings -


i downloaded these facebook bindings : https://github.com/mono/monotouch-bindings/tree/master/facebook

i use "make" command facebook/binding/ directory can't build facebook.dll.here error:

project "/users/abc/facebook/binding/monotouch.facebookconnect.csproj" (default target(s)): target _assignbundleresourcenames: /library/frameworks/mono.framework/external/xbuild/xamarin/xamarin.objcbinding.common.targets: error : error executing task assignbundleresourcenames: invalid reserved metadata name task "assignbundleresourcenames" execution -- failed done building target "_assignbundleresourcenames" in project "/users/abc/facebook/binding/monotouch.facebookconnect.csproj".-- failed done building project "/users/abc/facebook/binding/monotouch.facebookconnect.csproj".-- failed  build failed. errors:  /users/abc/facebook/binding/monotouch.facebookconnect.csproj (default targets) -> /library/frameworks/mono.framework/external/xbuild/xamarin/xamarin.objcbinding.common.targets (_assignbundleresourcenames target) ->  /library/frameworks/mono.framework/external/xbuild/xamarin/xamarin.objcbinding.common.targets: error : error executing task assignbundleresourcenames: invalid reserved metadata name 


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -