An internal error occurred during: "Launching App". ApplicationVerificationFailed

1,417 views
Skip to first unread message

Tyler Han

unread,
Jun 11, 2014, 4:21:18 PM6/11/14
to rob...@googlegroups.com
I've been getting an ApplicationVerificationFailed error every single time I try to launch the app onto my phone. I think I've tried everything from remaking the bundles and provisioning profiles scores of times and trying with my iPad, etc.

A Xcode sample app runs fine on any device using the provisioning profiles I use but roboVM on eclipse is simply frustrating me so much as I've spent the past few days trying to just launch it on my phone for testing.

All help would be appreciated.


The code for iOS launcher: (note that the code for the sample IOSDemo on robovm.com doesn't work either, as I always get the same error)

package com.simplexity.se;


import org.robovm.apple.foundation.NSAutoreleasePool;

import org.robovm.apple.uikit.UIApplication;


import com.badlogic.gdx.backends.iosrobovm.IOSApplication;

import com.badlogic.gdx.backends.iosrobovm.IOSApplicationConfiguration;

import com.simplexity.se.se;


public class IOSLauncher extends IOSApplication.Delegate {

    @Override

    protected IOSApplication createApplication() {

        IOSApplicationConfiguration config = new IOSApplicationConfiguration();

        return new IOSApplication(new se(), config);

    }


    public static void main(String[] argv) {

        NSAutoreleasePool pool = new NSAutoreleasePool();

        UIApplication.main(argv, null, IOSLauncher.class);

        pool.close();

    }

}

Tyler Han

unread,
Jun 11, 2014, 4:29:05 PM6/11/14
to rob...@googlegroups.com




Niklas Therning

unread,
Jun 12, 2014, 4:07:35 AM6/12/14
to Tyler Han, rob...@googlegroups.com
Please try to set the signing identity and provisioning profile explicitly on the iOS Device App launcher in Eclipse (Run->Run Configurations).


On Wed, Jun 11, 2014 at 10:29 PM, Tyler Han <tyler...@gmail.com> wrote:




--
You received this message because you are subscribed to the Google Groups "RoboVM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robovm+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tyler Han

unread,
Jun 12, 2014, 8:17:38 AM6/12/14
to rob...@googlegroups.com
I've already been doing that for the past week or so. I've managed to try a lot of options but it just refuses to go past the 40% verifying application step.
So for run configurations I've already set them and ran my developer account along with the provisioning file.
Xcode projects run fine on my phone.

I'm using the latest version of libgdx

Niklas Therning

unread,
Jun 13, 2014, 4:17:08 PM6/13/14
to Tyler Han, rob...@googlegroups.com
Show us the last lines from the log output of the RoboVM console in Eclipse. Everything from "Linking XXX classes".


Tyler Han

unread,
Jun 13, 2014, 8:49:39 PM6/13/14
to rob...@googlegroups.com, tyler...@gmail.com

13/06/14 5:46:06 PM: [ INFO] Linking 3187 classes

13/06/14 5:46:16 PM: [DEBUG] Building executable /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher

13/06/14 5:46:16 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher" -g -arch armv7 "-Wl,-filelist,/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/objects" -L /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/robovm-0.0.13/lib/vm/ios/thumbv7 -ObjC -exported_symbols_list "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/exported_symbols" -Wl,-no_implicit_dylibs -Wl,-dead_strip -miphoneos-version-min=5.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -lrobovm-bc -force_load /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/robovm-0.0.13/lib/vm/ios/thumbv7/librobovm-rt.a -lrobovm-debug -lrobovm-core -lgc -lpthread -ldl -lm -liconv -lsqlite3 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework CoreGraphics -framework OpenAL -framework AudioToolbox -framework AVFoundation -force_load /Users/decathect/Desktop/workspace/work/ios/build/libs/ios/libgdx.a -force_load /Users/decathect/Desktop/workspace/work/ios/build/libs/ios/libObjectAL.a

13/06/14 5:46:18 PM: [ INFO] Build done

13/06/14 5:46:18 PM: [ INFO] Launching executable

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/boot/robovm-rt.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/classes0.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/classes1.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/gdx-1.1.0.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/gdx-backend-robovm-1.1.0.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/robovm-cocoatouch-0.0.13.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/robovm-objc-0.0.13.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/robovm-rt-0.0.13.jar

13/06/14 5:46:19 PM: [DEBUG] Creating stripped archive file /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/boot/robovm-cacerts-full.jar

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/badlogic.jpg to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/1.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/back.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/background.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/cloud.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/k.psd to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/libgdx.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/logo.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/negative.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/pandamap.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/reset.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water0.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water1.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water2.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water3.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water4.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water5.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water6.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water7.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/data/water/water8.png to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/jf.ogg to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/negswish.ogg to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/riff.ogg to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/ss.ogg to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/swish.ogg to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] Copying resource /Users/decathect/Desktop/workspace/work/android/assets/swish.ogg.sfk to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Defaul...@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Defaul...@2x.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Def...@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Def...@2x.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default@2x~ipad.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default@2x~ipad.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default~ipad.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default~ipad.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Icon-72.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-72.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Ico...@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Ico...@2x.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Icon.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Ic...@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Ic...@2x.png"

13/06/14 5:46:19 PM: [DEBUG] Installing Info.plist to /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app

13/06/14 5:46:19 PM: [DEBUG] xcrun dsymutil -o "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app.dSYM" "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/IOSLauncher"

13/06/14 5:46:20 PM: [DEBUG] Copying Development provisioning profile: SmogExpress (ED52R9DJ55.com.simplexity.se)

13/06/14 5:46:20 PM: [DEBUG] Code signing using identity 'iPhone Developer: Mike Hung (AQYLNFJ5AE)' with fingerprint B606759C59C74CA923C24CC2F27231A1A027CA7A

13/06/14 5:46:20 PM: [DEBUG] codesign -f -s B606759C59C74CA923C24CC2F27231A1A027CA7A --entitlements "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/Entitlements.plist" "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app"

13/06/14 5:46:20 PM: [DEBUG] [  0%] Beginning upload...

13/06/14 5:46:20 PM: [DEBUG] [  0%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app...

13/06/14 5:46:20 PM: [DEBUG] [  1%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/_CodeSignature...

13/06/14 5:46:20 PM: [DEBUG] [  3%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/_CodeSignature/CodeResources...

13/06/14 5:46:20 PM: [DEBUG] [  5%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/badlogic.jpg...

13/06/14 5:46:20 PM: [DEBUG] [  7%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data...

13/06/14 5:46:20 PM: [DEBUG] [  9%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/1.png...

13/06/14 5:46:20 PM: [DEBUG] [ 10%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/back.png...

13/06/14 5:46:20 PM: [DEBUG] [ 12%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/background.png...

13/06/14 5:46:20 PM: [DEBUG] [ 14%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/cloud.png...

13/06/14 5:46:20 PM: [DEBUG] [ 16%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/k.psd...

13/06/14 5:46:21 PM: [DEBUG] [ 18%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/libgdx.png...

13/06/14 5:46:21 PM: [DEBUG] [ 20%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/logo.png...

13/06/14 5:46:21 PM: [DEBUG] [ 21%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/negative.png...

13/06/14 5:46:21 PM: [DEBUG] [ 23%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/pandamap.png...

13/06/14 5:46:21 PM: [DEBUG] [ 25%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/reset.png...

13/06/14 5:46:21 PM: [DEBUG] [ 27%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water...

13/06/14 5:46:21 PM: [DEBUG] [ 29%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water0.png...

13/06/14 5:46:21 PM: [DEBUG] [ 30%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water1.png...

13/06/14 5:46:21 PM: [DEBUG] [ 32%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water2.png...

13/06/14 5:46:21 PM: [DEBUG] [ 34%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water3.png...

13/06/14 5:46:21 PM: [DEBUG] [ 36%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water4.png...

13/06/14 5:46:21 PM: [DEBUG] [ 38%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water5.png...

13/06/14 5:46:21 PM: [DEBUG] [ 40%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water6.png...

13/06/14 5:46:21 PM: [DEBUG] [ 41%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water7.png...

13/06/14 5:46:21 PM: [DEBUG] [ 43%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/data/water/water8.png...

13/06/14 5:46:21 PM: [DEBUG] [ 45%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Defaul...@2x.png...

13/06/14 5:46:21 PM: [DEBUG] [ 47%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default.png...

13/06/14 5:46:21 PM: [DEBUG] [ 49%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Def...@2x.png...

13/06/14 5:46:21 PM: [DEBUG] [ 50%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default@2x~ipad.png...

13/06/14 5:46:21 PM: [DEBUG] [ 52%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default~ipad.png...

13/06/14 5:46:21 PM: [DEBUG] [ 54%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/embedded.mobileprovision...

13/06/14 5:46:21 PM: [DEBUG] [ 56%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-72.png...

13/06/14 5:46:21 PM: [DEBUG] [ 58%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Ico...@2x.png...

13/06/14 5:46:21 PM: [DEBUG] [ 60%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon.png...

13/06/14 5:46:21 PM: [DEBUG] [ 61%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Ic...@2x.png...

13/06/14 5:46:21 PM: [DEBUG] [ 63%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Info.plist...

13/06/14 5:46:21 PM: [DEBUG] [ 65%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/IOSLauncher...

13/06/14 5:46:23 PM: [DEBUG] [ 67%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/jf.ogg...

13/06/14 5:46:23 PM: [DEBUG] [ 69%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib...

13/06/14 5:46:23 PM: [DEBUG] [ 70%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/boot...

13/06/14 5:46:23 PM: [DEBUG] [ 72%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/boot/robovm-cacerts-full.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 74%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/boot/robovm-rt.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 76%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/classes0.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 78%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/classes1.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 80%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/gdx-1.1.0.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 81%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/gdx-backend-robovm-1.1.0.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 83%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/robovm-cocoatouch-0.0.13.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 85%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/robovm-objc-0.0.13.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 87%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/lib/robovm-rt-0.0.13.jar...

13/06/14 5:46:23 PM: [DEBUG] [ 89%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/negswish.ogg...

13/06/14 5:46:23 PM: [DEBUG] [ 90%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/ResourceRules.plist...

13/06/14 5:46:23 PM: [DEBUG] [ 92%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/riff.ogg...

13/06/14 5:46:23 PM: [DEBUG] [ 94%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/ss.ogg...

13/06/14 5:46:23 PM: [DEBUG] [ 96%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/swish.ogg...

13/06/14 5:46:23 PM: [DEBUG] [ 98%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/swish.ogg.sfk...

13/06/14 5:46:23 PM: [DEBUG] [100%] Upload complete

13/06/14 5:46:23 PM: [DEBUG] [  0%] Beginning installation...

13/06/14 5:46:23 PM: [DEBUG] [  5%] CreatingStagingDirectory

13/06/14 5:46:23 PM: [DEBUG] [ 15%] ExtractingPackage

13/06/14 5:46:23 PM: [DEBUG] [ 20%] InspectingPackage

13/06/14 5:46:23 PM: [DEBUG] [ 20%] TakingInstallLock

13/06/14 5:46:23 PM: [DEBUG] [ 30%] PreflightingApplication

13/06/14 5:46:23 PM: [DEBUG] [ 30%] InstallingEmbeddedProfile

13/06/14 5:46:23 PM: [DEBUG] [ 40%] VerifyingApplication

Screen Shot 2014-06-13 at 5.47.57 PM.png

Niklas Therning

unread,
Jun 14, 2014, 2:36:13 AM6/14/14
to Tyler Han, rob...@googlegroups.com
Ok, now please post your robovm.properties, robovm.xml and Info.plist.xml files. Also, please run

  java -cp lib/robovm-compiler.jar org.robovm.compiler.target.ios.ProvisioningProfile
  java -cp lib/robovm-compiler.jar org.robovm.compiler.target.ios.SigningIdentity

and post the output. You'll find that jar in this download: http://download.robovm.org/robovm-0.0.13.tar.gz. You can send this to me privately in a new mail thread if you want to.


--

Niklas Therning

unread,
Jun 16, 2014, 3:12:08 AM6/16/14
to Tyler Han, rob...@googlegroups.com
If others see the ApplicationVerificationFailed error when trying to launch on device: check that your app.id in your robovm.properties file matches the app id in your provisioning profile. This is the problem Tyler had and we resolved it off list. The app id in your provisioning profile (without the team id prefix) either has to match exactly the app.id in your robovm.properties file (this is also known as the CFBundleIdentifier in the Info.plist file) or have a wildcard at the end.

Example:

robovm.properties: app.id=org.robovm.myapp
provisioning profile App ID: X49123LK64.org.robovm  (NO MATCH!)
provisioning profile App ID: X49123LK64.org.robovm.otherapp  (NO MATCH!)
provisioning profile App ID: X49123LK64.org.robovm.*  (MATCH!)
provisioning profile App ID: X49123LK64.*  (MATCH!)

In this example X49123LK64 is the team id. The pattern after X49123LK64. must match the app.id. Either exactly or using a wildcard.

Jon Kågström

unread,
Jun 21, 2014, 9:33:41 AM6/21/14
to rob...@googlegroups.com, tyler...@gmail.com
Hi!

I'm getting the same error message when I try to launchIOSDevice: ApplicationVerificationFailed

However if I run createIPA and install it via iTunes it seems to work fine.

My robovm.properties:
app.id=playchilla.shadowess

My gradle robovm:
robovm {
    iosSignIdentity = "iPhone Distribution"
    iosProvisioningProfile = "shadowess_ad_hoc"
}

Output during build:
5:03:21.288 [DEBUG] [org.gradle.api.Task] Using explicit iOS Signing identity: iPhone Distribution
15:03:21.441 [DEBUG] [org.gradle.api.Task] Using explicit iOS provisioning profile: shadowess_ad_hoc

shadowess_ad_hoc provisioning profile:
DZF9239EBH.playchilla.shadowess

Also I looked in the generated info.plist and Bundle identifier is set to 'playchilla.shadowess'. I also tried with a wildcard provisioning profile but no luck.

I am using RoboVM 0.13 (also tried with 0.14-SNAPSHOT)

Just wanted to let you know, meanwhile I guess I can building the IPA and manually launching it.

Also, thanks for all your incredible work with robovm!

Best regards,

Jon

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Icon-7...@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-7...@2x.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Icon.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Icon@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon@2x.png"

13/06/14 5:46:21 PM: [DEBUG] [ 58%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-7...@2x.png...

13/06/14 5:46:21 PM: [DEBUG] [ 60%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon.png...

13/06/14 5:46:21 PM: [DEBUG] [ 61%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon@2x.png...

Niklas Therning

unread,
Jun 24, 2014, 2:41:47 AM6/24/14
to Jon Kågström, rob...@googlegroups.com, Tyler Han
When you launch on a device you have to use a different signing identity (usually called 'iPhone Developer' something) and provisioning profile. Update your gradle config and retry. With the Maven plugin you can specify these parameters on the command line using properties so that you can easily switch profiles without changing your pom.xml. I don't know how the gradle plugin handles this.

Descartes

unread,
Nov 18, 2015, 1:56:37 PM11/18/15
to RoboVM, playc...@playchilla.com, tyler...@gmail.com
Hi

I'm running into the same issue, getting ApplicationVerificationFailed at 40% no matter what I do.
I tried to use a wildcard app id, full name app id, nothing work.

I'm using Eclipse to compile and run my LibGDX app using RoboVM plugin.

Can anyone assist me here ?
I'm getting pretty desperate...

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default-56...@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default-56...@2x.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default@2x.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default@2x~ipad.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default@2x~ipad.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Default~ipad.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default~ipad.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Icon-72.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-72.png"

13/06/14 5:46:19 PM: [DEBUG] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 /Users/decathect/Desktop/workspace/work/ios/data/Icon-72@2x.png "/Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-72@2x.png"

13/06/14 5:46:21 PM: [DEBUG] [ 45%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default-56...@2x.png...

13/06/14 5:46:21 PM: [DEBUG] [ 47%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default.png...

13/06/14 5:46:21 PM: [DEBUG] [ 49%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default@2x.png...

13/06/14 5:46:21 PM: [DEBUG] [ 50%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default@2x~ipad.png...

13/06/14 5:46:21 PM: [DEBUG] [ 52%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Default~ipad.png...

13/06/14 5:46:21 PM: [DEBUG] [ 54%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/embedded.mobileprovision...

13/06/14 5:46:21 PM: [DEBUG] [ 56%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-72.png...

13/06/14 5:46:21 PM: [DEBUG] [ 58%] Uploading /Users/decathect/Documents/workspace/.metadata/.plugins/org.robovm.eclipse.ui/build/Smog Express-ios/workpls/ios/thumbv7/IOSLauncher.app/Icon-72@2x.png...

Matthew Robinson

unread,
Nov 18, 2015, 8:57:37 PM11/18/15
to RoboVM, playc...@playchilla.com, tyler...@gmail.com
I just upgraded my eclipse plugin to 1.10 and am getting exactly the same error (when doing Run>>Run As>>iOS Device App) with an app that was compiling/running fine using robovm 1.9. I also found that if I build and run the app on the command line through gradle (i.e. ./gradlew launchIOSDevice) also using robovm 1.10 it works fine. I have also tried clearing the cache in Eclipse from the RoboVM menu, no different. 
...

Matthew Robinson

unread,
Nov 18, 2015, 11:48:35 PM11/18/15
to RoboVM, playc...@playchilla.com, tyler...@gmail.com
Ran a few more tests and isolated the problem to using the wrong signing configuration in Eclipse as others in this thread have suggested. By running the working gradle command line build with the '--info' option, I found that the default signing identity used by gradle was 'iPhone Developer: Matthew Robinson ...' and provisioning profile was 'iOSTeam Provisioning Profile: *...'. The Run Configuration in Eclipse was previously set to use my distribution signing identity and the 'XC: *' provisioning profile (these are what I normally used to create the IPA). Changing these in Eclipse solved the problem for running test builds on the device directly from Eclipse. I haven't yet tried to create an IPA though...

HTH,
Matthew.

Descartes

unread,
Nov 22, 2015, 8:44:56 AM11/22/15
to RoboVM, playc...@playchilla.com, tyler...@gmail.com
Hi

I got it to work for me too.
1. This entire (bold) part was missing in my 
project(":ios") {
   ...
    robovm {
        // Configure robovm
        iosSignIdentity = "identity.goes.here"
        iosProvisioningProfile = "path/to/profile"
        iosSkipSigning = false
        stdoutFifo = ""
        stderrFifo = ""
    }

}

2.  Need to replace the iosSignIdentity and iosProvisioningProfile:
- For the iosSignIdentity, I ran in the terminal: security find-identity -v -p codesigning
and used the one I use in eclipse run configuration (ofcourse, made sure its the correct one).

- For iosProvisioningProfile, I went to the provisioning profile file, read it in a text viewer (cat) and took the string of the UUID from the xml.

There is a serious lack of documentation IMHO. Too bad that I have to spend working days (!) for this sort of stuff.
Reply all
Reply to author
Forward
0 new messages