iam4x / pokemongo-webspoof

👾 Play Pokémon Go from your Mac
2.14k stars 228 forks source link

Could not launch "Pokemon WebSpoof" #465

Open ghost opened 5 years ago

ghost commented 5 years ago

My phone has denied the launch request. It worked this morning and now this comes up and its the same on any device I try. Anyone else with that problem recently?

k-webdesign commented 5 years ago

Ha! Got the same error and researched a bit online but found no real solution. You were faster with opening a ticket :)

Screenshot 2019-03-14 22 13 50
SDB-H commented 5 years ago

Same thing here, related to an update of the iOS (12.1.4)?

ghost commented 5 years ago

Same thing here, related to an update of the iOS (12.1.4)?

Same results with an older iPad that doesn't have that update

Pritski commented 5 years ago

Yep same problem here

megusta63 commented 5 years ago

Same Problem here!

trisapple commented 5 years ago

It's related to how Apple signs the certificate and creates the Provisioning Profile to "sign" the app. It has been broken since yesterday or 2 days ago. I guess the only way now is to just wait for Apple to do the relevant fixes.

Screenshot 2019-03-15 at 9 26 55 PM 2

Also, I did a bit of research and found that under the "Entitlements", "get-task-allow" must be "true" for the debugger to attach to the app on your device, and also to modify the GPS on your iOS Device.

Of course you can Edit Scheme and uncheck Debug Executable, but this would not allow you to use the debug feature to tweak the GPS.

trisapple commented 5 years ago

Same thing here, related to an update of the iOS (12.1.4)?

It's definitely not related to iOS 12.1.4. It just came out of nowhere a day or 2 days ago. It seems to be a widespread issue affecting everyone that uses Xcode. Besides, every app I attempt to install on my own device using Xcode generates this error.

ghost commented 5 years ago

Also, I did a bit of research and found that under the "Entitlements", "get-task-allow" must be "true" for the debugger to attach to the app on your device, and also to modify the GPS on your iOS Device.

Of course you can Edit Scheme and uncheck Debug Executable, but this would not allow you to use the debug feature to tweak the GPS.

Where do I find that file?

trisapple commented 5 years ago

Where do I find that file?

~Library/MobileDevice/Provisioning Profiles

patzsy commented 5 years ago

It's related to how Apple signs the certificate and creates the Provisioning Profile to "sign" the app. It has been broken since yesterday or 2 days ago. I guess the only way now is to just wait for Apple to do the relevant fixes.

Screenshot 2019-03-15 at 9 26 55 PM 2

Also, I did a bit of research and found that under the "Entitlements", "get-task-allow" must be "true" for the debugger to attach to the app on your device, and also to modify the GPS on your iOS Device.

Of course you can Edit Scheme and uncheck Debug Executable, but this would not allow you to use the debug feature to tweak the GPS.

Is there a way to edit the mobileprovision file i.e. set the get-task-allow to be true? Seems like the only way I can find to do it is to enroll Apple Developer Program which has the editing feature.

0ddj0b7 commented 5 years ago

glad im not the only one ive been trying everything and nothing has worked

trisapple commented 5 years ago

Is there a way to edit the mobileprovision file i.e. set the get-task-allow to be true? Seems like the only way I can find to do it is to enroll Apple Developer Program which has the editing feature.

I tried editing it with TextEdit but it renders the file unusable (no preview in Quick Look)

molonlabe88 commented 5 years ago

This is ridiculous. I can't believe apple screwed up this bad and has still not fixed it.

trisapple commented 5 years ago

Hopefully this gets fixed soon...

crazystone2407 commented 5 years ago

After now more than a week, starting with the failing provisioning profiles, Automatic signing works for me again. The downloaded/automatically generated and downloaded provisioning profiles allow the signing. However, the launch is denied, when I want to Debug the executable (which is a must in this case). Without debugging everthing runs well (just not taking the position...). Also I can "Ask on launch" in the Scheme, however, then the position is as well not taken. The program is finished immediately, once started manually on the phone.

Mayby soembody is fit enough to work a workaround on the basis of the "Ask on launch" option, potentially modifying the code, that it does not finish immediately.

All very frustrating...

molonlabe88 commented 5 years ago

https://www.reddit.com/r/jailbreak/comments/b0tjce/discussion_error_42_what_is_it_and_how_you_can/

here is a way to get around it i guess.

0ddj0b7 commented 5 years ago

Cool thanks I took a look through that thread and it seems like it should be a work around but i havnt tried it. If anyone does could you let me know? I'm actually in awe that such a system wide failure hasn't been addressed yet unless this was intentional on apples part to gain more paid developer subscription.

victeo88 commented 5 years ago

I follow these steps and it is fixed!

UPDATE (3/19/2019): Great news! It seems like Apple fixed the issue, now the .mobileprovision file has the 'get-task-allow' property set to true which means the debugger should work normally as before. Just do the following:

1) Uncheck the Automatically manage signing option in the General tab of target settings 2) Fully close Xcode 3) Delete .mobileprovision files under ~/Library/MobileDevice/Provisioning Profiles/ 4) Delete the following certificates in Keychain Access:

trisapple commented 5 years ago

I just removed the certificates in Keychain Access and it worked

crazystone2407 commented 5 years ago

Thanks @victeo88 your description worked perfectly for me now as well. I had two/three frustration moments (Xcode telling me with an ever before unseen error message "Device locked"even if it was not) but after that, things worked again perfectly.

0ddj0b7 commented 5 years ago

Thanks a lot @victeo88. up and running!!

Appreciate it