【发布时间】:2013-09-26 23:44:34
【问题描述】:
基本上,我有一个可以正常运行的 IOS 应用程序。
按照http://docs.urbanairship.com/build/ios.html#ios-push-getting-started 的说明,我到达了“Register Your Device”部分,要求我进行编译。
尝试在 xCode 5 中构建代码后,我收到以下错误“@implementation UAPushSettingsAddTagViewController @synthesize of 'weak' property is only allowed in ARC or GC mode”。
注意:ARC 模式未使用。
【问题讨论】:
标签: ios xcode urbanairship.com