peter-iakovlev / Telegram

Telegram Messenger for iOS
3.21k stars 854 forks source link

MTProtoKit missing some C Func #300

Open Shinolr opened 5 years ago

Shinolr commented 5 years ago

I've updated MTProtoKti submodule to the latest commit which is cc0a72, but there're 2 building errors in the TGTwoSetupUtils.m

image image

I've found a familiar Func which is bool MTCheckIsSafeG(unsigned int g); but it's not MTCheckIsSafeB

image

Is there any solution to solve this problem, it's bothering me a lot

Shinolr commented 5 years ago

commit e4171b4 fixed