creativeKoder
creativeKoder

Reputation: 309

Duplicate dylib warning in xcode

I received this warning after adding the flurry api:

ld: warning: duplicate dylib /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/usr/lib/system/libSystem.host.dylib

I do not understand what I have to do to get rid of this. Any hints would be real helpful.

thanks

Upvotes: 0

Views: 1112

Answers (2)

Sabby
Sabby

Reputation: 2592

Well you need to find that duplicate file first,You are having that file more than once thats why its happening , and then delete that file and moreover also delete the app from the simulator.Remove the build,clean the targets and then run your app.Hope it would help you dear..... Have a great time and coding bro....

Upvotes: 3

WrightsCS
WrightsCS

Reputation: 50727

Check your target compile resources and bundle resources for duplicate objects.

Upvotes: 0

Related Questions