Skip to content
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

fix ios build failed issue #6

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

jonathanz
Copy link
Contributor

cp -r behavior is different when the target path exists or not. It will cause the sign step failed.
cp -r ~/files ~/files-backup
If the directory files-backup already exists, the directory files will be placed inside.
If files-backup does not already exist, it will be created and the contents of the files directory will be placed inside it.

@jaimecbernardo jaimecbernardo self-requested a review July 17, 2018 09:47
@jaimecbernardo
Copy link
Member

Thank you for the contribution.
Didn't have this issue ever occur to me, but I see no harm in the proposed fix.
Out of curiosity, on what version of Cordova did this occur? Or was this on another framework, such as Ionic?

@jaimecbernardo jaimecbernardo merged commit 2b14218 into JaneaSystems:unstable Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants