Giter Site home page Giter Site logo

Comments (6)

gxanine avatar gxanine commented on May 29, 2024 1

The membership is $99/year, and I'm not sure about the real world identification, but guess it does require it.
You need to have an Apple ID which requires a real phone number.

https://developer.apple.com/programs/enroll/

from gupax.

kwccoin avatar kwccoin commented on May 29, 2024

Probably not related but I tried to install it by cloning the GitHub and build from source. Cloning via Github Desktop produce this error:

remote: Enumerating objects: 7, done.        
remote: Counting objects: 100% (7/7), done.        
remote: Compressing objects: 100% (1/1), done.        
remote: Total 4 (delta 3), reused 3 (delta 3), pack-reused 0        
From https://github.com/hinto-janai/gupax
 * [new branch]      main       -> upstream/main
 * [new branch]      tray       -> upstream/tray
 * [new tag]         v0.0.1     -> v0.0.1
 * [new tag]         v0.1.0     -> v0.1.0
 * [new tag]         v0.5.0     -> v0.5.0
 * [new tag]         v0.9.0     -> v0.9.0
 * [new tag]         v1.0.0     -> v1.0.0
 * [new tag]         v1.1.0     -> v1.1.0
 * [new tag]         v1.1.1     -> v1.1.1
 * [new tag]         v1.1.2     -> v1.1.2
 * [new tag]         v1.2.0     -> v1.2.0
 * [new tag]         v1.2.1     -> v1.2.1
 * [new tag]         v1.2.2     -> v1.2.2
 * [new tag]         v1.2.3     -> v1.2.3
 * [new tag]         v1.3.0     -> v1.3.0
 * [new tag]         v1.3.1     -> v1.3.1
Fetching submodule external/egui at commit f83bf5e
fatal: remote error: upload-pack: not our ref 457c951951c19193afde16d1a4ac3c17a70518be
Errors during submodule fetch:
	external/egui

I am not that interest but if the binary is not working in Arm M1, may have to go this path one day or today:

mkdir gupax 
git clone https://github.com/kwccoin/gupax.git
cd gupax
brew install rust 
brew install pkg-config openssl xz 
cargo install cargo-bundle        
cargo bundle --release    
cd /Users/ngcchk/Documents/gupax/gupax/target/release/bundle/osx/
ls

It works and as a surprise I cannot see the directory in finder except jump to it via finder folder command, until later ...! How can it be?

Anyway the built one is the standalone version it works, except one has to use git command line not desktop and has to build it oneself. And have to find out how to get the other part. And I hope the version in the app is ok and hence just copy those 2 into my standalone app and run it from there !!

from gupax.

hinto-janai avatar hinto-janai commented on May 29, 2024

I cannot reproduce the error on macOS ARM, can you launch Gupax from the command-line and post the output?

Also for git, you may need to use

git clone --recursive https://github.com/hinto-janai/gupax

from gupax.

sonalder-darlene avatar sonalder-darlene commented on May 29, 2024

I have the same issue with M1 Max, I might take the time to build it but this isn't ideal as Gupax aimed to be an easy solution ^^

from gupax.

gxanine avatar gxanine commented on May 29, 2024

This issue is related to Apple's security features.

Apps downloaded from the Internet may be flagged as 'unsafe' if they lack proper notarization by Apple, a process that requires an active Apple Developer Program membership.

Source:
https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution
https://developer.apple.com/library/archive/releasenotes/Carbon/RN-LaunchServices/index.html


As a workaround you can remove the quarantine flag on the .app file by running the following command in your terminal:

xattr -d com.apple.quarantine /Applications/Gupax.app

(Replace /Applications/Gupax.app with your location of Gupax.app)

from gupax.

hinto-janai avatar hinto-janai commented on May 29, 2024

Thanks for the info.

IIRC, the Apple Developer Program requires real world identification and a fee?

from gupax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.