0

githubからZappを実行しようとしていますが、複数のコンパイルエラーで失敗します。ただし、コンパイルエラーは、rowForViewメソッドがtableViewオブジェクトに見つからないなど、かなり基本的なものに対するものです。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')
4

1 に答える 1

1

必要なLionOS。すぐに問題を修正しました。

于 2012-02-01T17:59:28.457 に答える