Page 1 of 1

iPhone/Xcode - "error while creating dependancy graph"

Posted: Sat 24 Jul, 2010 3:01 pm
by PISD Support
This will occur when you hit build or clean sometimes if you have a relative path set in your project for your temporary directory (for me it occurs most frequently after an upgrade to a new SDK).

To fix this issue (which is an internal XCode compiler issue) smply add $(PROJECT_DIR) as the root for CONFIGURATION_TEMP_DIR and then Xcode will cooperate again.