Giter VIP home page Giter VIP logo

Comments (9)

Valkhes avatar Valkhes commented on May 12, 2024 8

Hello, saw that nobody answered.
There won't be a disk image for ios 17. There is a new mechanism, named "Personalized developer disk image".
It's not just a file anymore, there is a whole process to mount developer disk image now for ios 17 and further. Quick explanation would be that now there is a developer disk image created specifically for your device. There is also no lockdownd anymore, as a new service has been made for that.

I suggest to take a look at pymobiledevice3 ( https://github.com/doronz88/pymobiledevice3 ) which implemented most of the mechanisms, and which is able to mount the new personalized developer images.
I think libimobiledevice has surely managed to do it too now, but it was a bit late as pymobiledevice3 was faster to implement everything.

from xcode_developer_disk_images.

chirag05k avatar chirag05k commented on May 12, 2024 1

For those encountering problems running on iOS 17 devices with Xcode 14.x, there's a workaround mentioned in this Stack Overflow discussion: How to run on iOS 17 device using Xcode 14.

from xcode_developer_disk_images.

SumitDixit1995 avatar SumitDixit1995 commented on May 12, 2024

When can we get the developer disk image for ios 17 version ?

from xcode_developer_disk_images.

adhadimas91 avatar adhadimas91 commented on May 12, 2024

When can we get the developer disk image for ios 17 version ?

from xcode_developer_disk_images.

SANSA27 avatar SANSA27 commented on May 12, 2024

Hello, saw that nobody answered. There won't be a disk image for ios 17. There is a new mechanism, named "Personalized developer disk image". It's not just a file anymore, there is a whole process to mount developer disk image now for ios 17 and further. Quick explanation would be that now there is a developer disk image created specifically for your device. There is also no lockdownd anymore, as a new service has been made for that.

I suggest to take a look at pymobiledevice3 ( https://github.com/doronz88/pymobiledevice3 ) which implemented most of the mechanisms, and which is able to mount the new personalized developer images. I think libimobiledevice has surely managed to do it too now, but it was a bit late as pymobiledevice3 was faster to implement everything.

Does the pymobiledevice provide the .dmg file as well as .signature file as well , I don't know how this pymobiledevice library works

from xcode_developer_disk_images.

Valkhes avatar Valkhes commented on May 12, 2024

Does the pymobiledevice provide the .dmg file as well as .signature file as well , I don't know how this pymobiledevice library works

Yes, when installing pymobiledevice3 you can try to use the CLI command "pymobiledevice3 mounter auto-mount" for exemple. You will see in your home a new folder .pymobiledevice containing a .dmg and the .signature file. These are retrieved from a maintained repo by doronz88 (the creator of pymobiledevice)
You can find how everything is working directly in the pymobiledevice3 repo.

This .dmg and .signature can also be found in Xcode 15, in this folder :
Xcode.app/Contents/Resources/CoreDeviceDDIs/iOS_DDI.dmg

You can open the .dmg, and you will find inside the .signature and the .dmg.

I think there may be a new .dmg and .signature with new xcode version, but that's unsure for the moment.

EDIT : In fact, that's not a .dmg and a .signature anymore.
It's 3 files now that are necessary for the whole project :
the .dmg, a .cache, and a BuildManifest

from xcode_developer_disk_images.

SANSA27 avatar SANSA27 commented on May 12, 2024

I have used pymobiledevice library to mount the developer disk image for ios 17.0.3 but even after mounting the developer disk image I can't be able to test the applications, but with the previous DDI's released by xcode when I mount the DDI I can be able to test the applications... Do you have any idea about that?? or any suggestions ?

from xcode_developer_disk_images.

Valkhes avatar Valkhes commented on May 12, 2024

I have used pymobiledevice library to mount the developer disk image for ios 17.0.3 but even after mounting the developer disk image I can't be able to test the applications, but with the previous DDI's released by xcode when I mount the DDI I can be able to test the applications... Do you have any idea about that?? or any suggestions ?

Unfortunatly it's still very hard to debug for me, I won't be a great help for this.

from xcode_developer_disk_images.

Montivillon avatar Montivillon commented on May 12, 2024

I have used pymobiledevice library to mount the developer disk image for ios 17.0.3 but even after mounting the developer disk image I can't be able to test the applications, but with the previous DDI's released by xcode when I mount the DDI I can be able to test the applications... Do you have any idea about that?? or any suggestions ?

Unfortunatly it's still very hard to debug for me, I won't be a great help for this.

yo, do you know how to get that developer disk image for my device using pymobiledevice3? i need to use it for jitterbug

from xcode_developer_disk_images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.