Arne Lehmann
Arne Lehmann
> The main branch does have a working iOS implementation Hi @dotMorten - is this still correct? Right now I'm trying to use `ARSceneView` in a MAUI (iOS) app and...
This is with the default MAUI template. I have the same problem with our production app, but wanted to see whether it's a problem with our settings or the system...
After fiddling around, deleting /bin and /obj and stuff like that I now get a somewhat more helpful error: ``` 2023-06-12 08:58:49.935 MYAPP[2513:11758772] warning: Process terminated. 2023-06-12 08:58:49.936 MYAPP[2513:11758772] warning:...
I was able to fix this problem by removing the `ios-arm64` setting from my csproj file. It's not clear to me why this would cause this error but apparently it...
Yep, just wasted another few hours today fiddling around and suddenly it worked again. But I have no clue what provokes this error nor what really solves.
...aaaaaand it's back again. This is a serious problem for us as we're unable to release anything. We really need a solution to this problem. We at least need acknowledgement...
@drasticactions sorry to ping you like this but we really need some kind of reaction on this.
@drasticactions First off, thank you for your response. As others have said in the meantime: Yes, this problem also occurs without MAUI in a freshly created (with `dotnet new ios`)...
@rolfbjarne Thanks for your input! I created a new iOS app in XCode and was able to deploy it onto the device. After that I went back to VS to...
No, I can now debug both a MAUI app as well as a "normal" iOS app.