0

我正在尝试从 github 运行 Zapp,但由于多个编译错误而失败。但是编译错误是针对非常基本的东西,比如在 tableView 对象中找不到 rowForView 方法。我根本没有从 GitHub 原始下载中更改构建。有任何想法吗?

扎普集团

/Users/cameron_geiser/Downloads/square-zapp-faa7f84/Zapp/ZappAppDelegate.m
Instance method '-rowForView:' not found (return type defaults to 'id')
Incompatible pointer to integer conversion initializing 'NSInteger' (aka 'long') with an expression of type 'id'
Use of undeclared identifier 'NSConfinementConcurrencyType'
/Users/cameron_geiser/Downloads/square-zapp-faa7f84/Zapp/ZappRepositoriesController.m
Instance method '-createDirectoryAtURL:withIntermediateDirectories:attributes:error:' not found (return type defaults to 'id')
4

1 回答 1

1

需要 Lion 操作系统。直接解决了问题。

于 2012-02-01T17:59:28.457 回答