Unity-Technologies / uaal-example

Other
733 stars 233 forks source link

Errors: Double Quote Included iOS Swift Integration #85

Open nipundavid opened 1 year ago

nipundavid commented 1 year ago

I want to integrate Unity3D app in an existing swiftUI project

followed this video- @https://youtu.be/xx-ypR2yJZw

But I am getting error

The builds fails with several errors of this sort : double-quoted include "LifeCycleListener.h" in framework header, expected angle-bracketed instead.

Unity 2022. XCode Version 14.3

Any thoughts??

image
timbotimbo commented 1 year ago

There is a new code validation rule in Xcode that returns this error. You can disable it.

guill779 commented 6 months ago

@timbotimbo thank you! It works fine!

alecfilios commented 5 months ago

@timbotimbo Worked for me! How do you guys find those solutions?