Several double-quoted errors/ Unity build OK ->XCode build fails

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 ?

Could you show the code and what you tried ?

Angle bracket, do you mean < > ?

I have the same issue, but it's not a unity project, on some of my Pods I'm getting the same error. If I change the #import from "something.h" to <something.h> it then says framework in <> not found use quotes instead! Can't get it to import them successfully.

Several double-quoted errors/ Unity build OK -&gt;XCode build fails
 
 
Q