Apple: iOS, Xcode, macOS - leotm/react-native-template-new-architecture GitHub Wiki
Enrol in Apple Developer Seed Programme
https://beta.apple.com/sp/download/1013338
https://beta.apple.com/sp/betaprogram/guide#macos
https://beta.apple.com/sp/betaprogram/guide#ios
This is the complete Xcode developer toolset for Apple Watch, Apple TV, iPhone, iPad, and Mac. It includes the Xcode IDE, iOS Simulator, and all required tools and frameworks for building iOS, watchOS, tvOS, and macOS apps.
- https://developer.apple.com/download/all/?q=xcode
- https://xcodereleases.com
- https://developer.apple.com/documentation/xcode-release-notes
https://gist.github.com/leotm/94061a20d952d70e8381663af3ce9827
The Command Line Tools enable UNIX-style development via Terminal by installing command line developer tools, as well as macOS SDK frameworks and headers. Many useful tools are included, such as the Apple LLVM compiler, linker, and Make. If you use Xcode, these tools are also embedded within the Xcode IDE.
xcodebuild -workspace <MyApp>.xcworkspace -configuration <Debug/Release> -scheme <MyApp> -destination id=<id>
On destination device, codesign forced w signing identity -
xcrun simctl spawn 'iPhone 12 Pro' log stream --help
xcrun simctl spawn 'iPhone 12 Pro' log stream --level debug --style compact --process <Process>
xcrun simctl ui booted appearance dark
--simulator='iPhone SE (3rd generation)'
https://support.apple.com/en-gb/HT201222
"Your request could not be completed because of an error. Try again later." (VPN)