I launch my app in Eclipse with "Run As" -> "iOS Device App" and get I an exception
4/16/14 12:30:24 PM: [DEBUG] Looking up developer disk image for iOS version 7.1 (11D167) in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
4/16/14 12:30:24 PM: [DEBUG] Copying developer disk image /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.1 (11D167)/DeveloperDiskImage.dmg to device
4/16/14 12:30:26 PM: [DEBUG] Mounting developer disk image
4/16/14 12:30:26 PM: [ERROR] AppLauncher failed with an exception:
4/16/14 12:30:26 PM: [ERROR] java.io.IOException: Failed to mount /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.1 (11D167)/DeveloperDiskImage.dmg on the device.
4/16/14 12:30:26 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.mountDeveloperImage(AppLauncher.java:604)
4/16/14 12:30:26 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:625)
4/16/14 12:30:26 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:801)
4/16/14 12:30:26 PM: [ERROR] at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)
May be somebody solved "Unknown or unsupported SDK version: 6.1"? I get this when try to launch app in Eclipse using iOS 6 Simulator
4/19/14 12:02:34 PM: [ERROR] Unknown or unsupported SDK version: 6.1
4/19/14 12:02:34 PM: [ERROR] Simulator SDK Roots:
4/19/14 12:02:34 PM: [ERROR] 'Simulator - iOS 7.1' (7.1)
4/19/14 12:02:34 PM: [ERROR] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk
--
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.
4/23/14 4:14:31 AM: [ERROR] AppLauncher failed with an exception:
4/23/14 4:14:31 AM: [ERROR] java.io.IOException: Failed to mount /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.1 (11D167)/DeveloperDiskImage.dmg on the device.
4/23/14 4:14:31 AM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.mountDeveloperImage(AppLauncher.java:604)
4/23/14 4:14:31 AM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:625)
4/23/14 4:14:31 AM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:801)
4/23/14 4:14:31 AM: [ERROR] at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)
Thank you.