Opened 13 years ago

Closed 13 years ago

#30683 closed defect (fixed)

sysutils/contacts: needs updated xcode project

Reported by: ecronin (Eric Cronin) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: Cc:
Port: contacts

Description

xcodebuild: error: Unable to read project 'contacts.pbproj'.
	Reason: Project file 'contacts' was written by an unsupported Xcode version (39)

The upstream project is dead, but it still worked with the database at least as recently as Snow Leopard... If someone has XCode 3 around still and can re-save the .pbproj that might be enough to get this building again on XCode 4+

Change History (3)

comment:1 Changed 13 years ago by ecronin (Eric Cronin)

gcc -o contacts contacts.m FormatHelper.m -framework AppKit -framework Foundation -framework AddressBook

is all the build stage actually needs, so we can ditch the .pbproj/.xcodeproj all together with a custom build{} block. Needs UsingTheRightCompiler and/or universal archs magic instead of just 'gcc' though, which I don't know off hand. Will look into figuring that out and updating the Portfile later if nobody else gets to it.

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Yeah that's easy enough to do without Xcode.

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.