我真的停留在如何使用iOS6的和XCode的5图标光泽与iOS 6的Xcode 5.0
我已经经历了这些问题,阅读时,从我的图标删除光泽:
Removing gloss effect from an icon in iOS 4.3
icon already includes gloss effects not working ios 5
How to disable highlighting of the app icon?
现在我的plist看起来是这样的:
<plist version="1.0">
<dict>
<key>LSApplicationCategoryType</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.burton.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>
但是,当我在手机上预览应用程序时,光泽效果仍在应用中。任何帮助将非常感激。
论坛已启动,这是您检查的错误网址。我建议删除你的应用程序,并做一个干净的构建。 –
你不能那么坚持,因为无论如何你都不能使用Xcode 5来提交应用程序。 – uchuugaka