-
Notifications
You must be signed in to change notification settings - Fork 168
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
Notification crash #313
Comments
Please share your the console log 👍 |
Showing Recent Issues Build target iPokeGo of project iPokeGo with configuration Debug CompileC /Users/Ian/Library/Developer/Xcode/DerivedData/iPokeGo-cbuhlyhgxpdalremakgtmegbaucm/Build/Intermediates/iPokeGo.build/Debug-iphoneos/iPokeGo.build/Objects-normal/armv7/MapViewController.o iPokeGo/MapViewController.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler /Users/Ian/Downloads/iPokeGo-master/iPokeGo/MapViewController.m:946:11: warning: 'searchDisplayController' is deprecated: first deprecated in iOS 8.0 [-Wdeprecated-declarations] Validate /Users/Ian/Library/Developer/Xcode/DerivedData/iPokeGo-cbuhlyhgxpdalremakgtmegbaucm/Build/Products/Debug-iphoneos/iPokeGo.app warning: A launch storyboard or xib must be provided unless the app requires full screen. |
Share the crash log please :) |
Sorry, I'm new to Xcode itself, first day using the virtual machine. I guess what you looking for is this: 2016-09-10 15:31:00.600 iPokeGo[31314:2901848] Error reading server's location data: Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo=0x15ee90d0 {NSUnderlyingError=0x17e97bf0 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1002.)", NSLocalizedDescription=unsupported URL} EDIT: Actually, maybe it's this: 2016-09-10 19:31:38.473 iPokeGo[32392:2964980] Unable to simultaneously satisfy constraints. Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. |
Hum, this is only contraints problems and networking error. When the app crash, please copy & paste here the console log :) |
Well, the problem is: when my mobile isn't connected to the computer to debug with Xcode, it just crashes normally. But when I connect, it doesn't crash, the app just freezes and gives me a fatal error (dyld`dyld_fatal_error: and when I stop debugging, I get this: Message from debugger: failed to send the k packet Could it be a problem with iOS 8? My brother's iOS 9 is working fine. |
I have two iPokeGo's instances, one is the 2.2 version downloaded from the releases page and the other I compiled with Xcode. The 2.2 version works well, but it's outdated. The 2.3 version, however, crashes when notifications are checked as soon as I run the app, when it should notify my favorite pokemon. By now I have disabled the feature and it's running fine, but I'd like to know what causes this problem. Thanks for the support.
The text was updated successfully, but these errors were encountered: