我真的停留在如何使用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