Fabian-Lars

Results 1341 comments of Fabian-Lars

does it help if you add `default-features = false` to the tauri dependency? most of them (except `wry` perhaps) shouldn't be required for library crates.

sure you can but we can't give you many pointers right now except to check whether https://github.com/tauri-apps/tauri/issues/13419 and https://github.com/tauri-apps/tauri/issues/13948 are related

"without proper answer" ? it was fixed by https://github.com/tauri-apps/tauri/pull/13995 and making sure your project uses the latest tauri-utils version should pull the fix. i assume it worked for the PR...

the PR only touches code that runs in xcode plugins, not swift pm plugins so if you haven't already try creating the plugin with `tauri plugin ios init --ios-framework xcode`...

At first i thought this is some cache building but i don't see any files being written and since it resets back to 45 seconds on re-install this really can't...

You may have missed this part of the docs > Once completed, the utility reports that the template has been created and displays how to run it using the configured...

github's runner nowadays are all arm runners (at least i think the last free intel macs were dropped or are about to be dropped at least) and `process.architecture` looks at...

If the script would run as a seperate step in the workflow i'd just pipe the --target (or i guess the whole `args`) into the script. Since it's part of...

i'll move this issue to the docs repo so we can improve the example :)

Seeing the screenshots in the wry-example repo, can you maybe give me a quick rundown on how to run those examples in an emulator? I've been searching on the internet...