Starting from some point in the past xCode 4 in complaining about linker problems:

ld: warning: building for MacOSX, but linking against dylib built for iOS: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics

I have checked everything but still nothing suspicious in the config and it compiles and runs. The only thing that I see it is double slashes before CoreGraphics.framework, why I do not know. Tried remove and add again library on "Build phases" that did not help.

link|improve this question
feedback

1 Answer

This is an issue in the latest beta. You can safely ignore it.

See more info here, you'll need to log in with your developer id.

https://devforums.apple.com/thread/118625

link|improve this answer
Post #27 is probably what you'll want to read. – Sam Soffes Aug 31 '11 at 2:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.