-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
IOS 6.1 , device used for testing IPAD
While installing the file to my IPAD I get the following error:
fruitstrap -i <device id> -b tests.app
------ Install phase ------
[....] Waiting for iOS device to be connected
[ 0%] Found device (<device id>), beginning install
[ 5%] Copying tests.app to device
[ 6%] Copying tests.app/_CodeSignature to device
[ 7%] Copying tests.app/_CodeSignature/CodeResources to device
[ 8%] Copying tests.app/blocks.png to device
[ 9%] Copying tests.app/ChangeLog to device
[ 10%] Copying tests.app/CloseNormal.png to device
[ 11%] Copying tests.app/CloseSelected.png to device
[ 12%] Copying tests.app/Default.png to device
[ 14%] Copying tests.app/embedded.mobileprovision to device
[ 15%] Copying tests.app/HelloWorld.png to device
[ 18%] Copying tests.app/Icon-72.png to device
[ 20%] Copying tests.app/Icon-Small-50.png to device
[ 21%] Copying tests.app/Icon-Small.png to device
[ 22%] Copying tests.app/Icon-Small@2x.png to device
[ 23%] Copying tests.app/Icon.png to device
[ 24%] Copying tests.app/Icon@2x.png to device
[ 25%] Copying tests.app/Info.plist to device
[ 26%] Copying tests.app/iTunesArtwork to device
[ 28%] Copying tests.app/LICENSE_LevelHelper.txt to device
[ 29%] Copying tests.app/PkgInfo to device
[ 30%] Copying tests.app/ResourceRules.plist to device
[ 31%] Copying tests.app/tests to device
[ 52%] CreatingStagingDirectory
[ 57%] ExtractingPackage
[ 60%] InspectingPackage
[ 60%] TakingInstallLock
[ 65%] PreflightingApplication
AMDeviceInstallApplication failed: -402653058
FATAL: Deployment of /var/folders/48/39s65gzx0376b3n9jgt_ddq800009c/T/jenkins1374478254665172830ipa failed: 1
java.io.IOException: Deployment of /var/folders/48/39s65gzx0376b3n9jgt_ddq800009c/T/jenkins1374478254665172830ipa failed: 1
at org.jenkinsci.plugins.ios.connector.DeployTask.call(DeployTask.java:54)
at org.jenkinsci.plugins.ios.connector.DeployTask.call(DeployTask.java:19)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at hudson.remoting.Engine$1$1.run(Engine.java:58)
at java.lang.Thread.run(Thread.java:722)