Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

PackageMaker (Xcode 4) crashes upon launching with "PackageMaker cannot be opened because of a problem."

When I try to launch PackageMaker.app, it immediately crashes with the error:


PackageMaker cannot be opened because of a problem.


Specs:


  • Xcode 4
  • Mac OS X 10.8.1 Mountain Lion
  • MacBook Pro


I've also posted this on StackOverflow.

MacBook Pro (13-inch Mid 2009), OS X Mountain Lion (10.8.1)

Posted on Sep 18, 2012 12:20 PM

Reply
Question marked as Best reply

Posted on Sep 20, 2012 4:32 AM

Apple doesn't support it anymore.


I got it to work, by including it's missing framework: DSObjCWrappers.framework


with: otool -L PackageMaker.app/Contents/MacOS/PackageMaker


you will see where the frameworks was, (I don't remind exactly if System/Libraries/Frameworks or somewhere there), I found the framework on my older Lion.


Then I copied it, into Packagemanager.app/Contents/MacOS/

and used install_name_tool (to) -change Where_ever_it_was/DSObjCWrappers.framework/Versions/A/DSObjCWrappers

to @executable_path/DSObjCWrappers.framework/Versions/A/DSObjCWrappers of

PackageMaker.app/Contents/MacOS/PackageMaker.


6 replies
Question marked as Best reply

Sep 20, 2012 4:32 AM in response to mcandre

Apple doesn't support it anymore.


I got it to work, by including it's missing framework: DSObjCWrappers.framework


with: otool -L PackageMaker.app/Contents/MacOS/PackageMaker


you will see where the frameworks was, (I don't remind exactly if System/Libraries/Frameworks or somewhere there), I found the framework on my older Lion.


Then I copied it, into Packagemanager.app/Contents/MacOS/

and used install_name_tool (to) -change Where_ever_it_was/DSObjCWrappers.framework/Versions/A/DSObjCWrappers

to @executable_path/DSObjCWrappers.framework/Versions/A/DSObjCWrappers of

PackageMaker.app/Contents/MacOS/PackageMaker.


Oct 14, 2012 3:23 PM in response to mcandre

mcandre wrote:


If Apple doesn't support PackageMaker anymore, how does Apple expect developers to bundle complex installers that need to run external scripts? Traditionally this has been done with .PKGs created by PackageMaker.


I can't find an old DSObjCWrappers framework. Could you upload a copy for me?

That's nonsense. Of course PackageMaker is still supported. It is no longer included with Xcode so you need to download the most recent version in one of the supplemental downloads.

PackageMaker (Xcode 4) crashes upon launching with "PackageMaker cannot be opened because of a problem."

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.