Running through Parallels on Mac M1 #10791
Answered
by
acoates-ms
gabimoncha
asked this question in
Q&A
-
Hi, I've followed the installation process and setup my development environment through Parallels. After setting up the project, this is the error I'm facing when running Time Elapsed 00:00:03.36
√ Restoring NuGet packages
√ Auto-linking...
Success: No auto-linking changes necessary. (25ms)
√ Found Solution: C:\dotatrainer\windows\dotatrainer.sln
i Build configuration: Debug
i Build platform: x64
√ Building Solution
√ React-Native Server already started
√ Enabling Developer Mode
⠸ Deploying C:\dotatrainer\windows\x64\Debug\dotatrainer\dotatrainer.build.appxrecipe: Reading package recipe fi...⠋ Fa × Failed to deploy: ERROR: DEP3308: Deployment target 'Local Machine' does not support projects targetting X64 platform. Supported platforms: X86,ARM64.
Command failed. Re-run the command with --logging for more information.
× Deploying C:\dotatrainer\windows\x64\Debug\dotatrainer\dotatrainer.build.appxrecipe: Deploy: END (Failure, 0:0...
error Command failed with exit code 2412. |
Beta Was this translation helpful? Give feedback.
Answered by
acoates-ms
Oct 25, 2022
Replies: 1 comment 1 reply
-
Try:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jonthysell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try:
react-native run-windows --arch X86
orreact-native run-windows --arch ARM64