Ticket Created
over 3 years ago

CIQQA-633

APP UPLOAD ERROR: There were no compatible devices found for the part numbers declared in the manifest file. 006-B4175-00

Hi,

Just added a new device to my manifest. Code all runs fine on the siumulator.

Uploading the revised app to Garmin App store fails even after repeated rebuilds/re-export.

Any ideas??

Regards,

David 

Parents
  • Same issue here.

    It happens because building has omitted some specific device and prg for it has not been included in the .iq package. See one of the warning messages I get building a project with minimum API level set to 3.2.x. It is erroneously considered that Edge 1030 only supports 3.1.3. Same happens for any other device supported by my app.

    BUILD: WARNING: Device name: 'Edge® 1030' Part number: '006-B2924-00' CIQ ver: '3.1.3' is being ignored by the package tool because it does not support the minimum API Level set for this project

    I have checked it with SDK 4.05, 4.04 and 4.03 with same wrong results, so I assume cause is linked to device definition information. But, it worked well before and I am not aware that all these devices definition has been updated

Comment
  • Same issue here.

    It happens because building has omitted some specific device and prg for it has not been included in the .iq package. See one of the warning messages I get building a project with minimum API level set to 3.2.x. It is erroneously considered that Edge 1030 only supports 3.1.3. Same happens for any other device supported by my app.

    BUILD: WARNING: Device name: 'Edge® 1030' Part number: '006-B2924-00' CIQ ver: '3.1.3' is being ignored by the package tool because it does not support the minimum API Level set for this project

    I have checked it with SDK 4.05, 4.04 and 4.03 with same wrong results, so I assume cause is linked to device definition information. But, it worked well before and I am not aware that all these devices definition has been updated

Children
No Data