alexandrehtrb / Pororoca

An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
https://pororoca.io
Other
500 stars 38 forks source link

Pororoca is not starting up on os X arm #69

Closed barbetb closed 9 months ago

barbetb commented 10 months ago

Running ventura 13.4 on m1 arm os x macbook, I cannot open Pororoca. I have the arm build. I have allowed privacy to open it. On opening the app it says 'The application "Pororoca" can't be opened".

Is the build correct?

alexandrehtrb commented 10 months ago

Hello @barbetb ,

First, thanks for reporting this problem. I don't have a Mac OSX arm64 to test it, but it should work fine. Would you be willing to make some tests to help finding the cause?

1) Try opening Pororoca via Terminal:

# your Applications folder
cd ~/Applications
open ./Pororoca.app

See if a stack trace appears in the Terminal, if it does, please attach it here.

2) If step above doesn't provide anything relevant, please clone this repo in the develop branch and try running locally. You will need .NET 8 installed and you can run with an IDE (VS Code or Visual Studio), or via command line:

git clone https://github.com/alexandrehtrb/Pororoca.git
cd ./Pororoca/src/Pororoca.Desktop/
dotnet run
barbetb commented 10 months ago

I downloaded the x64 version and that one works. I guess the wrong build is published under the wrong url.

alexandrehtrb commented 9 months ago

There is a problem with osx-arm64 releases. but osx-x64 releases work on Mac OSX with ARM64 / Apple Silicon architectures.

I will close this issue, but this should be investigated further.