我正在使用平台Cordova来创建iOs,Android和Windows App.我试图了解Cordova的所有内容,我认为自己非常善于使用该工具.
将xCode 6.4升级到7后,我遇到了问题.当我尝试在终端中构建我的iOs App时会出现问题.我在这个错误中得到一个错误,产生一些额外的冲突,再次看到构建:
//错误AppDelegate.m:138:1:警告:'application:supportedInterfaceOrientationsForWindow:':'UIInterfaceOrientationMask'(又名'enum UIInterfaceOrientationMask')与'NSUInteger'(又名'unsigned int')实现中的冲突返回类型[-Wmismatched -return-types] //错误
我一直在寻找很多论坛,但仍无法找到解决方案.有人可以帮我解决这个问题吗?