-
Notifications
You must be signed in to change notification settings - Fork 227
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
The app has finished running #12
Comments
The only issues I have are two warnings -
I'm running xcode 7.3.1 |
I receive the issue also, can you open the Xcode debugger console and see what message do you have when it quits. For instance I have:
I don't really know what to do since the app is a blank page ¯_(ツ)_/¯ |
I have the same
Probably a memory leak issue somewhere http://stackoverflow.com/questions/19203790/is-it-possible-to-debug-terminated-due-to-memory-error has some suggestions Apart from this, this is a great app :) really nice work |
Released in v1.1.0 https://github.com/iam4x/pokemongo-webspoof/releases/tag/v1.1.0 |
I'm still having the same issue "Message from debugger: Terminated due to memory issue" using the lastest version (v1.1.0), iPhone 6, iOS 9.3.2 |
The solution is to play a blank mp3 on the background, I tried it and I was able to play for more than one hour without any memory issue. I'm not very familiar with Xcode so I'm going to show how I do it and I hope someone with more experience can create a pull request.
I got the idea from: kahopoon/Pokemon-Go-Controller#21 (comment) |
Working on this implementation |
I am still having this issue. The app will close with the same memory message. |
Step 1 and 2 make sense and I know how to do it. I don't know where I can add a silence-MP3 to the project and I can't find ViewController.m |
I've got the app connected and working fine but after anywhere from 3 minutes to 15 minutes it will just stop and display 'the app has finished running in xcode' I'm not sure where any debugs logs are that I can send you.
When the app 'finishes' I get sent straight back to my home location which is bound to cause some alarmbells :)
The text was updated successfully, but these errors were encountered: