iPhone/Xcode - "error while creating dependancy graph"

This forum is intended to enable people developing products using the PISD Libraries to recieve easy technical support and also to ask general questions about the libraries to other people using them.
Post Reply
User avatar
PISD Support
Moderator
Posts: 26
Joined: Thu 21 May, 2009 4:19 pm

iPhone/Xcode - "error while creating dependancy graph"

Post 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.
Post Reply