skip to Main Content

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!!

2

Answers


  1. 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.

    Login or Signup to reply.
  2. Do you have git installed?
    Try run

    git clone --recursive [email protected]:peter-iakovlev/Telegram.git
    

    Then Go inside the cloned project and open and run. Just try this as a fresh project. Leave aside the manually downloaded one.

    It Also depends on this project. Clone it and drag it to Telegram project.

    https://github.com/peter-iakovlev/MtProtoKit
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search