Tim Neumann
Tim Neumann
Hi @jfro! Thanks for the bug report and your offer to contribute! I would accept such a PR (as long as it was guarded by a new flag). Though if...
Thanks for the PR, @messense! I've moved the CI fixes to #48, thanks for those! Could you describe what you see as the benefits and drawbacks for using `fat-macho`?
@v-almonacid: Thanks for the vote of confidence, but I haven’t touched or used this code in years. I‘d be happy to review any patches related to this, but probably won’t...
I think this is out of scope for `cargo` **`lipo`**, and might be better served with a more general `cargo xcode` or `cargo ios` subcommand. (Somewhat unrelated, but if I...
Can you post a bit more of the error message? It’s kind of cut-off at the „for“ at the end.
Please see the upstream issue https://github.com/rust-lang/rust/issues/35968: Support is apparently experimental and can be enabled using `RUSTFLAGS="-Z embed-bitcode" cargo lipo --release`, but may not work on all architectures.
@dobkeratops: I'm not quite sure what your issue is, but I don't think it's related to the previous comments. In any case, since ~recently `cargo-lipo` only builds for 64 bit...
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
FYI: I ran into a similar problem and was able to make this work by creating and using a `require` function as documented here: https://nodejs.org/api/module.html#modulecreaterequirefilename
Almost. Importing specific clients did not work for me, but `const { EC2 } = require('aws-sdk');` does.