开发者

Xcode 4: library depends on itself issue

On the project I'm helping to revive, iSoul, some users are reporting an issue while compiling with Xcode 4 (I use Xcode 3.6.8 currently and cannot get my hands on the new one at the moment): it appears that some libraries depend on themselves.

This is the message they are getti开发者_StackOverflow中文版ng:

File /Users/username/Library/Developer/Xcode/DerivedData/iSoul-ervmuugfdxbpmohhmtpcemztfvyw/Build/Products/Release/libevent.framework depends on itself.  This target might include its own product.
File /Users/username/Library/Developer/Xcode/DerivedData/iSoul-ervmuugfdxbpmohhmtpcemztfvyw/Build/Products/Release/libXMLFramework.framework depends on itself.  This target might include its own product.

I have no clue about it, I checked the dependency targets but no one appears to depend on itself, plus it works fine under the previous version of Xcode. Any suggestion will be appreciated.

UPDATE: Some other users say that when they try to build it with Xcode 4 the build seems to go fine but it fails to create a snapshot (reason: cannot go beyond a symlink) and so it stops. Disabling the creating snapshot feature in the preferences does not help, since the app does not run, even if it says the build step went fine. Can someone please download it and confirm the issue?


Check that your target is not included in the project details.

Check the project info

Go to Build Phases > Copy bundle resources and check that your project name is not in the list.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜