We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea27824 commit 9db7000Copy full SHA for 9db7000
build.xml
@@ -83,8 +83,13 @@ questions.
83
<arg value="-F"/>
84
<arg value="${javahome}/../.."/>
85
<arg value="-isysroot"/>
86
- <arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"/>
87
- <arg value="-mmacosx-version-min=10.7"/>
+
+ <!-- WARNING: Do NOT use SDK with version superior to 10.9 because side effects have been
88
+ reported in applications using OpenGL, in particular AWT based java apps crashing
89
+ when using multi-monitor setups. See https://github.com/arduino/Arduino/pull/10234 and
90
+ related issues for details. -->
91
+ <arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk"/>
92
93
<arg value="appbundler/native/main.m"/>
94
</exec>
95
</target>
0 commit comments