Telegram code example showing error

I am developing a chat application using the Telegram API,

When I download the telegram code from Telegram-iOS it shows me an error SSignalKit/SSignalKit.hand the MTProtoKit/MTContext.hfile was not found. I found the same file over the Internet and added it,

But now it shows the #import "../../config.h"file is not found

Where can I get this file or how to add code for a telegram?

Help and thanks in adavnce!

+4
source share
3 answers

download this zip file and add it to your built-in binary library in xcode

https://github.com/peter-iakovlev/Signals

+1

. pull, . .

Telegram 2.8? https://telegram.org/apps. . 2.8; - 3,4; Github - 3.2.1. https://github.com/JohnWong/Telegraph.

+1

git?

git clone --recursive git@github.com:peter-iakovlev/Telegram.git

. . .

. Telegram.

https://github.com/peter-iakovlev/MtProtoKit
+1

Source: https://habr.com/ru/post/1623246/


All Articles