Opened 12 years ago
Closed 12 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
The Snow Leopard buildbot fails to build iTunesMatchHelper:
Change History (4)
comment:1 Changed 12 years ago by gjasny@…
comment:3 Changed 12 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 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | egall@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
It would be up to the developers of iTunesMatchHelper to provide them; please report the problem to them.
Note: See
TracTickets for help on using
tickets.
Hello,
it looks like the NSJSONSerialization class is only available on 10.7 or later:
So you should tighten the dependencies to 10.7 or later.
Thanks, Gregor