Skip to content
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

Unable to build Release scheme (CoreSimulator.framework missing arm64?) #103

Closed
james-rant opened this issue Jan 28, 2021 · 8 comments
Closed

Comments

@james-rant
Copy link

I was unable to build ControlRoom in the Release scheme as Xcode says the CoreSimulator.framework is missing one or more architectures required by this target: arm64).

Debug scheme built without issues.

Xcode 12.4
macOS 11.1 (20C69)

@twostraws
Copy link
Owner

twostraws commented Jan 28, 2021

As far as I know this isn't something we can fix. Edit: I've added a speculative fix that might help.

@twostraws
Copy link
Owner

I've added a change that might help – it certainly works for me, but that doesn't mean it's a great long-term fix.

@dchakarov
Copy link

On M1 works via Rosetta
image

@twostraws
Copy link
Owner

Thanks for checking!

@james-rant
Copy link
Author

Awesome :)

@AvdLee AvdLee mentioned this issue Jan 30, 2021
@pdxplaid
Copy link

Ha! that fixed it for me on my m1 mini. I didn't realize this option was there in Xcode. duh. I had already built it on my Intel mac and it works great, but I'm glad to have this option pointed out on the Apple Silicon. thanks!

@nashysolutions
Copy link
Contributor

Hi @twostraws reading through this I can see that you guys have accepted a workaround by selecting the rosetta target, effectively simulating non-M1 macs.

I have a working fix to make this project work on M1 macs.
Please consider re-opening this ticket.

@twostraws
Copy link
Owner

@nashysolutions I'm always happy to receive PRs, with or without an open issue attached.

This was referenced Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants