Xcode: Internal error occurred while creating dependency graph
Posted
by Randy Simon
on Stack Overflow
See other posts from Stack Overflow
or by Randy Simon
Published on 2010-03-12T22:09:49Z
Indexed on
2010/03/12
23:17 UTC
Read the original article
Hit count: 553
I just started getting this error today, seemingly out of nowhere. Any one see this before and know what causes it.
Internal error occurred while creating dependency graph: *** -[NSCFArray initWithObjects:count:]: attempt to insert nil object at objects[10]
This happens when I try to build with "iPhone Device 3.x" selected. However, if I select "iPhone Simulator 3.x", everything is fine.
© Stack Overflow or respective owner