Update iOS Xcode prerequisite checks
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# iOS Hardening Notes
|
||||
|
||||
Phase 6 real-device validation is blocked on this machine until full Xcode is selected.
|
||||
Phase 6 real-device validation is blocked on this machine until the Xcode license is accepted.
|
||||
|
||||
Current local blocker:
|
||||
|
||||
```text
|
||||
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
|
||||
You have not agreed to the Xcode license agreements. Please run 'sudo xcodebuild -license' from within a Terminal window to review and agree to the Xcode and Apple SDKs license.
|
||||
```
|
||||
|
||||
Implemented hardening hooks:
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
## Required Before TestFlight
|
||||
|
||||
1. Install and select full Xcode with `xcode-select`.
|
||||
1. Install full Xcode, accept the license, and verify `scripts/check-ios-prereqs.sh`.
|
||||
2. Create the Xcode app project or wire the Swift package into an Xcode app target.
|
||||
3. Add app icon, launch screen, bundle id, signing team, notification capability, and entitlements.
|
||||
4. Build TDLib for simulator and device architectures.
|
||||
|
||||
Reference in New Issue
Block a user