意外的phonegap构建错误

时间:2014-06-18 21:56:32

标签: ios cordova

所以一切都很顺利,在我的设备上成功构建和测试然后phonegap给了我这个错误,我的构建失败了。我尝试卸载并重新安装各种版本,尝试重建旧项目构建,更新和降级..但我尝试过的任何工作都没有。有什么想法吗?

继承错误:

/Users/spencerpope/webslinger/platforms/ios/webslinger/Classes/AppDelegate.m:80:25: error: 
property 'useSplashScreen' not found on object of type
       'CDVViewController *'
        self.viewController.useSplashScreen = YES;
                    ^
1 error generated.

** BUILD FAILED **


The following build commands failed:
     CompileC build/webslinger.build/Debug-iphonesimulator/webslinger.build/Objects-        normal/i386/main.o webslinger/main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/webslinger.build/Debug-iphonesimulator/webslinger.build/Objects-normal/i386/AppDelegate.o webslinger/Classes/AppDelegate.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
{ [Error: /Users/spencerpope/webslinger/platforms/ios/cordova/build: Command failed with           exit code 65] code: 65 }
   [error] /Users/spencerpope/webslinger/platforms/ios/cordova/build: Command failed with        exit code 65 

0 个答案:

没有答案