Build SDK from code #4695
-
II just reported a serios bug that was fixed and approved. I really need to have a build of the SDK because I want to deliver the solution to my users. I cloned the repo and tried to build using make release (for example) or running the "build-xcframework.sh" script but I keep getting errors and I simply don't know if these are supposed to work at all. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Instead of running the |
Beta Was this translation helpful? Give feedback.
Instead of running the
build-xcframework.sh
directly, you could call it via the makefilemake build-xcframework
. Would a new release fix your problem? We have one planned for next week.