I can’t generate the iOS model of Telegram for telegram. I’ve the next drawback.
- Cloned the challenge from GitHub:
git clone –recursive -j8 https://github.com/TelegramMessenger/Telegram-iOS.git - 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/ - 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 - Consequence: