OSx Mavericks
oepe-12.1.3.1-luna for Mac 64bit
xCode 5.1.1 (only version installed)
I have created a distribution certificate and ad-hoc provisioning files (wildcard app id *) from Apple and have used them to successfully build and install an app on my iPhone using another build system.
In MAF, I create a new run configuration following the instructions described in chapter "19.2.6 How to Create an iOS Deployment Configuration" of the instructions.
However, when selecting the provisioning profile, which contains the cert and provision files, the window shows an error message in the upper right corner "Error loading Mobile Provision Profile Adhoc" (see second link below).
Any idea what might be going wrong?
Screenshots are posted here:
http://heffdev.com/screenshots/Provision.png
http://heffdev.com/screenshots/Run_Configuration.png
This is from the Eclipse Exception Log.
eclipse.buildId=4.4.0.I20140606-1215
java.version=1.7.0_51
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -keyring /Users/Brandon/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/Brandon/.eclipse_keyring -showlocation
org.eclipse.core.databinding
Error
Sun Jul 13 16:08:59 CEST 2014
Unhandled exception: null
java.lang.UnsupportedOperationException
at org.eclipse.core.databinding.observable.list.ObservableList$2.remove(ObservableList.java:190)
at oracle.eclipse.tools.adf.mobile.preferences.IOSMobileProvisionPreferencePage$16.createObservable(IOSMobileProvisionPreferencePage.java:582)
at oracle.eclipse.tools.adf.mobile.common.ui.BindableSection.createPropertyObservable(BindableSection.java:100)
at oracle.eclipse.tools.adf.mobile.common.ui.ComboViewerSection.bindContents(ComboViewerSection.java:255)
at oracle.eclipse.tools.adf.mobile.common.ui.ComboViewerSection.refreshBindings(ComboViewerSection.java:179)
at oracle.eclipse.tools.adf.mobile.common.ui.BindableSection.refresh(BindableSection.java:196)
at oracle.eclipse.tools.adf.mobile.common.ui.BindableSection.access$3(BindableSection.java:194)
at oracle.eclipse.tools.adf.mobile.common.ui.BindableSection$1.handleValueChange(BindableSection.java:171)
http://heffdev.com/screenshots/IOSMobileProvisionPreferencePage.html