Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.39k stars 184 forks source link

DeveloperDiskImage download failed on iOS 15.8 #199

Closed kkpan11 closed 7 months ago

kkpan11 commented 7 months ago

Hi there.

Before I updated iOS version from 15.7.9 to 15.8, it worked well. But after updated to 15.8, the error dialog appeared.

Has anyone encountered the same problem as me?

DeveloperDiskImage download failed on iOS 15.8 Failed to download DeveloperDiskImage.dmg or DeveloperDiskImage.dmg.signature

Environment

Schlaubischlump commented 7 months ago

Should be fixed now

kkpan11 commented 7 months ago

Should be fixed now

Hi @Schlaubischlump, thank you for the quick response! The DeveloperDiskImage is downloaded successfully now. But when I try to change the location, there is another error showing:

Error changing location Could not change the location. If you are using iOS 16 or later make sure you have developer mode enabled.

The environment versions are all the same as before.

kkpan11 commented 7 months ago

I found that the downloaded iOS 15.8 version comes from the following links. https://raw.githubusercontent.com/Schlaubischlump/LocationSimulator/info/DeveloperDiskImages.json

"15.8":
        {
            "Image": ["https://github.com/pdso/DeveloperDiskImage/raw/master/15/15.7/DeveloperDiskImage.dmg"],
            "Signature": ["https://github.com/pdso/DeveloperDiskImage/raw/master/15/15.7/DeveloperDiskImage.dmg.signature"]
        },

It seems like the downloading links are pointing to the iOS 15.7 version.

Schlaubischlump commented 7 months ago

Usually it is not a problem to use the old DeveloperDiskImage with a new iOS version. Since I didn't find an image for iOS 15.8, I just used 15.7, assuming that it would work. This does not seem to be the case. I need to find a download link for an 15.8 image, than I can update the file and it will probably work again.

Have you tried rebooting your iOS device ? Just to make sure that this error really is related to the wrong DeveloperDiskImage ?

kkpan11 commented 7 months ago

Usually it is not a problem to use the old DeveloperDiskImage with a new iOS version. Since I didn't find an image for iOS 15.8, I just used 15.7, assuming that it would work. This does not seem to be the case. I need to find a download link for an 15.8 image, than I can update the file and it will probably work again.

Have you tried rebooting your iOS device ? Just to make sure that this error really is related to the wrong DeveloperDiskImage ?

Got it, thank you for that clarification.

Yes, I was rebooting my iPhone 6s & mac at least twice. Unfortunately, the error still occurs.

Thank you for the help.

phlppschrr commented 7 months ago

maybe 15.5 DeveloperDiskImage works for 15.8 as stated here: https://github.com/iGhibli/iOS-DeviceSupport/issues/237 edit: just tested. works for me with iPhone 6s and iOS 15.8

Schlaubischlump commented 7 months ago

Nice ! Thank you @phlppschrr. I'll update the download links

kkpan11 commented 7 months ago

maybe 15.5 DeveloperDiskImage works for 15.8 as stated here: iGhibli/iOS-DeviceSupport#237 edit: just tested. works for me with iPhone 6s and iOS 15.8

Seems like works well!