-
Notifications
You must be signed in to change notification settings - Fork 1.8k
The RuntimeIdentifier 'ios-arm64' is invalid. #7765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you try |
Hi @Symbai. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Thanks but unfortunately it results in the same error:
|
I am having the same exact error. Extreme difficulty in publishing anything meaningful for IOS and Maui. Has there been any additional insight into this issue? The only article I can find about publishing an iOS app is here: https://docs.microsoft.com/en-us/dotnet/maui/ios/deployment/overview Though I have followed the steps, I have had no success.
|
I am having this same exact error (error : The RuntimeIdentifier 'ios-arm64' is invalid.) when trying to publish my MAUI iOS application from command line. I have watched @jfversluis video at Release Your .NET MAUI iOS App to the Apple App Store and also followed the Microsoft docs at Publish a .NET MAUI app for iOS. After trying both set of instructions multiple times, I have had no success.
Has anyone found a solution for this issue? |
I copied the project to the Mac and published it there using |
Looks like this is a bug in the .NET SDK as seen in this issue: dotnet/sdk#21877 Please add your details there. Seems a workaround could be to add |
I was able to publish working through this thread: |
Description
On Windows trying to publish my app using a mac host fails with
The RuntimeIdentifier 'ios-arm64' is invalid.
I've followed the documentation. I'm using MAIN branch.Steps to Reproduce
in csproj file:
in windows terminal:
dotnet publish -f:net6.0-ios -c:Release /p:RuntimeIdentifier=ios-arm64 /p:ServerAddress=192.168.178.54 /p:ServerUser=xxxxxx /p:ServerPassword=xxxxxxx /p:TcpPort=58181 /p:ArchiveOnBuild=true /p:_DotNetRootRemoteDirectory=/Users/xxxxx/Library/Caches/Xamarin/XMA/SDKs/dotnet/
Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: