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

Replies

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.

  • Same here for me. 'Command Line Tools for Xcode 15 beta 4' had the same issue. Downgrading to Beta 2 circumvents the errors installing version 1.0.2. I'm on Sonoma 14.0 beta 3 update/build 23A5286i July 11th public beta release.

Add a Comment