After changing the minimum SDK for an app from 1.2.x to 1.3 I get a bunch of warnings during execution of the packaging wizard.
The project is compiled against SDK 2.1.3 but to my knowledge it should be 1.3 compliant.
Is this something to worry about? What do the different part numbers refer to?
BUILD: WARNING: Part number: '006-B2473-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2053-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2100-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2052-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2274-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2070-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
The export completes "successfully" and a .iq file is generated as expected.