-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Mass update bundled resources #8976
Conversation
This PR contains: - avr-gcc 7.3.0 (should fix OSX 10.15 complaining about 32bit apps) - new avrdude (arduino17) (should close A LOT of open bugs) - WiFi101-Updater 0.10.9 - with new Nina FW
macOS build 865 works for me on macOS 10.14.5. No issues reported. Some additional details:
|
macOS build 865 works for me on macOS 10.15 Beta. Had to manually grant execution rights to this app via Settings -> Security and Privacy (as the test build is not signed) but once done everything worked like a charm. |
@ArduinoBot build this please (rebuilding due to wrong version number in avrdude binaries -> see facchinm/avrdude@1b0a84b) |
@ArduinoBot build this please again and don't hate me 🙂 |
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8976-BUILD-869-linux32.tar.xz ℹ️ The |
For what it's worth, this build seems to be working well on Mojave for me. |
869 is working for me on Catalina Beta 1 |
@RWSDev can you post your OS version and PC specifications? |
For what it's worth, I find a restart of the application helps with the slowness. If I have several sketches open it will bog down after awhile. |
Why is it that when I launch the .ino file from ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8976-BUILD-869-macosx.zip |
We're discussing @nkuck's question on the Arduino forum: https://forum.arduino.cc/index.php?topic=624061.msg4228277#msg4228277. I will report back here if we determine it represents a bug in the IDE. |
869 - Working well on the Catalina Beta @facchinm |
Working properly in macOS Mojave 10.14.5 (18F132) |
I had an issue where Arduino 1.8.9 would not compile on macOS Mojave 10.14. Downloaded this version and compilation is working again. |
@yachtSamba are you referring to officially released IDE 1.8.10 or another version? |
If I had to guess, the issue is that the app needs to be notarized. This can be checked by running
It looks like the app isn't currently notarized. |
All, has anyone gotten Arduino running on the latest Catalina GM? I've tried the released version as well as the version linked here in the comments above, but I can't get my sketches to upload. Here's the message I'm getting...
|
@MarqueIV Catalina should be supported on official version 1.8.10 , no need to use the links above. |
Yeah, I saw this was merged, but as I said above, this is in the official 1.8.10 which I just downloaded. I also tried the cloud editor. Getting a different error there. The thing is it's seeing my board and it knows it's connected, and even the board's led starts pulsing/breathing, but then I get the errors above. This is with the GM of Catalina. As requested, I just opened up a new issue here: #9290 |
This PR contains: