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 ⚠️ Top-ranking 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
Sort By: 
Question marked as ⚠️ Top-ranking 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.


Reply

Sep 26, 2012 1:42 PM in response to MarcStn

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?

Reply

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.

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

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 Account.