xcode运行到真机报错
While checking alphas in /Users/qianhaiyuan/Desktop/hy_mobile_ios/hy_Iphone/images/firstpage/log_reg_board.png pngcrush caught libpng error: Not enough image dCommand /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code to indicate failure
原因1. 是提示的png并不是ps导出的png,而是手动修改jpeg后缀名为png,在模拟器上不会报错,但在真机,不 识别这种所谓 的“png”图片。(随便批下美工)
原因2:这是因为png图片的问题,png图片在存储的时候有一个NOT INTERLACED/INTERLACED(无交错/交错)的选项,因为设计师在切图的时候的存储错误,图片在XCode中就会报这个错误,但是还是会编译成功并运行,请设计师将图片重新按无交错存储就行了。
解决方案:
用ps重新导出png就ok了
附加错误信息:
CopyPNGFile /Users/qianhaiyuan/Library/Developer/Xcode/DerivedData/hy_Iphone-fndcbhhncozyqxamvodebsxiwyod/Build/Products/Debug-iphoneos/hy_Iphone.app/log_reg_board.png hy_Iphone/images/firstpage/log_reg_board.png cd /Users/qianhaiyuan/Desktop/hy_mobile_ios setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng -compress "" /Users/qianhaiyuan/Desktop/hy_mobile_ios/hy_Iphone/images/firstpage/log_reg_board.png /Users/qianhaiyuan/Library/Developer/Xcode/DerivedData/hy_Iphone-fndcbhhncozyqxamvodebsxiwyod/Build/Products/Debug-iphoneos/hy_Iphone.app/log_reg_board.png While checking alphas in /Users/qianhaiyuan/Desktop/hy_mobile_ios/hy_Iphone/images/firstpage/log_reg_board.png pngcrush caught libpng error: Not enough image dCommand /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code to indicate failure (null): While checking alphas in /Users/qianhaiyuan/Desktop/hy_mobile_ios/hy_Iphone/images/firstpage/log_reg_board.png pngcrush caught libpng error: Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code to indicate failure
相关推荐
这个“xcode 真机调试包 13.0.zip”压缩文件似乎包含了用于真机调试的Xcode 13.0的相关组件,这对于iOS开发者来说是一个非常重要的资源。下面我们将详细探讨Xcode、真机调试以及版本13.0的一些关键知识点。 1. **...
2. **运行配置**:在Xcode项目中选择目标设备后,点击“运行”按钮或使用快捷键`Command + R`,应用将部署到选定的设备。开发者可以选择不同的构建配置(如Debug或Release)以调整优化级别和调试信息。 3. **断点与...
xcode真机调试包 1、下载iOS12.4真机资源包 2、打开Xcode显示包内容,然后一步步找到DeviceSupport文件夹(Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport),将真机包拷贝进去 3、重启Xcode,然后...
描述中的信息 "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport" 是Xcode中存放设备支持文件的路径。在Xcode中,为了能够对不同版本的iOS设备进行真机调试,开发者需要有...
这是16的真机调试包,文件直接解压放到 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
在iOS应用开发中,Xcode是苹果官方提供的集成开发环境(IDE),用于构建、测试和发布iOS、iPadOS以及macOS等平台的应用程序。随着iOS系统版本的不断更新,开发者需要确保他们的应用能够兼容并良好运行在最新的操作...
iOS 15.0的真机调试文件,放到 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 目录下重启XCode即可。
本文将详细探讨标题中提及的问题:“Xcode9打包过的项目,用Xcode8运行时报错,缺少FileProvider.framework文件”,以及如何解决这个问题。 首先,我们来了解FileProvider框架。FileProvider是苹果在iOS 10中引入的...
3. **复制框架**:将解压后的FileProvider.framework文件复制到报错提示的路径下。同样,如果也报缺少IOSurface.framework,也需要进行相同的操作。 4. **添加到Xcode项目**:在Xcode中,选择你的项目目标(Target...
xcode ios12.3真机调试包 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
iOS 15.0的真机调试文件,放到 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 目录下重启XCode即可。
《Xcode 16.1真机调试包详解与应用》 在iOS开发领域,Xcode作为Apple官方的集成开发环境(IDE),是每一位开发者必备的工具。Xcode 16.1版本的发布,为开发者带来了更多优化和新特性,特别是针对真机调试功能的改进...
《Xcode 13.3真机调试:深入解析与实战指南》 在iOS开发领域,Xcode作为Apple官方的集成开发环境(IDE),扮演着至关重要的角色。它提供了全面的工具集,让开发者能够创建、测试和调试iOS应用程序。本篇文章将详细...
进入/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ 然后将解压后的文件夹直接添加进去,重启Xcode即可。
需要的请下载, 复制到 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 然后把你需要的调试包拖进去
使用Xcode 12.3,开发者可以直接将应用程序部署到连接的iOS设备上进行真机测试,确保应用程序在实际设备上的表现。真机测试能检查硬件特性的适配,如GPS、相机、触控反馈等。 4. **模拟器测试**: Xcode 12.3的...
2. 配置证书:创建并安装Development Certificate,使得Xcode能够签名并部署到真机设备。 3. 连接设备:通过USB连接iPhone或iPad到电脑,Xcode会自动识别并显示在设备列表中。 4. 选择设备:在Xcode的运行目标选择...
Xcode 12.3 真机测试包 测试包路径:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
Xcode iOS13.1真机调试包,下载并解压后,后前往文件夹里面,复制输入以下地址:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 把真机包放进去,完全退出 Xcode 并重启,...
《Xcode 13.1真机包:深入解析与应用》 Xcode,作为苹果官方的集成开发环境(IDE),对于iOS、macOS、watchOS以及tvOS等平台的应用程序开发至关重要。Xcode 13.1是该系列的一个重要版本,它包含了多项更新和改进,...