简体   繁体   English

适用于iOS的Air“设备错误:请检查设备上是否有足够的空间。”

[英]Air for iOS “Device Error: Please check if there is enough space on the device.”

So I have encountered this error. 所以我遇到了这个错误。 One day everything works fine, the other I can't upload the ipa to my iPad from Flash Pro CS6. 有一天一切正常,另一个我无法从Flash Pro CS6上传ipa到我的iPad。 Obviously I have checked there's enough space in the device. 显然我已经检查过设备中有足够的空间。

iPhone utility explorer reports the error "A signed resource has been added, modified, or deleted." iPhone实用程序资源管理器报告错误“已添加,修改或删除已签名的资源”。 when trying to install the ipa file. 在尝试安装ipa文件时。 iTunes won't install the app either. iTunes也不会安装该应用程序。

There are no strange characters in the app name. 应用程序名称中没有奇怪的字符。

I have redownloaded the profiles from Apple's portal and checked there were no problems with the app identifier, app name, etc. Flash gives this same error message when there's a problem with that. 我已经从Apple的门户网站重新下载了配置文件,并检查了应用程序标识符,应用程序名称等没有问题。当出现问题时,Flash会给出相同的错误消息。

I have changed the version number. 我更改了版本号。

I checked the ipa file from terminal but didn't say anything useful. 我从终端检查了ipa文件,但没有说任何有用的东西。

codesign -vv /path/to/file.ipa

I have rebooted my ipad and installed latest software update. 我重新启动了ipad并安装了最新的软件更新。

Older ipa files upload fine from iPhone utility. 较旧的ipa文件可以从iPhone实用程序上传。

What can I do? 我能做什么?

The problem was that I packed a file in the ipa with a non valid character called "Ñ.png". 问题是我在ipa中打包了一个文件,其中包含一个名为“Ñ.png”的无效字符。

It's strange because Unix supports latin characters in file and folder names... anyway renaming that file put everything back to normal. 这很奇怪因为Unix支持文件和文件夹名称中的拉丁字符...无论如何重命名该文件会使一切恢复正常。

Same error here. 这里也是错误的。 I think incorrect App ID cause this. 我认为错误的App ID会导致这种情况。 Fix it by reselect the provisioning profile. 通过重新选择配置文件修复它。 It will set App ID correct. 它将设置App ID正确。

I've seen that error a few times and it always takes me a while, complaining against multiple provision profile and certificate, before I remember that 我已经看过几次这个错误了,总是花了我一段时间,抱怨多个配置文件和证书,在我记得之前

it actually comes from the xml used to generate the ipa file. 它实际上来自用于生成ipa文件的xml。

Typically when you have a different xml for development and for distribution (if you're using Push in my case) 通常当你有一个不同的xml用于开发和分发时(如果你在我的情况下使用Push)

暂无
暂无

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

相关问题 Adobe AIR for iOS-设备没有足够的空间 - Adobe AIR for iOS - device does not have enough space iOS部署失败,并显示错误消息“所选设备不是物理设备。 请在部署应用程序之前选择一个有效的设备。” - iOS deployment fails with error “Selected device is not a physical device. Please select a valid device before deploying the application.” 尝试在iOS设备上运行应用程序时出错。 它在模拟器上运行 - Error trying to run app on iOS device. It runs on emulator 无法与iOS设备握手。 获取PList错误 - Unable to Handshake with iOS Device. Getting PList Error iOS 14 设备上的离子服务。 错误“无效服务” - ionic serve on iOS 14 device. Error "Invalid Service" iPhone 不可用。 请重新连接设备。 / iOS 14.2 - Xcode 12.1 - iPhone is not available. Please reconnect the device. / iOS 14.2 - Xcode 12.1 带有 iOS 14 设备的 Xcode 10 - 尝试与此设备通信时遇到错误。 (服务无效。) - Xcode 10 with iOS 14 device - An error was encountered while attempting to communicate with this device. (The service is invalid.) 在下载文件之前检查iphone设备上是否有足够的空间 - check enough space on iphone device before downloading files 在设备上调试iOS / AIR内容 - Debugging iOS/AIR content on the device iOS 应用程序在真实设备上崩溃。 错误:dyld`__abort_with_payload - iOS Application crashes on real device. Error: dyld`__abort_with_payload
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM