after project creation, in XCode expand "CordovaLib.xcodeproj" and open "Classes/Cleaver/CDVViewController.m" then edit the code : replace
NSString* startFilePath = [self pathForResource:self.startPage];
by
NSString* startFilePath = self.startPage;