Unable to build from VS 2022 to paired Mac iOS Simulator #1775
Unanswered
smolinacadena
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
-
Hi all
I followed the steps from here, run maui-check in both my Mac (Big Sur) and my Windows 10 laptop to install all requirements, installed both XCode 13 beta 1 and VS2022 Preview 2.0.
After this, I run the following to create a sample project
dotnet new maui -n HelloPreview6
What I'm trying to do is to run the iOS Simulator from VS2022 for the created project. The Pair to Mac works just fine, no errors whatsoever but when trying to debug the iOS Simulator while connected to my Mac, I always get this error message:
The file 'Platforms/iOS/Resources/LaunchScreen.xib' conflicts with 'Platforms/iOS/Resources/LaunchScreen.xib'.
HelloPreview6 C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.0.100-preview.6.63\tools\msbuild\iOS\Xamarin.Shared.targets 388
Anybody know why could this be happening?
Beta Was this translation helpful? Give feedback.
All reactions