Telegram iOS Generate an Xcode challenge

0
47


I can’t generate the iOS model of Telegram for telegram. I’ve the next drawback.

  1. Cloned the challenge from GitHub:
    git clone –recursive -j8 https://github.com/TelegramMessenger/Telegram-iOS.git
  2. Modify configuration parameters:
    mkdir -p $HOME/telegram-configuration
    mkdir -p $HOME/telegram-provisioning
    cp build-system/appstore-configuration.json $HOME/telegram-configuration/configuration.json
    cp -R build-system/fake-codesigning $HOME/telegram-provisioning/
  3. Construct the app:
    python3 build-system/Make/Make.py
    –cacheDir="$HOME/telegram-bazel-cache"
    construct
    –configurationPath=path-to-configuration.json
    –codesigningInformationPath=path-to-provisioning-data
    –buildNumber=100001
    –configuration=release_universal
  4. Consequence:

here is such a problem.