Archive for Publishing not creating archive file

-- -- 796 Reputation points
2023-09-09T19:02:03.33+00:00

Hi

Visual Studio Mac.

MAUI app builds fine however Archive for Publishing does not create an archive file without any apparent error message. Checked under XCode->Organize->Window as well just to be sure.

What can I do to fix this issue and get the archive?

Thanks

Regards

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,834 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Leo Wagner de Souza 691 Reputation points
    2023-09-12T20:14:36.2433333+00:00

    Hello!

    Check this configurations:

    User's image

    Output file:

    User's image

    Be sure to check the IPA option:

    User's image

    Finally, try to build it from the command line:
    https://learn.microsoft.com/en-us/dotnet/maui/ios/cli

    And if nothing works, post your building and output log.

    If this answer helped you, please accept it.