简体   繁体   English

如何从设备清理iPad应用程序?

[英]How can I cleanup iPad app from the Device?

I deployed my app with images for the retina display onto my iPad. 我将带有视网膜显示图像的应用程序部署到我的iPad上。 Those images are too big. 那些图像太大了。 So I want to try using normal size image. 所以我想尝试使用正常尺寸的图像。 I removed my retina display images from the project. 我从项目中删除了我的视网膜显示图像。 I did a cleanup and deployed the app onto my iPad. 我做了清理并将应用程序部署到我的iPad上。 I still see the retina display image on the device. 我仍然在设备上看到视网膜显示图像。 I am using cocos2d. 我正在使用cocos2d。 So the retina display image files are named sprite-hd.png. 因此视网膜显示图像文件名为sprite-hd.png。

I will try testing with sprite@2x.png format. 我将尝试使用sprite@2x.png格式进行测试。 I think even after the app is deleted (long touch and then touch little x icon), the app's resources are still the in the device. 我认为即使删除了应用程序(长按,然后触摸小x图标),应用程序的资源仍然在设备中。

从设备中删除应用程序,清除Xcode中的目标(command-shift-k)并再次运行,它应该可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS开发:如何防止iPad在iPad模式下运行通用应用程序? - iOS Development: How can I prevent an iPad from running a universal app in iPad mode? 如何从开发者帐户的 App Store 中删除 iPad 设备? - How to remove iPad device from App Store in developer account? 我如何加入iPad和iPhone应用程序? - How can i join an iPad and iPhone app? 如何在iOS 8.3中检测设备是否为iPad? - How can I detect if device is an iPad in iOS 8.3? 如何在iOS 7中获得唯一数量的设备或iPad? - How can I get unique number of device or iPad in iOS 7? 从PhoneGap应用程序的设备列表中删除iPad - Remove iPad from device list in PhoneGap app 如何在Xcode 4.2中将iPhone应用程序升级到iPad应用程序? - How can I upgrade an iPhone app to iPad app in xcode 4.2? 如何将仅iPad的应用程序转换为通用应用程序? - How can I convert an iPad only app into a Univeral app? 如果我具有iPad的设备ID,是否可以构建并发送此应用程序供他人远程安装? - If I have the device ID for an iPad, can I build and send this app for someone to install remotely? 如何防止iPad多任务手势锁定移动Web应用程序? - How can I prevent iPad Multitasking Gesture from locking mobile web app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM