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

setting arch to "arm64" adds the ARCHS parameter to the build, but leaves a broken -destination #466

Open
littlewatchman opened this issue Jun 6, 2023 · 0 comments

Comments

@littlewatchman
Copy link

I'm using the 0.22.+ build of open bakery

I set the project arch to "arm64"
I set xcodebuild arch = project.arch
the generated command line build includes ARCHS=arm64
but it still includes -destination platform=OS X,arch=x86_64

which is doubly weird because I also set platform to "macOS"...

my project is arm64 only due to some framework restrictions, so it just won't build like this.

if I manual edit the destination to
-destination platform=macOS,arch=arm64
everything builds nicely

I tried overriding the project.destination
I tried overriding the xcodebuild destination
I tried all sorts of combinations of specifying platform and arch

but nothing I have tried gets rid of or modifies the -destination which is generated

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

1 participant