Frage

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?

War es hilfreich?

Lösung

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).

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top