c# - Build failed: cyclic build dependencies are not supported -
i've been trying build project in monodevelop, bitches project having cyclic build dependency.
project1 main project. project2 1 has cyclic dependency. project3, 4 , 5 other projects.
project2 references 1, 3 , 4. project4 references 3 , 5.
project2 , 4 have same names.
honestly, don't see cyclic build dependency there. disabling cyclic build dependency project works fine, want compile using monodevelop.
okay, fixed renaming project4.
both had same name, , monodevelop couldn't resolve it.
Comments
Post a Comment