Opened 11 years ago

Closed 11 years ago

#36870 closed defect (fixed)

iTunesMatchHelper: Snow Leopard buildbot fails

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: phw@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: gjasny@…, cooljeanius (Eric Gallager)
Port: iTunesMatchHelper

Description

Change History (4)

comment:1 Changed 11 years ago by gjasny@…

Hello,

it looks like the NSJSONSerialization class is only available on 10.7 or later:

NS_CLASS_AVAILABLE(10_7, 5_0)
@interface NSJSONSerialization : NSObject {

So you should tighten the dependencies to 10.7 or later.

Thanks, Gregor

comment:2 Changed 11 years ago by gjasny@…

Cc: gjasny@… added

Cc Me!

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

So you should tighten the dependencies to 10.7 or later.

That's too bad, I had been hoping to use this on 10.6... Aren't there any equivalents of NSJSONSerialization that could be used on 10.6 instead?

comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: egall@… added
Resolution: fixed
Status: newclosed

It would be up to the developers of iTunesMatchHelper to provide them; please report the problem to them.

r99440

Note: See TracTickets for help on using tickets.