DavidPeicho / unity-swiftui-example

Integration example of the Unity engine in a SwiftUI-based application
MIT License
71 stars 15 forks source link

Xcode complains on API.swift file included in UnityFramework #17

Open anelad opened 9 months ago

anelad commented 9 months ago

Hey @DavidPeicho I've read that you are not working with Swift and Unity anymore but maybe you can help me on this.

I've read your tutorial in Medium and tried to run the repo.

Xcode complains on API.swfit inside the unity project lying in /Assets/Plugins/iOS saying it cannot find types NativeCallsProtocol and TestDelegate and does not build the project at all.

Of course I've changed the Unity (2022.3.15f) and Xcode (15.0.1) versions, maybe that's the reason; IDK yet. Maybe i miss something.

Any suggestions do you have? Thanks.