Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Add xcodebuild destination specifier #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saindriches
Copy link

Avoid compiling error on Apple Silicon Macs.

Avoid compiling error on Apple Silicon Macs.
Copy link

@ahmadnbl ahmadnbl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved as this working fine on my side with M1 environment.

Another alternative command-param can be like this

subprocess.run(["xcodebuild", "-scheme", "Fugu14App", "-derivedDataPath", "build", "-sdk", "iphoneos"], check=True, cwd="arm/iOS/Fugu14App/")

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants