Graham Dawson

Results 9 comments of Graham Dawson

I am experiencing similar failure with xcodebuild return error 65, but on Intel Mac OpenCV => master Operating System / Platform => Macos 12.3.1 Compiler => XCode 13.3.1, Python 3.9.5...

@alalek This is what I get on macOS 12.4, with python3 having been installed using homebrew % /usr/bin/env python env: python: No such file or directory % /usr/bin/env python3 Python...

Below is the beginning of the crash report up until the first half dozen binary images. So the only relevant binary image I see listed is "com.ajnaware.Astro-Gold", which would explain...

This has similar symptoms to issue #28 - which was closed but not necessarily resolved. The similarity is a disconnection at very similar intervals.

No - it's not due to expired tokens. In the above output you can see that it fails with message 117, but then when it resumes 117 gets sent successfully....

I'm using production certificate and production tokens, and now using tls protocol. A recent check shows that this issue _still_ exists: Sat, 13 Feb 2016 22:38:31 -0500 ApnsPHP[27664]: STATUS: Sending...

It looks like it is some kind of bug in iOS8, so likely nothing to do with NDHTMLtoPDF. For example see http://stackoverflow.com/questions/25822664/ios8-uiprintpagerenderer-hangs

I still haven't figured out the cause - nor found a workaround, despite using a tech support incident with Apple. It doesn't occur in all circumstances. If I create a...

It turns out that while this crashes in the simulator, it runs ok on a device. Hence clearly it's a simulator bug. Can't believe it took me so long to...