Shazron Abdullah created CB-2805:
------------------------------------

             Summary: ARC weak reference issue in 10.7
                 Key: CB-2805
                 URL: https://issues.apache.org/jira/browse/CB-2805
             Project: Apache Cordova
          Issue Type: Bug
          Components: OSX
         Environment: OS X Lion 10.7
            Reporter: Shazron Abdullah
            Assignee: Shazron Abdullah
             Fix For: 2.6.0


Once you workaround CB-2804, you get this error:

CDVCommandDelegateImpl.h:27:5: error: class is incompatible with __weak 
references
    __weak CDVViewController* _viewController;

Workaround is to remove the __weak annotation, since NSViewController does not 
support ARC weak references.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to