mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Update readme
This commit is contained in:
parent
a76c90c1f5
commit
3cada5996b
1 changed files with 22 additions and 1 deletions
23
README.md
23
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue