Parse4cn1 iOS error

40 Views Asked by At

I'm getting an error while trying to build the Test App for the parse4cn1 library, I took the code that was on github and only modified the package name since it didn't allow me to generate the push certificates with the one it originally had, and changed the credentials corresponding to the parse url and appid.

The error log generated by the build server can be seen on this link for more detail.

Thanks for your help in advance.

1

There are 1 best solutions below

0
On

The error you're getting probably has to do with the fact that you changed the package name but missed one or more files. As explained here:

If you change the package/class of a Codename One application after it's created you need to change it everywhere both in the project and in the codenameone_settings.properties

I hope this helps