Help me please

Hi. please help me . i build file for up to appstore but is error.
and in box "warning: iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 57x57 pixels, in .png format (-19014)
warning: iPad: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 72x72 pixels, in .png format (-19014)
warning: Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
failed to extract requirements data: 1
/Users/mac27/Desktop/Build2/Plankingking.app: invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 880

  • (null)

warning: Unable to extract codesigning entitlements from your application. Please make sure Plankingking is a valid Mach executable that’s properly codesigned. (-19050)
/Users/mac27/Desktop/Build2/Plankingking.app/Plankingking: invalid signature (code or signature have been modified)

  • (null)"
    images by free.in.th
    Thanks: ??? [import]uid: 118917 topic_id: 29831 reply_id: 329831[/import]

Have you specified your app icons in the build.settings file?

settings =  
{  
 orientation =  
 {  
 default = "landscapeRight",  
 supported =  
 {  
 "landscapeLeft", "landscapeRight"  
 }  
 },  
  
  
 iphone =  
 {  
 components = {},  
  
 plist =  
 {  
 CFBundleIconFile = "Icon.png",  
 CFBundleIconFiles = {  
 "Icon.png" ,   
 "Icon@2x.png" ,   
 "Icon-72.png" ,   
 },  
 },  
 },  
  
}  

[import]uid: 87794 topic_id: 29831 reply_id: 119617[/import]

If you have the icon files in the root folder then I believe the problem is you haven’t done a software on your Mac in a long time. A previous java update caused this. See if you have a java update waiting, if you do grab it and will fix this. (Supposing you do indeed have icons in project root folder.)

Peach :slight_smile: [import]uid: 52491 topic_id: 29831 reply_id: 119664[/import]

i had put an icon file into the root folder and updated lastest version of java but it can’t build anyway. what should i do

thank you :slight_smile: [import]uid: 118917 topic_id: 29831 reply_id: 119728[/import]

Can’t build or same error? [import]uid: 52491 topic_id: 29831 reply_id: 119838[/import]

can’t build [import]uid: 118917 topic_id: 29831 reply_id: 119839[/import]

OK well what is the new error you are getting? [import]uid: 52491 topic_id: 29831 reply_id: 120005[/import]

this massage :
"warning: Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. (-19011)
failed to extract requirements data: 1
/Users/mac27/Desktop/Build2/plankingking.app: invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 879

  • (null)

warning: Unable to extract codesigning entitlements from your application. Please make sure plankingking is a valid Mach executable that’s properly codesigned. (-19050)
/Users/mac27/Desktop/Build2/plankingking.app/plankingking: invalid signature (code or signature have been modified)

  • (null) "

please help . i can’t build this app. [import]uid: 118917 topic_id: 29831 reply_id: 120032[/import]

Have you specified your app icons in the build.settings file?

settings =  
{  
 orientation =  
 {  
 default = "landscapeRight",  
 supported =  
 {  
 "landscapeLeft", "landscapeRight"  
 }  
 },  
  
  
 iphone =  
 {  
 components = {},  
  
 plist =  
 {  
 CFBundleIconFile = "Icon.png",  
 CFBundleIconFiles = {  
 "Icon.png" ,   
 "Icon@2x.png" ,   
 "Icon-72.png" ,   
 },  
 },  
 },  
  
}  

[import]uid: 87794 topic_id: 29831 reply_id: 119617[/import]

If you have the icon files in the root folder then I believe the problem is you haven’t done a software on your Mac in a long time. A previous java update caused this. See if you have a java update waiting, if you do grab it and will fix this. (Supposing you do indeed have icons in project root folder.)

Peach :slight_smile: [import]uid: 52491 topic_id: 29831 reply_id: 119664[/import]

That is a signing error so the first thing to check is that your certificates and provisioning profiles are correct. Have you built with them before? Are you certain they are correct? [import]uid: 52491 topic_id: 29831 reply_id: 120416[/import]

i had put an icon file into the root folder and updated lastest version of java but it can’t build anyway. what should i do

thank you :slight_smile: [import]uid: 118917 topic_id: 29831 reply_id: 119728[/import]

Can’t build or same error? [import]uid: 52491 topic_id: 29831 reply_id: 119838[/import]

can’t build [import]uid: 118917 topic_id: 29831 reply_id: 119839[/import]

OK well what is the new error you are getting? [import]uid: 52491 topic_id: 29831 reply_id: 120005[/import]

this massage :
"warning: Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. (-19011)
failed to extract requirements data: 1
/Users/mac27/Desktop/Build2/plankingking.app: invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 879

  • (null)

warning: Unable to extract codesigning entitlements from your application. Please make sure plankingking is a valid Mach executable that’s properly codesigned. (-19050)
/Users/mac27/Desktop/Build2/plankingking.app/plankingking: invalid signature (code or signature have been modified)

  • (null) "

please help . i can’t build this app. [import]uid: 118917 topic_id: 29831 reply_id: 120032[/import]

That is a signing error so the first thing to check is that your certificates and provisioning profiles are correct. Have you built with them before? Are you certain they are correct? [import]uid: 52491 topic_id: 29831 reply_id: 120416[/import]