"I am encountering compilation errors while building the ziti-tunnel-apple project. The compiler reports that several methods from CZiti cannot be found.
I am currently using the latest version of the library.
Could anyone explain what might be causing this issue?
How are your Package dependencies set up? You shouldn’t need to do anything special after checking out the repository, but I wanted to check because it looks like your project simply isn’t loading the “CZiti” framework.
Here’s what my dependency configuration looks like in Xcode:
Thank you for your reply. I later found out that the issue was caused by an outdated version of Xcode. After upgrading to the latest version, everything worked fine.