Skip to content
New issue

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

Errors: Double Quote Included iOS Swift Integration #85

Open
nipundavid opened this issue Jun 9, 2023 · 3 comments
Open

Errors: Double Quote Included iOS Swift Integration #85

nipundavid opened this issue Jun 9, 2023 · 3 comments

Comments

@nipundavid
Copy link

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
Copy link

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

  • In Xcode, select the Unity project (Unity-iPhone for me) on the left, and go to the build settings tab.
  • Select target UnityFramework under targets.
  • In the build settings make sure to select the button for All settings
  • Type Module Verifier into the filter search bar in the top right.
  • Select No for Enable Module Verifier

@guill779
Copy link

@timbotimbo thank you! It works fine!

@alecfilios
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants