Search code examples
iphonexcodecocoa-touchquartz-graphics

Problem importing Quartz framework


I have added the Quartz framework to my project, but when I compile I get the following errors:

ld: framework not found Quartz


Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

Solution

  • Try this...

    • Delete the framework.
    • Clean all targets.
    • Shut down and restart xcode.
    • Try linking in the framework again.
    • Rebuild your application.

    Any help?