-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova build works and ipa is archived but error occurs at cordova stage #20
Comments
Is this all the output you get when running the lane? |
There's all the output from the cordova build command of course. Here's a little bit more:
|
Hmm, I don't understand what is triggering this command that is failing... You are not using the |
There is a cordova compile:
Here is the end of that command output:
Here is the full output (i ran it again. the lane might be slightly different): I ran the So, I managed to make an
How do I tell the fastlane cordova plugin to run the |
You don't as it runs
Yeah, the Cordova build commands are a bit "chatty". I am still undecided if this is a good thing.
Just to confirm, replacing You seem to have triggered a Cordova bug here somehow. I looked into the error message again:
This is indeed true, as the I just noticed (If this doesn't help, I think you should create an issue at issues.cordova.io showing your both commands, compile and build, and explain how one fails while the other succeeds) |
Yes. That file does not exist:
I'll open a bug report for Cordova. In the meantime I found a workaround if anybody is having the same issue:
|
Post the link to the Cordova issue here when done, we'll debug this further over there. Thanks. |
I think you're right, it's an issue somewhere with cordova. https://issues.apache.org/jira/browse/CB-13618 FYI: upgrading to |
@gianpaj i am having the same issue, the cordova ticket you linked does not seem to be progressing. I tried the following workaround as you suggested but it did not work.
|
Fixes this issue: bamlab#20
@mevinDhun , sorry I don't know what it could be. I haven't used cordova in a while now. |
Any suggestions?
Lane:
Any suggestions?
Building and archiving works when done from Xcode
The text was updated successfully, but these errors were encountered: