I successfully ran ./build.sh iphoneos-framework
and generated the zt.framework files for iOS. (after updating the SDK version in CMakeLists.txt)
I included the framework in xcode, linked binary with libraries, and updated the header search paths pointing to the ZeroTierSockets.h
file.
However when I try to build the iOS project I am getting this error:
clang: error: no such file or directory: 'homedir/Library/Developer/Xcode/DerivedData/app-hjmunlbrphxbmgatfmjukapnqkti/Build/Products/Release/zt.framework/Versions/A/zt'
The content of homedir/Library/Developer/Xcode/DerivedData/app-hjmunlbrphxbmgatfmjukapnqkti/Build/Products/
Debug-iphoneos
GeneratedInfoPlistDotEnv.h
Any tips would be appreciated and thank you