Upgraded from 0.6.3 to 0.7.1, I also see that the supported versions are:
- Unity 2022.3.15f1
- Xcode 15.2 beta 1
- visionOS beta 7
…so upgraded those too.
Upon building the project, in Xcode I now get an assertion failure in UnityCreateWebRequestBackend on:
request.allHTTPHeaderFields = (__bridge NSMutableDictionary*)headerDict;
A temporary workaround is to suspend the thread then ctrl+cmd+Y to continue, but this isn’t ideal.