Tom Brückner

Results 228 comments of Tom Brückner
trafficstars

Just wanted to add that I also see this issue if I capture media in quick succession. It crashes the whole app.

I also noted that the publishers (e.g. the photoPublisher) are called multiple times on startup, even though I create the session only once. What might be the reason for his?

Love that resume command! One side note here: I had asked the model if there was a list of sessions, but it claimed there was not and I should keep...

I also found this Issue: https://github.com/googlesamples/unity-jar-resolver/issues/589 which has been closed but without a real solution. I tried to set the UTF8 setting mentioned in the comments, but this did not...

> xcode-select --install Yes, Xcode command line tools are already installed. But still, I cannot make it work. This did not happen on my Intel Mac, with the very same...

@remzisenel I guess you didn't find a solution yet, did you? This is driving me nuts... I get the same output from `ruby -v` and `gem env` as you, if...

I've also checked my path now. It contains `/opt/homebrew/opt/ruby/bin` which correctly points to a `ruby` 3.2.2 executable, as well as a `gem` 3.4.22 executable. The error dialog I am getting...

I tried to tell `asdf` to use `ruby` 3.2.2 inside the Unity project, but this did not help. Also tried to set `Use Shell to Execute Cocoapod Tool` in EDM4U...

I was abe to fix this using these instructions: https://forum.unity.com/threads/cocoapods-installation-failure-when-building-for-ios.1167700/#post-8793733 I guess the important part is this: `sudo arch -arm64 gem install -n /usr/local/bin cocoapods -v 1.10.2` I also tried...

Woah, I just installed Unity on a new Mac and ran into the same issue. It's crazy to see this has not been resolved in all that time. Glad I...