AIR iOS app fails to install, error message: “A signed resource has been added, modified, or deleted.”

StackOverflow https://stackoverflow.com/questions/9814294

  •  25-05-2021
  •  | 
  •  

I'm making an iOS app using AIR 3.1 and Flex 4.5.1, and if I package it using -target ipa-test-interpreter the ipa file installs with no problem, it just runs kind of slow. If I use -target ipa-debug or -ipa-ad-hoc then the install fails with the error message "A signed resource has been added, modified, or deleted." Nothing else has changed

Has anyone run into this before or have any idea what's causing this error?

有帮助吗?

解决方案

A quick search of the web and it looks like there's no 100% sure solution why it does this.

This guy here says he found a solution - it was with the iPhone Configuration Utility.

Other than that, I would suggest trying the latest AIR SDK. It could be issues with you using an older AIR SDK and targeting a newer iOS.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top