I've built TDLib for iOS and macOS targets via example/ios/build-openssl.sh and example/ios/build.sh scripts. The script build.sh includes the option -DCMAKE_BUILD_TYPE=Release, but after building, I found working directory paths in the *.a files. You can check it with this command:
strings *.a | grep -E "(Users|home)/"
I've built
TDLibforiOSandmacOStargets viaexample/ios/build-openssl.shandexample/ios/build.shscripts. The scriptbuild.shincludes the option-DCMAKE_BUILD_TYPE=Release, but after building, I found working directory paths in the*.afiles. You can check it with this command: