Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to reuse 16.0 files for iOS 16.0.2 (20A362) on Xcode version 13.4.1 #150

Closed
tsiareshchankau opened this issue Sep 29, 2022 · 4 comments

Comments

@tsiareshchankau
Copy link

tsiareshchankau commented Sep 29, 2022

The device is at iOS 16.0.2 (20A362)
Xcode version 13.4.1
Getting Failed to prepare device for development. when adding 16.0 files.

Following this note, did not help. I've also tried 16.0 (20A362), 16.0.2 (20A362)

If you need upper version of the support files less than 1 iteration (eg. You have "15.0" and you need "15.1.5" - You can simply rename folder from "15.0" to "15.1.5" and it should work or try to use next iteration version of the support files, is exist "15.2", otherwise open an issue);

@tsiareshchankau tsiareshchankau changed the title Unable to reuse 16.0 files for iOS 16.0 (20A362) Unable to reuse 16.0 files for iOS 16.0.2 (20A362) Sep 29, 2022
@tsiareshchankau tsiareshchankau changed the title Unable to reuse 16.0 files for iOS 16.0.2 (20A362) Unable to reuse 16.0 files for iOS 16.0.2 (20A362) on Xcode version 13.4.1 Sep 29, 2022
@bendodson
Copy link

I was able to get this working on my iPhone 14 Pro Max running 16.0.2 in Xcode 13.4.1 by renaming the 16.0 directory to just "16.0.2"

@pbertsch
Copy link

Didn't work on my iPhone Xr

@dkman94
Copy link

dkman94 commented Oct 1, 2022

Spent hours and hours debugging this...

Turns out when my phone was updated to 16.0.2, there was a Developer Mode flag on the device that was disabled. Once I enabled that everything started working

The flag is under Settings -> Privacy and Security -> Developer Mode

@tsiareshchankau
Copy link
Author

Turns out when my phone was updated to 16.0.2, there was a Developer Mode flag on the device that was disabled. Once I enabled that everything started working
The flag is under Settings -> Privacy and Security -> Developer Mode

this ^

thanks @dkman94

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

No branches or pull requests

4 participants