MAUI Commandline to build maui ios app for iPhoneSimulator without CodeSigning key on Mac machine #18796
Unanswered
muffadal53
asked this question in
Q&A
Replies: 1 comment
-
https://github.com/xamarin/xamarin-macios/wiki/Project-file-properties#enablecodesigning |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
What is the command-line to build .net maui iOS release build on Mac machine for iPhoneSimulator without adding any CodeSigning key to keychain on mac device? I have tried with below command line but it is asking for valid Code signing key which I think should not be required for iPhone simulator:
dotnet build ${APP_PROJECT_DIR} --configuration Release --no-restore -f net7.0-ios /p:verbosity=quiet /p:Platform="iPhoneSimulator"
I am getting following error:
No valid iOS code signing keys found in keychain. You need to request a codesigning certificate from https://developer.apple.com/.
Awaiting help on this. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions