Closed takasurazeem closed 6 years ago
Have you run
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=../example/swift/td ..
cmake --build . --target install
?
After that there a folder example/swift/td
should be created, containing all needed files.
I have this problem, on my OSX, this is cause by cmake -DCMAKE_BUILD_TYPE=Release ..
error, you can check your log.
I cmake
follow installing-dependencies on macOS, this problem solved.
@takasurazeem I hope that your issue was resolved. Please reopen the issue and provide additional details if it isn't a case.
Hi, I have followed all the instructions in the swift example readme file and have built the tdlib as well but I get this error when I try to build the Xcode project.