Package Maker 'Missing identifier'
Package Maker 'Missing identifier'
- Subject: Package Maker 'Missing identifier'
- From: "Michael C. Silva" <email@hidden>
- Date: Mon, 25 Sep 2006 17:05:50 -0400
I am building a number of packages and then combining them into a
single distribution installer. When I add the packages into the
distribution, I get the following errors:
Missing identifier field for "RosieConfigMgmtApps.pkg".
Missing identifier field for "RosieApps.pkg".
Missing identifier field for "RosieUnixUtils.pkg".
Missing identifier field for "UIApps.pkg".
Missing identifier field for "UIQCPlugins.pkg".
Missing identifier field for "UIUnixUtils.pkg".
Missing identifier field for "UIAppSupport.pkg".
Missing identifier field for "RacePointOSFrameworks.pkg".
Missing identifier field for "RacePointOSSpotlightImporters.pkg".
Missing identifier field for "RosieAppSupport.pkg".
This is one line for each of the sub-packages. I have created the
package projects using package maker and I am building the packages
via a perl script.
Here is an excerpt from the perl script:
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/RacePointOSFrameworks.pmproj -p ../../build/Release/
RacePointOSFrameworks.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/RacePointOSSpotlightImporters.pmproj -p ../../build/
Release/RacePointOSSpotlightImporters.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/RosieAppSupport.pmproj -p ../../build/Release/
RosieAppSupport.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/RosieApps.pmproj -p ../../build/Release/RosieApps.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/RosieConfigMgmtApps.pmproj -p ../../build/Release/
RosieConfigMgmtApps.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/RosieUnixUtils.pmproj -p ../../build/Release/
RosieUnixUtils.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/UIAppSupport.pmproj -p ../../build/Release/
UIAppSupport.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/UIApps.pmproj -p ../../build/Release/UIApps.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/UIQCPlugins.pmproj -p ../../build/Release/
UIQCPlugins.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/UIUnixUtils.pmproj -p ../../build/Release/
UIUnixUtils.pkg -v`;
`/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj ../../scripts/distributionMaker/
PackageMaker/RosieRacePointOSDistribution.pmproj -p $packageDest/
RosieRacePointOSDistribution.pkg -v`;
I am using Xcode 2.4. Any hints for this newbie?
Thanks,
Mike
_______________________________________________
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