Skip to content

Conversation

ivanhernandez13
Copy link

Developer mode was introduced in iOS 16. When checking devices on older versions the command will print an unsupported error.

Retry of #556 that guards the developer mode check by a preprocessor define so that it is not build by default. Developer mode requires a MobileDevice method introduced with Xcode 14 so including it by default will break builds where Xcode 14 is unavailable.

ivanhernandez13 and others added 8 commits June 27, 2022 15:59
…eveloper mode was introduced in iOS 16. When checking devices on older versions the command will print an unsupported error.
Combination of lldb in Xcode-14 and iOS-16 beta currently forwards these events to our handler, which
causes premature exit for the non interact script. Crashes and signals have a reason
…eveloper mode was introduced in iOS 16. When checking devices on older versions the command will print an unsupported error.

Retry of ios-control#556 that guards the developer mode check by a preprocessor define  so that it is not build by default. Developer mode requires a MobileDevice method introduced with Xcode 14 so including it by default will break builds where Xcode 14 is unavailable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants