Unable to publish App to Apple store #21716
Unanswered
SandeepReddyPinniti
asked this question in
Q&A
Replies: 0 comments
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,
I'm new to Mobile App Development. I have developed a login page App and trying to deploy the App to Apple store and got this error when running the deploy command. Will you please review the errors and guide me in resolving the issue.
dotnet publish -f net8.0-ios -c Release -p:ServerAddress=XX.X.XX.XX -p:ServerUser=XXXXX.XXXX -p:ServerPassword=XXXXXXXXXXXXXXXXXXXXX -p:ArchiveOnBuild=true -p:_DotNetRootRemoteDirectory=/Users/XXXXX.XXXX/Library/Caches/Xamarin/XMA/SDKs/dotnet/ -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey="Apple Distribution: Company Name (XXXXXXXXXX)" -p:CodesignProvision="XXXXXXXXXXXXXXX"
Errors:
error : /usr/bin/codesign exited with code 1: .csproj::TargetFramework=net8.0-ios
Warning: unable to build chain to self-signed root for signer "Apple Distribution: Company Name (XXXXXXXXXX)" /Library/Caches/Xamarin/mtbs/builds/Biome/e2808ad57af630eec5f6684b6ee9d0d1ae957d80b695f00f3e51f6314fc457b5/bin/Release/net8.0-ios/ios-arm64/Biome.app: errSecInternalComponent
Beta Was this translation helpful? Give feedback.
All reactions