Game porting tool kit installation

I cannot get the game porting kit installed. After I install the kit (with: brew -v install apple/apple/game-porting-toolkit) it shows an error message.

I think it has todo with the step before. When I want to "apple tap" (brew tap apple/apple http://github.com/apple/homebrew-apple) there is no answer, it just moves to the next line. Is it only me, or is there a solution ?

Thank you

if brew tap apple/apple http://github.com/apple/homebrew-apple succeeds, then the subsequent brew -v install ... should work. you do need to make sure you are in a Rosetta 2 shell with the arch -x86_64 zsh command to make sure you are using the proper version of homebrew.

In another thread for this topic the solution was to downgrade to Xcode 15 beta 2 (instead of using beta 3). Also use the command line tools for that version then. I have tested this and now the stuff compiles without errors.

Game porting tool kit installation
 
 
Q