-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Conversation
Aaaand this breaks the libreSSL builds already. 😞 |
5164e7f
to
83ce613
Compare
c0eb2be
to
daa570c
Compare
daa570c
to
93c0e15
Compare
@@ -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") |
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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 💯
Using latest version from https://github.com/leetal/ios-cmake