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

Fix iOS simulator build following update to Xcode 12 #1278

Merged
merged 5 commits into from
Dec 8, 2020

Conversation

JonasVautherin
Copy link
Collaborator

Using latest version from https://github.com/leetal/ios-cmake

@JonasVautherin
Copy link
Collaborator Author

Aaaand this breaks the libreSSL builds already. 😞

@julianoes julianoes deleted the update-ios-toolchain branch December 3, 2020 18:30
@julianoes julianoes restored the update-ios-toolchain branch December 3, 2020 20:18
@julianoes julianoes reopened this Dec 3, 2020
@julianoes julianoes force-pushed the update-ios-toolchain branch 10 times, most recently from 5164e7f to 83ce613 Compare December 5, 2020 00:47
@JonasVautherin JonasVautherin force-pushed the update-ios-toolchain branch 3 times, most recently from c0eb2be to daa570c Compare December 8, 2020 20:24
@JonasVautherin JonasVautherin changed the title Update iOS toolchain Fix iOS simulator build following update to Xcode 12 Dec 8, 2020
julianoes
julianoes previously approved these changes Dec 8, 2020
@@ -335,6 +335,9 @@ if(USED_CMAKE_GENERATOR MATCHES "Xcode")
endif()
endif()

# Required from Xcode 12 on, because it now builds for arm macbooks and we don't support that.
set(CMAKE_XCODE_ATTRIBUTE_EXCLUDED_ARCHS[sdk=iphonesimulator*] "arm64")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I was looking for that cmake argument but did not find it, nice!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah you were right on that from the beginning 💯

@JonasVautherin JonasVautherin merged commit f1ee699 into develop Dec 8, 2020
@JonasVautherin JonasVautherin deleted the update-ios-toolchain branch December 8, 2020 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants