You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/
Any tips would be appreciated and thank you
The text was updated successfully, but these errors were encountered: