Reputation: 21025
I have installed Xcode 4.3.1.
I am looking for the "texturetool" that is used for converting PNG's to PVR files.
According to :
The file is located at :
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/texturetool
But since I installed Xcode from the app store, /Developer doesn't exist! This is the new "app" version of Xcode.
EDIT: Ok, I found it here: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
What should I do so that I can access the tool without typing the full path?
Upvotes: 2
Views: 1463
Reputation: 89509
To access that tool without typing in the full path, you can add that longish path to your "PATH
" environment variable.
You can find some ways to modify PATH
in the answers to this question.
Upvotes: 2