After installing CorePlot I get the following errors:
Property attributes 'assign' and 'weak' are mutually exclusive

What does that mean?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I bet you’re trying to use the 0.9 snapshot or a version that isn’t the current one in the repository. The headers were not compatible with an ARC-enabled project until about a month or so ago.
Pull the latest version of the framework from the Mercurial repository to fix this. There are a few more subtle things that needed to be modified in the headers to make this ARC-compatible than just pulling out the
__weaksymbols. The latest version in the repository is fully tested and compatible with a ARC-enabled applications targeting iOS 4.0, 5.0, Snow Leopard, and Lion.