kaya
kaya

Reputation: 1666

IOS Debug Build without Developer Account

I tried to setup a localbuild env. on my mac, installed Netbeans and the plugin but it seems to be deprecated so i couldnt get Xcode5 to properly build a project.

According to Shai, letting the certificate stuff empty in the project settings should allow a build on the cn1 servers which only works on jailbroken devices, this would be enough for me as i want to test the app and also be able to show to my Professors.

When trying to send in a Debug Build, i get this error.

BUILD FAILED
C:\Users\xy\workspace\xyz\build.xml:344: The App id for an iOS build MUST be defined! See the project properties iOS section. For further information check this: http://www.codenameone.com/blog/ios-code-signing-fail-checklist.html

Upvotes: 1

Views: 166

Answers (1)

Shai Almog
Shai Almog

Reputation: 52770

That was true until 2015 when we removed that functionality as it was causing a lot of problems for developers and required jailbreaking the devices: https://www.codenameone.com/blog/deprecations-simplified-cn1lib-installs-theme-layering.html

A lot of our support overhead was related to problems with that process.

Upvotes: 1

Related Questions