The binding “framework” pages is very seldom.And the “embedded-framework” sample in github is too easy so that I can’s find its role in my project now.
My project now need to use the third party project which is BaiduMap. The BaiduMap provide lots of “framework” file for me . Not the “.a” files. I follow the pages that teach me use binding framework and the mtouch args to link the other framework.
It’s compile successful .But I run app ,it can not throw any exception and it will crash by itself.
I can’t find the situation on the internet.And the BaiduMap Framework’s situation is it has the “base” framework, the “map” framework,the “Search” framewok etc.All Framewokr rely on the “base” framework,So the “embedded-framework” sample can not provide solution for it.
there is me binding project and the app project (all compile in mac's xamarin studio):