Seto Elkahfi
Seto Elkahfi
> Vuforia Engine 7.2 introduced a new way of linking Vuforia Engine library files in iOS. Apps should use the dynamically-linked Vuforia.framework instead of the traditional static library (libVuforia.a) &...
Could we optimise the app size with this method? My app's size jumps to whopping 190mb in size
I'm trying to cross-compile a Rust lambda from an Apple M1 with no luck. I follow some tutorials on the internet ([this](https://betterprogramming.pub/cross-compiling-rust-from-mac-to-linux-7fad5a454ab1), https://github.com/briansmith/ring/issues/1332) ### What I did - Add target...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior A partial batch response lambda execution role without `DeleteMessage` permission works...
Hello, I have this [pre-commit-hooks](https://github.com/nentgroup/pre-commit-hooks) crate that reads the `OUT_DIR` environment variable and then traverses up to the root crate to find the root `Cargo.toml`. Works well on regular `cargo...
### New Regression Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
### Describe the bug I simply ran `cargo tauri build`. The build process itself succeeded, but the bundling of the binary failed. ``` Bundling splitfire.ai.app (/Users/myhome/splitfire-desktop/src-tauri/target/release/bundle/macos/splitfire.ai.app) Error failed to bundle...
I have a Tauri project and got a compilation error on Windows's latest runner: ```bash error: failed to run custom build command for `rb-sys v0.9.100` Caused by: process didn't exit...
I have a networking crate that depends on a `crate_error_codes` crate and uses [cargo swift](https://github.com/antoniusnaumann/cargo-swift) to generate the swift package of the networking crate. I got an error while generating...
Fix https://github.com/CocoaPods/Xcodeproj/issues/957 Read more https://github.com/advisories/GHSA-vmwr-mc7x-5vc3 Changes: - Extend the rexml span from 3.3.2 to 3.3.6. Related: https://github.com/CocoaPods/Xcodeproj/pull/948