You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pallotron, thanks a ton for starting & maintaining this project which saves people from spamming text boxes with security codes.
Now, I'm on macOS 10.14 and the app is just not working for me. I'm running v0.12 which was the last dmg release on 30 Aug 2015 (gh release link).
So, I went on to build the latest version on my own, but due to no macOS/Xcode development experience, I'm stuck on the step Compile release app bundle in Xcode of the instructions in the README.md. The issue seems to be related to signing key. I went through #34 and this blog post related to compiling a macOS app, but couldn't figure out the solution.
Could you please share the steps on how one can "compile release app bundle in Xcode" of yubiswitch?
The text was updated successfully, but these errors were encountered:
I've had success going into Project Settings -> Signing & Capabilities and changing Signing Certificate to Sign to run Locally. I had to finagle the dependencies a bit, but eventually got everything to compile successfully. Unfortunately when you attempt to execute the helper (by itself, or as part of installing the app) it exits with Illegal instruction: 4.
so, you know... this was my first (and probably last! :D ) Xcode/Objective-C project.
I don't have much time lately to dedicate to this... :/ And the fact that I have to spend 90 EUR just to sign the binary annoys me.
I will try to take a look during the Xmas holidays.
Hi @pallotron, thanks a ton for starting & maintaining this project which saves people from spamming text boxes with security codes.
Now, I'm on macOS 10.14 and the app is just not working for me. I'm running v0.12 which was the last dmg release on 30 Aug 2015 (gh release link).
So, I went on to build the latest version on my own, but due to no macOS/Xcode development experience, I'm stuck on the step Compile release app bundle in Xcode of the instructions in the README.md. The issue seems to be related to signing key. I went through #34 and this blog post related to compiling a macOS app, but couldn't figure out the solution.
Could you please share the steps on how one can "compile release app bundle in Xcode" of yubiswitch?
The text was updated successfully, but these errors were encountered: