You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Pax looks really great and wanted to give it a try. One thing I stumbled upon is macos/ios build. I have latest released pax-cli 0.38.3 installed. Looking at CLI help I tried pax-cli build --target=macos and it failed with:
❯ pax-cli run --target=macos
The application panicked (crashed).
Message: Failed to extract swift common template files: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Location: /.../.cargo/registry/src/index.crates.io-6f17d22bba15001f/pax-compiler-0.38.3/src/lib.rs:294
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Same for iOS. I've installed all dependencies and prerequisites. Do you have an example for macos/ios builds?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! Pax looks really great and wanted to give it a try. One thing I stumbled upon is macos/ios build. I have latest released pax-cli 0.38.3 installed. Looking at CLI help I tried
pax-cli build --target=macos
and it failed with:Same for iOS. I've installed all dependencies and prerequisites. Do you have an example for macos/ios builds?
Beta Was this translation helpful? Give feedback.
All reactions