We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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??
The text was updated successfully, but these errors were encountered:
There is a new code validation rule in Xcode that returns this error. You can disable it.
Enable Module Verifier
Sorry, something went wrong.
@timbotimbo thank you! It works fine!
@timbotimbo Worked for me! How do you guys find those solutions?
No branches or pull requests
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??
The text was updated successfully, but these errors were encountered: