macsigner

  1. yo3ggx

    B4J Question Notarize in MacSigner 1.02

    Hello. All steps ok, until Notarize. I get the submission confirmation: Uploading package to Apple server. This step can take several minutes... Conducting pre-submission checks for janet.zip and initiating connection to the Apple notary service... Submission ID received id...
  2. yo3ggx

    B4J Question MacSigner with native libraries

    I have an application that use two native libraries: jssc.dylib and libopus.dylib. The application is running as expected when linked with MacSigner and the native files for the x86-64 architecture are copied in the temp/build/lib folder. When I package the application with MacSigner and I'm...
  3. yo3ggx

    B4J Question Get OS name, version and architecture on a Mac (x64 or arm64)

    Hello, I'm using the following commands to get OS name, version and architecture: GetSystemProperty("os.name", "") GetSystemProperty("os.version", "") GetSystemProperty("os.arch", "") I've build a Mac application using MacSigner and I have the following issue. No matter on what Mac I'm...
  4. T

    B4J Question MacSigner with purejavahidapi

    I am trying to compile a project with the purejavahidapi library to find the HID devices connected to the pc on windows once the standalone package is compiled the devices are seen while on Mac when I compile the program with MacSigner the devices are not found, but if I use the b4j -bridge and...
  5. hwatech

    B4J Question MacSigner on M1 Pro

    I'm a fairly new Mac user so there is a lot I don't know, please forgive my ignorance...I have been attempting to notarize a simple B4J example app and I'm running into some trouble. I am getting the error when I click on Create Key: “jdk-14.0.2.jdk” is damaged and can’t be opened. You should...
  6. yo3ggx

    B4J Question MacSigner created app cannot be run by double clicking on the app file

    Hello, I've built a Mac app using MacSigner. The process was smooth and the final app was successfully signed and notarized. Now, if I double click the app file, a window (not from my app) is shortly open and then closed without any message If I go to the appname.app/Contents/MacOS and run the...
  7. yo3ggx

    B4J Question MacSigner

    Hello, I've successfully passed through all the steps (Link > Package > Notarize > Staple) without errors, but when I try to run the resulting app, is just closing automatically after a few seconds without any error message. The app runs ok if I'm using the result of Link (run.command from the...
Top