-
Notifications
You must be signed in to change notification settings - Fork 515
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
iOS projects with RuntimeIdentifiers don't build correctly #19262
Comments
This issue also caused the following error message for me:
And replacing the |
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Jun 20, 2024
There's no need to support `RuntimeIdentifiers` (plural) for Hot Restart (because we don't have any scenarios where multiple runtime identifiers applies to iOS; a single runtime identifier can always be used). Adding support would make our code base more complex, so just avoid it by showing an early error if someone tries (which is likely to be accidental anyways). This way we show an actionable error message for a scenario customers will probably be confused about (because the build would fail in rather inexplicable ways) if they run into it. Partial fix for xamarin#19262.
rolfbjarne
added a commit
that referenced
this issue
Jul 1, 2024
There's no need to support `RuntimeIdentifiers` (plural) for Hot Restart (because we don't have any scenarios where multiple runtime identifiers applies to iOS; a single runtime identifier can always be used). Adding support would make our code base more complex, so just avoid it by showing an early error if someone tries (which is likely to be accidental anyways). This way we show an actionable error message for a scenario customers will probably be confused about (because the build would fail in rather inexplicable ways) if they run into it. Partial fix for #19262.
It this problem?
|
It is indeed an issue with RuntimeIdentifiers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should test an iOS project with RuntimeIdentifiers (and not RuntimeIdentifier) and see if it works with our tooling.
Potential known issues:
Example 1: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1901519
Error:
Looks like the MergeAppBundles task doesn't support being executed remotely.
Example 2: #19141 (comment)
Looks like VSMac doesn't quite work with RuntimeIdentifiers?
Example 3: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2036400
Error:
Looks like the WriteAppManifest task doesn't support being executed remotely.
The text was updated successfully, but these errors were encountered: