-
1. Re: Build error iOS with no info in logs
VectorP Oct 3, 2016 11:40 AM (in response to mpgyvr)...but the build gives an error, and...
What error?
-
2. Re: Build error iOS with no info in logs
mpgyvr Oct 3, 2016 1:10 PM (in response to VectorP)unfortunately if Build gives no information at all other than "error" no error number or name, and nothing in the logs.
-
3. Re: Build error iOS with no info in logs
mpgyvr Oct 3, 2016 1:11 PM (in response to mpgyvr)Exact message is:
Oh geez. Your build failed. Click the "Log" button above to view the compile log. If you need help diagnosing the issue, you can post to the support forum with your App ID (please do a search first). -
4. Re: Build error iOS with no info in logs
VectorP Oct 3, 2016 1:20 PM (in response to mpgyvr)Ah, they changed the default error message. Good!
Most likely, something is fundamentally wrong in your configuration or your directory structure.
- can you confirm that both config.xml and index.html are in the root directory of your zip file?
- can you confirm that you are not uploading a full Cordova project?
- could you please post your config.xml?
-
5. Re: Build error iOS with no info in logs
mpgyvr Oct 3, 2016 1:27 PM (in response to mpgyvr)hmm, ok, it might be something in my directory or config.xml, as this is my first time using the project for iOS, but I've been building Android versions with the exact same project file for quite some time without an issue, so I'm assuming the structure is ok.
I'll double check if I'm missing any iOS related things in the config.xml, and if I don't find anything i will post my config.xml tonight. Thanks -
6. Re: Build error iOS with no info in logs
ryanskiheadOct 3, 2016 1:40 PM (in response to mpgyvr)
I had a look at your app, Build seems to be having problems with your locales directory. Can you try either removing the directory, or using an older version of PhoneGap?
-
7. Re: Build error iOS with no info in logs
mpgyvr Oct 3, 2016 5:15 PM (in response to mpgyvr)I don't have direct control over the locales directory with the development environment I use (NSBASIC), but I have tried with cli-5.4.1 and it built successfully. all cli-6.0 do not build. Unfortunately I'd prefer to use the latest cli for my deployment.
-
8. Re: Build error iOS with no info in logs
ryanskiheadOct 5, 2016 4:49 PM (in response to mpgyvr)
This should now be fixed, you can try building with the latest cli-6.3.0.
-
9. Re: Build error iOS with no info in logs
mpgyvr Oct 5, 2016 5:40 PM (in response to ryanskihead)It's getting farther now, but unfortunately now giving a plug in error :
Error - The following 3rd-party plugin is causing the build to fail and may need to be updated to a newer version: cordova-plugin-ionic-keyboard
It will build if I disable the plugin. I'm not sure if I will have any issues with my app without the plugin, but I will test and see.
-
10. Re: Build error iOS with no info in logs
kerrishottsOct 7, 2016 7:43 AM (in response to mpgyvr)
Are you using the most recent version of the Ionic Keyboard plugin? If not, what version are you using? If you are, try using a slightly older version (maybe a bug has been introduced in @latest).
-
11. Re: Build error iOS with no info in logs
mpgyvr Oct 7, 2016 10:19 AM (in response to kerrishotts)I was using the latest cordova-plugin-ionic-keyboard 1.0.5, but it hasn't been updated in over a year, and I just noticed another ionic keyboard: ionic-plugin-keyboard, which is much newer. not quite sure there are multiple versions.
My app successfully builds with that plugin, although I need to do quite a bit of testing to see what effect if any the change has. I think I can consider my problems resolved though, and just need to work through plugin versions. Thanks for your help