Warning: Dependency cycle for target detected
Warning: Dependency cycle for target detected
- Subject: Warning: Dependency cycle for target detected
- From: Thomas Wetmore <email@hidden>
- Date: Mon, 04 Jul 2011 11:10:58 -0400
I'm using Xcode 4 and have a few static libraries that provide infrastructure for my applications.
When I build the libraries I get the warning: "Dependency cycle for target "xxx.lib" detected: xxx.lib -> xxx.lib"
Intellectually I understand what the dependencies are, classes that mutually refer to one another. But my naive assumption is that the linker works it out if only because the ranlib program is run on the archive files.
I note this is only a warning, and I also note that I don't seem to have any problems linking against these libraries when creating applications.
I've googled for information and I searched through the Apple and GNU docs for help understanding this warning message, but so far have had no success finding info that directly addresses this warning and its consequences.
Can anyone offer any context? Should I be worrying about these warnings?
Thanks,
Tom Wetmore _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden