Issue
I'm attempting to Archive my iOS app bundle using Visual Studio 2019 Version 16.11.1 and it never finishes. Just sits there sliding back and forth. Anyone know what that's about?
*** Screen Shot ****
Solution
To archive a Xamarin iOS project,
Check if build succeeded, or will be some exception logs in "Output" view
Check Mac connection is fine, which means a green monitor as below.
Choose your configuration correctly (e.g. release for archiving)
Select a real device (NOT a simulator) with correct Provisioning before starting as below.
Updated as archive is available for iphone only.
Reference link in comment.
https://social.msdn.microsoft.com/Forums/en-US/e55d3b38-4b05-4454-8d78-d29f5fe714cb/can-we-manually-install-an-xamarin-ios-app-to-a-simulator-without-deploying-via-visual-studio?forum=xamarinios
Answered By - Shaw
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.