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

error building darwin-image #81

Closed
mschneider82 opened this issue Nov 2, 2021 · 1 comment
Closed

error building darwin-image #81

mschneider82 opened this issue Nov 2, 2021 · 1 comment

Comments

@mschneider82
Copy link

the new xcode contains no longer bz2 files, they are .xz:


> fyne-cross darwin-image --xcode-path=Command_Line_Tools_for_Xcode_13.1.dmg
...

 ---> 624ebd9b4d71
Step 14/18 : RUN echo "Available SDKs:" && ls -1 MacOSX*.tar.bz2 &&     if [ -z "$SDK_VERSION" ] ;     then ls -1 MacOSX*.tar.bz2 | sort -Vr | head -1 | xargs -i mv {} tarballs ;     else mv MacOSX*.tar.bz2 tarballs ;     fi
 ---> Running in 66dc7a372baf
Available SDKs:
ls: cannot access 'MacOSX*.tar.bz2': No such file or directory
The command '/bin/sh -c echo "Available SDKs:" && ls -1 MacOSX*.tar.bz2 &&     if [ -z "$SDK_VERSION" ] ;     then ls -1 MacOSX*.tar.bz2 | sort -Vr | head -1 | xargs -i mv {} tarballs ;     else mv MacOSX*.tar.bz2 tarballs ;     fi' returned a non-zero code: 2
[✗] could not create the docker darwin image: exit status 2

mschneider82 added a commit to mschneider82/fyne-cross that referenced this issue Nov 2, 2021
@lucor
Copy link
Member

lucor commented Nov 3, 2021

Fixed in V1.1.3

@lucor lucor closed this as completed Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants