Here is what's in the console:
Buildfile: /Users/James/Documents/Eclipse Workspace/RallyPacControl/build.xml
clean-override:
copy-ios-override:
[copy] Copying 6 files to /Users/James/Documents/Eclipse Workspace/RallyPacControl/bin
copy-libs:
jar:
[echo] Compile is forcing compliance to the supported API's/features for maximum device compatibility. This allows smaller
[echo] code size and wider device support
[copy] Copying 48 files to /Users/James/Documents/Eclipse Workspace/RallyPacControl/build/tmp
[copy] Copying 7 files to /Users/James/Documents/Eclipse Workspace/RallyPacControl/build/tmp
[javac] /Users/James/Documents/Eclipse Workspace/RallyPacControl/build.xml:147: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 26 source files to /Users/James/Documents/Eclipse Workspace/RallyPacControl/build/tmp
[javac] Note: /Users/James/Documents/Eclipse Workspace/RallyPacControl/src/com/fastlaneinnovations/rpcontrol/ChartShareButton.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[jar] Building jar: /Users/James/Documents/Eclipse Workspace/RallyPacControl/dist/RallyPacControl.jar
[javac] /Users/James/Documents/Eclipse Workspace/RallyPacControl/build.xml:171: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
build-for-ios-device:
[codeNameOne] Prompting for password
[codeNameOne] Building for username: (my correct username was here)
BUILD FAILED
/Users/James/Documents/Eclipse Workspace/RallyPacControl/build.xml:344: A certificate from Apple with the appropriate password is required for building an iOS native app!
You can generate this certificate using our certificate wizard by right clicking on the project and followingthe steps. Notice you will need an Apple IO developer account.
Total time: 6 seconds
I deleted any certificates I generated and used the settings wizard generate new ones. I see them and the provisioning profiles in the iosCerts directory of the project. They have names like appstore_certificate.p12 and development_certificate.p12. Similar for the provisioning profiles.