문제

I'm using wikitude, xcode5 and phonegap for my mobile app project. I got this error when I try to build the project.

/Applications/MAMP/htdocs/rmbp/apps/rmbp/iphone/native/WikitudeSDK/WTARViewController.m:19:1: @synthesize of 'weak' property is only allowed in ARC or GC mode

Why?

도움이 되었습니까?

해결책

Which PhoneGap version are you using? Since PhoneGap version 2.1.0, ARC is enabled by default and you shouldn't have any problems.

You might check your PhoneGap version and update to 2.1.0+ (current release is 3.3).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top