My project runs fine on the Apple Simulator, but when I attach my iPod Touch (iOS 9), I get errors. I have been trying to get past errors in a rather haphazard way and have gotten past quite a few, but I don't see anything helpful when I do a Google search on the various output items that look like they may be a problem. Also, I have not tried to make a simple iOS app and tried to run it on my iPod.
Here's the build error I get:
Could not link assemblies. Reason: Error while processing references of 'TestXamarinFormsProject.iOS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' RodneyPix.iOS
There are also a few warnings:
Warning The app icon set "AppIcon" has 13 unassigned children. RodneyPix.iOS
Warning The app icon set "AppIcons" has 32 unassigned children. RodneyPix.iOS
Warning Cannot find the assembly 'Java.Interop, Version=0.1.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' referenced from '/Users/andrewwerber/Library/Caches/Xamarin/mtbs/builds/RodneyPix.iOS/da20d03a7a413827de12ab67546223a2/bin/iPhone/Debug/Mono.Android.dll'. RodneyPix.iOS
Warning The app icon set "AppIcons" has 32 unassigned children. RodneyPix.iOS
I saved output from the various Output windows, but I don't want to post all that stuff here since there's so much of it and may not be useful. I also do not want to display anything that might pose a security problem.
Lastly, I do development using Visual Studio 2019 Community Edition for Windows, and have a Mac mini with Catalina and XCode 11.3 on it.
Any clue on how to proceed or analyze the problem would be greatly appreciated.