Aliaksei Levin
Aliaksei Levin
It definitely can.
The error "Wrong file identifier/HTTP URL specified" means that you are passing a wrong file identifier in `InputFileRemote`. You must not transfer file identifier between different users or even different...
You need to update the app/TDLib to the latest version.
If you aren't the creator of the app, then you need to wait for the owner of the app to update it.
The latest version is the version from master branch on Github. Currently, it is 1.8.33.
@sepbehroozi Follow build instructions https://tdlib.github.io/td/build.html.
@matthewTaheri There is no more official prebuilt versions.
Could you change the line ` options="$options -DCMAKE_BUILD_TYPE=Release"` to ` options="$options -DCMAKE_BUILD_TYPE=RelWithDebInfo"` and check whether build succeeds and is suitable for production?
Does Xcode accepts the empty dSYM? If so, then providing it could be the best option, given it is unlikely needed to debug TDLib internals.