Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

0 votes

I have been able to resolve my original problem where I was getting the error:

! error: There is no SDK wih the name or path 'macosx10.8'

Checked some forums and was able to find where the problem comes from. I had to go an change the Base SDK Target to OS X 10.6.8 in the left pane of XCode.

See Image below:

https://drive.google.com/open?id=0BzfrM88hd10QSExOVWd5Yk42NzA&authuser=0

Just in case I have uninstalled XCode and Wwise SDK and reinstalled them again starting with XCode first then adding the Wwise SDK for 2014.1. I have followed all instructions in the 'Readme.txt' files associated with the downloads and still no luck compiling. The error is different now however:

framework not found SDL2
Command /Developer/usr/bin/llvm-g++-4.2 failed with exit code 1

And I do have SDL2 placed into my /Library/Frameworks folder on the root of the drive as per instructions.

Image here: https://drive.google.com/open?id=0BzfrM88hd10QejhmbHFkNzdsRjg&authuser=0

If anyone knows of a solution help would be appreciated!

Running OS X 10.6.8 and XCode 3.2.6 with Wwise 2014.1

 

 

dans General Discussion par Zahari S. (190 points)
edité par Zahari S.

1 Réponse

0 votes
 
Meilleure réponse

I have found out that Cube will simply not compile on an older platform and it is understandable.

Therefore I have upgraded from OS X 10.6.8 (Snow Leopard) to more recent Apple OS X. I have also uninstalled XCode 3.2.6 and moved on to the newly released XCode 5.1.1. After the upgrade, build was successful and Wwise project was able to connect to the game.

Running OS X 10.8.5 and XCode 5.1.1 with Wwise 2014.1

par Zahari S. (190 points)
sélectionné par Bernard R. (Audiokinetic)
Hello

I can't run Cube using terminal so I tried to get the game running using Xcode, I did what the readme/Mac.txt told to do. But I can't find the xcode project at /path/to/CubeDemo/cube_source/src/Mac/CubeMac.xcodeproj

In /path/to/CubeDemo/cube_source/src/ I don't have the /Mac/ folder.

Could you do a step by step on how you opened Cube with Xcode ?

Thanks
...