From 3cada5996bd81dd54a5d419cad1aa38b462304b1 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sat, 7 Oct 2023 00:32:58 +0400 Subject: [PATCH] Update readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2728bbd0fd..79f325aa13 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,28 @@ python3 build-system/Make/Make.py \ --configuration=release_arm64 ``` -## Tips +# FAQ + +## Xcode is stuck at "build-request.json not updated yet" + +Occasionally, you might observe the following message in your build log: +``` +"/Users/xxx/Library/Developer/Xcode/DerivedData/Telegram-xxx/Build/Intermediates.noindex/XCBuildData/xxx.xcbuilddata/build-request.json" not updated yet, waiting... +``` + +Should this occur, simply cancel the ongoing build and initiate a new one. + +## Telegram_xcodeproj: no such package + +Following a system restart, the auto-generated Xcode project might encounter a build failure accompanied by this error: +``` +ERROR: Skipping '@rules_xcodeproj_generated//generator/Telegram/Telegram_xcodeproj:Telegram_xcodeproj': no such package '@rules_xcodeproj_generated//generator/Telegram/Telegram_xcodeproj': BUILD file not found in directory 'generator/Telegram/Telegram_xcodeproj' of external repository @rules_xcodeproj_generated. Add a BUILD file to a directory to mark it as a package. +``` + +If you encounter this issue, re-run the project generation steps in the README. + + +# Tips ## Codesigning is not required for simulator-only builds