-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📱 Unable to build ios framework #147
Comments
Got the same issue, did someone find a solution ? |
Try rebuilding from the |
Worked for me, add to clean cache before but the build worked 👍 |
Buildable, perfect 👏 |
Framework is building but when I am building project on Xcode its giving me arch error: o framework is building now but I am not able to build the project with framework. Facing arm-64 error. Undefined symbols for architecture arm64: |
@skay-zhang Framework is building but when I am building project on Xcode its giving me arch error: o framework is building now but I am not able to build the project with framework. Facing arm-64 error. Undefined symbols for architecture arm64: |
I am not good at iOS 😅. You can try to exclude the arm64 instruction set from your project, or check Link Binary With Libraries. The above suggestions are not guaranteed to work, but give it a try |
@skay-zhang excluding arm64 won't allow you to run on device then. |
😭 I need
zt.framework
!I tried to visit https://download.zerotier.com/dist/sdk , and found that this page no longer exists ⛔️ , so I had to compile the SDK myself.
I clone the entire project, and executed
. /build.sh iphoneos-framework
, the script did not execute correctly 😱 !!!error message is as follows
This error message highlights
netinet6/in6_var.h
, I searched 🧐 the Finder and found thatKernel.framework
contains this file, but this framework is a MacOS SDK, it should not appear in the build of the iOS SDK.Please help me, thanks 🤦🏻 !
The text was updated successfully, but these errors were encountered: