Skip to content

Apple: iOS, Xcode, macOS

LeoTM edited this page Aug 9, 2023 · 25 revisions

⚠️ Disclaimer: Artistic πŸ›s ⚠️


macOS Public Beta Access Utility

Enrol in Apple Developer Seed Programme

https://beta.apple.com/sp/download/1013338

macOS beta

https://beta.apple.com/sp/betaprogram/guide#macos

iOS beta/rc

https://beta.apple.com/sp/betaprogram/guide#ios


XCode beta

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://gist.github.com/leotm/94061a20d952d70e8381663af3ce9827

CL Tools for Xcode

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

xcodebuild -workspace <MyApp>.xcworkspace -configuration <Debug/Release> -scheme <MyApp> -destination id=<id>

On destination device, codesign forced w signing identity -

xcrun

log

xcrun simctl spawn 'iPhone 12 Pro' log stream --help
xcrun simctl spawn 'iPhone 12 Pro' log stream --level debug --style compact --process <Process>

dark

xcrun simctl ui booted appearance dark

sim X

--simulator='iPhone SE (3rd generation)'

xctrace

(ios-deploy)

(pod-install)

Security updates

https://support.apple.com/en-gb/HT201222


πŸ› Upgrading -50

-50

"Your request could not be completed because of an error. Try again later." (VPN)

πŸ› CL Tools

Screenshot 2022-11-08 at 12 42 02

πŸ› Apple ID "(null)"

Screenshot 2022-12-13 at 10 57 56