I am writing makefile to buil XCode project. I have got done everything except install iphone-simulator-target to iPhone Simulator?

I found that iPhone Simulator put all applications to ~/Users/wangjian/Library/Application Support/iPhone Simulator/4.2/Applications, but the next fold is 399E3422-F07E-40B5-8EEC-C8B9D05F39EB. Is xcode or simulator generate this fold? how can I do this with command line

link|improve this question
feedback

1 Answer

It's a UUID. You can install ossp-uuid using Homebrew if you want to generate that yourself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.