0

I have created a Xamarin.iOS binding project. My binding project compiles successfully. Then I added Xamarin.iOS project. Structure is like this.

enter image description here

Then I created a class and tried to import my binding project like this. enter image description here

But then I get the following issues.

enter image description here

What would be the reason for these? Please help me to resolve these issues. Thank you!

Randi
  • 639
  • 2
  • 6
  • 23
  • Hi, do you have a try with building it, and it will build successfully in this status? – Junior Jiang May 07 '19 at 07:49
  • @JuniorJiang-MSFT I added the .dll to my xamarin.ios project. then these issues eliminated. But still cannot run on the device. It saysLibrary not loaded Reason: image not found (Xcode's device log) – Randi May 07 '19 at 08:22
  • Could you show project reference manager view ? **Right click Project- >Add ->Reference ->Check whether choose Binding lLibrary.** – Junior Jiang May 07 '19 at 08:32
  • I got the dll from the binding project and added to the xamarin.ios project. Your wayt was the one I tried before but it didn't work for me. – Randi May 07 '19 at 08:40
  • Okey , this should be another probem about library method not got image.Suggest that open an new question with detail info .You can sharing .a file methods in new question, problem will be found quickly. :) – Junior Jiang May 07 '19 at 08:46
  • @JuniorJiang-MSFT I created a new question https://stackoverflow.com/questions/56018752/xamarin-ios-app-not-launching-on-the-device – Randi May 07 '19 at 08:55
  • Thanks, Having seen the new one,I will check it. – Junior Jiang May 07 '19 at 08:57

0 Answers0