我正在尝试从github运行Zapp,但它因多个编译错误而失败。但编译错误是非常基本的东西,比如在tableView对象中找不到rowForView方法。我没有从GitHub原始下载中改变构建。有什么想法吗?
Zapp Group
/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')
答案 0 :(得分:1)
狮子操作系统必备。马上解决了这个问题。