ios6 build fail

I have the following error message, new with ios6/xcode4.5 upgrade :
"
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007)
warning: iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon.png that is 57x57 (-19013)
"

I just can’t build my app any longer, please help ! :wink:

PS : I tried to submit that to “report a bug” with no success since it asks for code file (I have nothing to upload, things were ok before ios6/xcode 4.5 upgrade)

Thx ! [import]uid: 9328 topic_id: 31185 reply_id: 331185[/import]

I am having the same issues. I was able to build last night got the latest from daily builds this morning and now i can not build.

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 XXXXXXXX is a valid Mach executable that’s properly codesigned. (-19050)
Any thoughts. [import]uid: 89018 topic_id: 31185 reply_id: 124722[/import]

I need you to be very precise about what you are doing and what is failing.

Did you try building a sample project like Hello World?

Are you building with a Developer Profile. (I heard some were doing Ad Hoc for testing. You shouldn’t do this. It’s not Apple sanctioned.)

Are the warnings just warnings or do they actually prevent the build from working?

What version of Mac are you running?

What device and iOS version are you installing to? [import]uid: 7563 topic_id: 31185 reply_id: 124760[/import]

OK, I tried with Hello World corona sample and get :
"
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon@2x.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-72.png (-19007)
warning: iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon.png that is 57x57 (-19013)
"
I have iphone4 with 6.0(10A403) and macos 10.7.4 on a macbookair 11 late 2010.
I use corona sdk 870.
I tried with both “iphone developer …(ios team provisionning profile)” and “iphone developer…(Corona)”.

The app is generated, but once on the iphone, it’s a white icon, still the app opens…(about my own app, the white icon launched to a black screen,…considering the size of the build, things were missing)

BTW, reading “http://www.coronalabs.com/blog/2012/09/19/corona-ios-6-and-xcode-4-5-are-gm/”, I did no understand where to find ‘sdkPath’. [import]uid: 9328 topic_id: 31185 reply_id: 124819[/import]

Antheor: I am not able to reproduce your problem, but for an iOS 6 device, you should be using the Xcode 4.5 and the latest Daily Build of Corona. 10.8.2 is also highly recommended.

‘sdkPath’ is only for CoronaBuilder which is a different product.

[import]uid: 7563 topic_id: 31185 reply_id: 124939[/import]

Updating to latest daily build was enough :slight_smile:

I was relunctant to do so because of the new box2D behavior …

Thx for the feedback. [import]uid: 9328 topic_id: 31185 reply_id: 124941[/import]

I am having the same issues. I was able to build last night got the latest from daily builds this morning and now i can not build.

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 XXXXXXXX is a valid Mach executable that’s properly codesigned. (-19050)
Any thoughts. [import]uid: 89018 topic_id: 31185 reply_id: 124722[/import]

I need you to be very precise about what you are doing and what is failing.

Did you try building a sample project like Hello World?

Are you building with a Developer Profile. (I heard some were doing Ad Hoc for testing. You shouldn’t do this. It’s not Apple sanctioned.)

Are the warnings just warnings or do they actually prevent the build from working?

What version of Mac are you running?

What device and iOS version are you installing to? [import]uid: 7563 topic_id: 31185 reply_id: 124760[/import]

OK, I tried with Hello World corona sample and get :
"
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon@2x.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-72.png (-19007)
warning: iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon.png that is 57x57 (-19013)
"
I have iphone4 with 6.0(10A403) and macos 10.7.4 on a macbookair 11 late 2010.
I use corona sdk 870.
I tried with both “iphone developer …(ios team provisionning profile)” and “iphone developer…(Corona)”.

The app is generated, but once on the iphone, it’s a white icon, still the app opens…(about my own app, the white icon launched to a black screen,…considering the size of the build, things were missing)

BTW, reading “http://www.coronalabs.com/blog/2012/09/19/corona-ios-6-and-xcode-4-5-are-gm/”, I did no understand where to find ‘sdkPath’. [import]uid: 9328 topic_id: 31185 reply_id: 124819[/import]

Antheor: I am not able to reproduce your problem, but for an iOS 6 device, you should be using the Xcode 4.5 and the latest Daily Build of Corona. 10.8.2 is also highly recommended.

‘sdkPath’ is only for CoronaBuilder which is a different product.

[import]uid: 7563 topic_id: 31185 reply_id: 124939[/import]

Updating to latest daily build was enough :slight_smile:

I was relunctant to do so because of the new box2D behavior …

Thx for the feedback. [import]uid: 9328 topic_id: 31185 reply_id: 124941[/import]