camera shutter sound is not eared the first time.

2014-11-24 Thread Luca Ciciriello
Hi all.I've implemented an app using the camera (UIImagePickerController). After I've updated my system to iOS 8.1.1 on iPhone 5S, the behaviour of my app is changed. When I take the first picture the sound of the camera shutter is not played. After the first one, the shutter sound is played nor

Weird crash in FSRefCreate while saving NSDocument

2014-11-24 Thread Markus Spoettl
Hello, I have a user who keeps crashing our app by saving his NSDocument (file wrapper based). I can't make any sense of it and he's the only one who runs into this, apparently. I'm attaching the call stack of the crash in the hope that someone on the list recognizes it. Any ideas what mig

Re: NSStackView layout issues

2014-11-24 Thread Jonathan Mitchell
> On 23 Nov 2014, at 16:48, SevenBits wrote: > > Hello Cocoaphiles, ;) > > I've just started experimenting with NSStackView, and I'm having a very > interesting problem which I can't solve. I've scoured the auto layout guides > on Apple's website as well as the NSStackViewdocumentation, and

Re: codesign v2 problem on 10.8.5 and earlier

2014-11-24 Thread Tamas Nagy
Hi, it seems the issue is related to a 3rd party framework I am using. Tamas > On 24 Nov 2014, at 08:32, Tamas Nagy wrote: > > Hi, > > switched to codesign v2 to match the new requirements on 10.9.5 and 10.10. > The sign works well on 10.9.5 and later, but on 10.8.5 (with the latest > secur

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Alex Zavatone
On Nov 23, 2014, at 11:15 PM, Jens Alfke wrote: > (I spent four years of my life immersed in RSS feed parsing, and acquired a > solid contempt for the ability of the average web developer to construct a > valid feed. You would not believe how many messed-up feeds there are in the > real world.

Re: Weird crash in FSRefCreate while saving NSDocument

2014-11-24 Thread Scott Ribe
On Nov 24, 2014, at 3:03 AM, Markus Spoettl wrote: > > I'm attaching the call stack of the crash in the hope that someone on the > list recognizes it. Any ideas what might be going on? Is this 10.10? And the libs are still using FSRef underneath their implementations??? Hoo boy. I've seen 10.

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Jens Alfke
> On Nov 24, 2014, at 5:15 AM, Alex Zavatone wrote: > > The Android parser doesn't seem to care about return/enter characters, but > the iOS JSON parser sure does. The grammar at json.org (in the right sidebar on the home page) explicitly says strings can't contain control characters. I've

Re: Weird crash in FSRefCreate while saving NSDocument

2014-11-24 Thread Markus Spoettl
On 24/11/14 14:54, Scott Ribe wrote: On Nov 24, 2014, at 3:03 AM, Markus Spoettl wrote: I'm attaching the call stack of the crash in the hope that someone on the list recognizes it. Any ideas what might be going on? Is this 10.10? And the libs are still using FSRef underneath their implement

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Diederik Meijer | Ten Horses
Verstuurd vanaf mijn iPhone > Op 24 nov. 2014 om 04:13 heeft Keary Suska het > volgende geschreven: > >> On Nov 23, 2014, at 11:06 AM, Diederik Meijer | Ten Horses >> wrote: >> >> I am having trouble getting useful data from this url on some, but not all, >> iOS devices:https://www.taxpub

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Diederik Meijer | Ten Horses
Verstuurd vanaf mijn iPhone > Op 24 nov. 2014 om 05:15 heeft Jens Alfke het volgende > geschreven: > > >> On Nov 23, 2014, at 1:06 PM, Diederik Meijer | Ten Horses >> wrote: >> >> When I just pull in the feed’s contents using a NSURLConnection, it will >> show up on some, but not all, de

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Jens Alfke
> On Nov 24, 2014, at 9:30 AM, Diederik Meijer | Ten Horses > wrote: > > I get no errors, but no results from the parser either. I haven't tested > against didStartElement, because it seems clear that no data goes into the > parser. Did you implement these delegate methods: - (void)parser:(N

Re: Trouble getting ISO-8859-1 encoded feed to parse and display

2014-11-24 Thread Diederik Meijer | Ten Horses
Op 24 Nov 2014, om 19:01 heeft Jens Alfke het volgende geschreven: > >> On Nov 24, 2014, at 9:30 AM, Diederik Meijer | Ten Horses >> wrote: >> >> I get no errors, but no results from the parser either. I haven't tested >> against didStartElement, because it seems clear that no data goes int

Re: Unexpected extra "change" notification in 10.10

2014-11-24 Thread Graham Cox
> On 24 Nov 2014, at 12:55 pm, Jerry Krinock wrote: > > To clarify the issue: -updateChangeCount: is called, as expected, when you > dirty the document. It is called again when you save the document, > apparently just after you save the document, because > >> This causes the document to be f

NSStackView layout issues

2014-11-24 Thread SevenBits
> Begin forwarded message: > > Subject: Re: NSStackView layout issues > From: SevenBits > Date: November 24, 2014 at 7:53:15 PM EST > To: Jonathan Mitchell > > Hello Jonathan, > > That seems to have done the trick, thank you. > > That you for directing me to TSStackView, I will take a look