Skip to content

Please build MacOS binary using SDK 10.9 or newer #349

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

Closed
PaulStoffregen opened this issue Jan 29, 2020 · 2 comments
Closed

Please build MacOS binary using SDK 10.9 or newer #349

PaulStoffregen opened this issue Jan 29, 2020 · 2 comments
Assignees
Labels
conclusion: resolved Issue was resolved os: macos Specific to macOS operating system topic: infrastructure Related to project infrastructure topic: security Related to the protection of user data type: imperfection Perceived defect in any part of project

Comments

@PaulStoffregen
Copy link

Apple notarization gives a warning that arduino-builder in Arduino 1.8.11 uses a SDK older than 10.9. Soon Apple will no longer allow notarization for applications with any files failing this check.

To check the SDK version without submitting the entire software package to Apple for notarization, you can run this command:

otool -l Arduino.app/Contents/Java/arduino-builder | grep sdk

If you run this with Arduino 1.8.11, you'll see arduino-builder was built with SDK 10.7.

@cmaglie
Copy link
Member

cmaglie commented Jan 29, 2020

Uhm, there is a glich in our CI it seems.

And I think I know where the problem is, working on it...

@cmaglie
Copy link
Member

cmaglie commented Feb 3, 2020

Here the arduino-builder rebuild and signed with the 10.9 SDK:
https://downloads.arduino.cc/tools/arduino-builder-macosx-1.5.1-signed-2.tar.bz2

I'm going to update the download in build.xml of the Arduino IDE accordingly.

cmaglie added a commit to arduino/Arduino that referenced this issue Feb 5, 2020
@per1234 per1234 added conclusion: resolved Issue was resolved os: macos Specific to macOS operating system topic: infrastructure Related to project infrastructure topic: security Related to the protection of user data type: imperfection Perceived defect in any part of project labels Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved os: macos Specific to macOS operating system topic: infrastructure Related to project infrastructure topic: security Related to the protection of user data type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants