Stream: social
Topic: macOS Developer
Grahame Grieve (Jan 31 2020 at 05:43):
I'm looking for some help from a macOS developer. I would like to know why the toolkit app at http://www.healthintersections.com.au/FhirServer/fhir-toolkit-osx-0.0.62.zip doesn't run. On my computer, macOS tells me it won't run, but then gives me no reason why - just a blank help page.
I'd love it if someone would tell me why it doesn't run....
Brian Zimbelman (Jan 31 2020 at 16:56):
Screen-Shot-2020-01-31-at-11.54.39-AM.png
I had to change some permissions to get it to get this far. I'm assuming this message is yours? @Grahame Grieve
Grahame Grieve (Jan 31 2020 at 19:10):
no you got much further than I figured out to - thanks. What permissions did you change?
Igor Sirkovich (Jan 31 2020 at 19:17):
I think it's important to indicate which version of iOS everyone is using. This toolkit used to work fairly well on my Mac, but since the Catalina update (version 10.15, which supports only 64-bit apps), the toolkit is not recognized as an executable app.
Grahame Grieve (Jan 31 2020 at 19:19):
that's what I'm trying to fix. That one is a 64bit app but my mac won't run it anyway
Igor Sirkovich (Feb 01 2020 at 00:21):
Thanks Grahame, I see it now. I didn't realize there was a new 64bit version. I've just downloaded it and got the same screen as Brian did (The base FHIR package 3.0.2 is not installed). When I download the R3 package, add it manually to ~/.fhir and try to open the app, I get an error "FHIR Toolit quit unexpectedly"
Dave deBronkart (Feb 01 2020 at 00:31):
I think it's important to indicate which version of iOS everyone is using.
Quick note for precision - iOS is for mobile (iPhone & iPad), MacOS is for desktops (aka Macs).
Grahame Grieve (Feb 01 2020 at 00:39):
sigh. I'm debugging that now....
Igor Sirkovich (Feb 01 2020 at 00:42):
Quick note for precision - iOS is for mobile (iPhone & iPad), MacOS is for desktops (aka Macs).
Thank you Dave. Apparently, I was typing too fast :)
Grahame Grieve (Feb 01 2020 at 22:06):
so, the current release is http://www.healthintersections.com.au/FhirServer/fhir-toolkit-osx-0.0.63.zip. it works fine on MacOS Mojave, but not at all on Catalina. We are investigating the problem
Rob Hausam (Feb 02 2020 at 19:45):
Should this discussion be moved to tooling? When I open the 0.0.65 (or 0.0.63) release on Mojave I get this error:
Screen-Shot-2020-02-03-at-06.44.37.png @Grahame Grieve
Rob Hausam (Feb 02 2020 at 19:49):
I currently have OpenSSL 1.1.1c 28 May 2019 installed.
Rob Hausam (Feb 02 2020 at 19:50):
I'll see if that needs to be upgraded.
Grahame Grieve (Feb 02 2020 at 19:54):
no I'm using a different openSSL. I get that error too - not sure how to fix it, but some corner OAuth functionality might be broken
Brian Zimbelman (Feb 03 2020 at 12:20):
I had to find the executable and change it's permissions. Also my mac didn't trust the publisher, but that's not uncommon.
Grahame Grieve (Feb 03 2020 at 12:49):
thanks. Getting the mac to trust is is a long piece of string
Mikael Rinnetmäki (Feb 03 2020 at 17:07):
Not a macOS developer, but I've compiled Electron apps to OSX, and learned that the notarization rules changed for Catalina. Details (for Electron) at https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/.
Grahame Grieve (Feb 03 2020 at 20:10):
thx. It's actually a hard mountain for me to climb because of decisions made years ago
Last updated: Apr 12 2022 at 19:14 UTC