Domanda

Sto cercando di eseguire Zapp da GitHub, ma non riesce con più errori di compilazione. Ma gli errori di compilazione sono per cose piuttosto basilari, come il metodo RowForview non può essere trovato in un oggetto TableView. Non ho modificato affatto la build dal download originale di Github. Qualche idea?

Gruppo Zapp

/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')

Nessuna soluzione corretta

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top