I'm startinfg to developp an AR app for my Iphone trough Unity. When I build in Unity there is no bug. Opening it in XCode, the builds fails with several errors of this sort : double-quoted include *** in framework header, expected angle-bracketed instead.
I'm under Unity 2022.2, XR Foundation and AR Kit plugins up to date (5.0) and XCode Version 14.3 (14E222b). I have already crawled the internet, but I was not very sucessfull. Changing the double-quoted to angle brackets doesn't change anything. Turning of the warnings under Build Settings didn't solve the problem also.
Any clue ?