-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Can't finish ./build.sh on arm Mac #1555
Comments
Yes, this is a possible reason, but it should affect only building for macOS and not other operating systems. To build TDLib for macOS you can use https://tdlib.github.io/td/build.html. This will generate some required source files and you would be able to use the same source tree to build TDLib for iOS, watchOS and tvOS. You will need to remove macOS from the list of platforms in |
Looks like I haven't paid close attention while I was building everything. Cmake can't find OpenSSL, although OpenSSL is installed. After cloning the library, I am creating
|
OpenSSL isn't needed for source code generation. Now you can run native build with |
I don't know man... I could not build it. Nevertheless, thank you for your help. |
After installing all the dependencies and building OpenSSL for iOS, watchOS, tvOS, and macOS I am not able to build tdLIB. When I am running
cd <path to TDLib sources>/example/ios ./build.sh
I am getting this error. Am I getting this error because I have an M1 MAC, or am I doing something incorrectly ?
The text was updated successfully, but these errors were encountered: