Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Telegram iOS sample code showing error

I am developing chatting application using Telegram API,

When i download telegram code from Telegram-iOS it is showing me error SSignalKit/SSignalKit.h and MTProtoKit/MTContext.h file not found. I found the same file over internet and added it,

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

From where can i get this file or how do i add it Telegram sample code?

Please help and thanx in adavnce!!

like image 927
Krunal Avatar asked Oct 31 '22 11:10

Krunal


1 Answers

This project is really hard to fix. Here is a pull request, which fix many compilation issues. But I still can not build after apply this pull request.

Is it OK to use Telegram 2.8? I download source code from https://telegram.org/apps. It is easier to build. Its version is 2.8; app's current version is 3.4; version of project in Github is 3.2.1. I have fixed some build issues and upload it to https://github.com/JohnWong/Telegraph.

like image 119
John Wong Avatar answered Nov 15 '22 06:11

John Wong