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.
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 typesNativeCallsProtocol
andTestDelegate
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.