steveruizok / telestrator

A disappearing drawing tool for your screen.
MIT License
384 stars 17 forks source link

Can it run on Big Sur and M1 Macs? #1

Closed StephenHaney closed 3 years ago

StephenHaney commented 3 years ago

Hey Steve, really cool app idea. I'm about to film some tutorial videos and I'd love to try it out.

When I download the release on an M1 Mac, I get this when I run it: image

I do have permissions to the file and I've tried a bunch of solutions from the internet but nothing seems to work. Any ideas?

StephenHaney commented 3 years ago

Aah, I ran sudo chmod -R 755 Telestrator.app and I'm further along, now I get the below error. I'm guessing this is an M1 thing?

image

steveruizok commented 3 years ago

I'll look into this, thanks. I'm developing it on an M1 mac, so it certainly runs on that system. You might try building it from source until I get the rest worked out?

StephenHaney commented 3 years ago

Thanks, that worked. Very cool. No fade / shapes in main yet?

For anyone with the same issue:

clone
yarn
yarn build
run Telestrator.app from /dist/mac
junoatwork commented 3 years ago

I'm getting the same issue on an intel mac, bigsur, in the GH released package for versions 0.1.0 and 0.2.0

steveruizok commented 3 years ago

Thanks, that worked. Very cool. No fade / shapes in main yet?

I pushed that release right around the same time as your reply, give it another look?

steveruizok commented 3 years ago

| I'm getting the same issue on an intel mac, bigsur, in the GH released package for versions 0.1.0 and 0.2.0

Thanks for confirming that it's not just an M1 issue, I'll chase it this weekend. 👍

junoatwork commented 3 years ago

Same issue- you can see in this screenshot it's the 0.2.0 release image

steveruizok commented 3 years ago

Just pushed a new release that should be properly signed and notarized. If you had problems before, would you please download a copy and confirm whether it works for you?

StephenHaney commented 3 years ago

Hey Steve, success! I downloaded TLDraw-0.2.1.dmg and used the installer to drag TLDraw into Applications. On first run it just reminded me it was an application downloaded from the internet, but provided an "open" button. A few seconds later it was running.

(Note: when I download the TLDraw-0.2.1-mac.zip and drag the app into Applications myself, I get that same permissions error from the original post)

steveruizok commented 3 years ago

Excellent! I'll close this issue.

As for the warning: I believe that will appear with anything not downloaded from the App store, so nothing unique to this app. IIRC there's an option to ignore these warnings in the OS.