Re: Package not building if Scripts folder contains any frameworks
Re: Package not building if Scripts folder contains any frameworks
- Subject: Re: Package not building if Scripts folder contains any frameworks
- From: Karl Kuehn <email@hidden>
- Date: Mon, 8 Mar 2010 08:14:29 -0800
On Mar 8, 2010, at 1:13 AM, Sravana Kumar wrote: I could not add an application which is having a framework in side the scripts folder in 10.5 targeted pkgs. But I need to launch this application through one of the scripts (preinstall/postinstall). I tried building the package with command line tool as well but no success.
The problem is that you should not have this in the Scripts folder, but rather it should go in the Resources folder. In the end they are going to wind up in the same place anyways (/Contents/Resources). The difference is that PacakgeMaker is evaluating everything in the Scripts folder as a potential script, and you application fails that test.
-- Karl Kuehn |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden