无法处理应用程序plistvalidation

可能重复:
由于一般错误,此时无法处理应用程序info.plistvalidation(1095)

我收到错误

Unable to process application Info.plist validation at this time due to a general error. 

我原本以为这是苹果的服务器的问题,但我可以validation我正在工作的一个不同的应用程序就好了。

我发现这个问题,但是我已经在使用XCode的存档和上传工具。 我真的需要得到这个应用程序上传,为什么这将失败validation,但运行非常好?

编辑:

这是我的plist的xml

 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> <string>magichour.GIM-Conversion</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleIcons</key> <dict> <key>CFBundlePrimaryIcon</key> <dict> <key>UIPrerenderedIcon</key> <false/> <key>CFBundleIconFiles</key> <array> <string>Handbook_icon_57.png</string> <string>Handbook_icon_114.png</string> </array> </dict> </dict> <key>CFBundleVersion</key> <string>1.0.1</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>LSRequiresIPhoneOS</key> <true/> <key>CFBundleIconFiles</key> <array> <string>Handbook_icon_57.png</string> <string>Handbook_icon_114.png</string> </array> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> </array> <key>CFBundleDisplayName</key> <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleIconFile</key> <string></string> <key>CFBundleSignature</key> <string>????</string> <key>NSMainNibFile</key> <string>MainWindow</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleShortVersionString</key> <string>1.0</string> </dict> </plist> 

我只是有这个错误。 我等了一个小时,用完全相同的构造再次尝试,这一切都很好。 投票是苹果的故障。

我试图创build新的项目的事情,但它没有奏效。

什么工作是重新启动我的电脑。

一定是plist文件被破坏了,我创build了一个新的项目,并复制了源代码,我能够上传