I am getting this message
Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'net.ourweb.MyVoiceApp'. Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7.
Best regards,
The App Store Team
Answers
Most likely you just need to add that into your info.plist: https://forums.xamarin.com/discussion/comment/323017/#Comment_323017
In the IOS.cspro file what lines do I edit?
James, I tried that and it did not work. I think I am over looking something, so If I post my code on github will you look at it for me.
@bbanks First of all, make sure you have pointed out the right file path. Here is my info.plist
Please post your info.plist to check whether you have involved the correct key.
Then Please make sure all the icons in the asset has been set especially the App Store one. Refer to this thread to check your icons:
https://stackoverflow.com/a/46235249/8354952
It seems to be an issue I had myself (it was XF though).
The linker in new VS for Mac seems to be broken and I had to disable LLVM and add --linksdkonly as the mtouch argument.