[Solved] Corona SDK : Please detail about ' limited to non-optimized trial builds for your personal device ! '

Hi

Right now I using corona sdk trial version.

I install corona sample code on Android device it work good but it only had the water mark.

and I install corona sample code on IOS device it not work with PNG file, it work with JPG file.

and for code signing Identity I used development provision ( because it limit for trial).

  • So that mean the reason that PNG file cannot install on IOS device because of the trial version and I used development provision for code signing Identity, right ?

please help me !

Thank you.
[import]uid: 126538 topic_id: 22611 reply_id: 322611[/import]

The Trial version gives you full access to all the Corona SDK. There is no limit on PNG. If your PNGs don’t show they may be corrupt in some way. [import]uid: 10389 topic_id: 22611 reply_id: 90166[/import]

thanks for reply, I tried to test many hour with Corona Sample code for install with Ipad it work with JPG only, for PNG don’t show.

if the PNGs corrupt, any solution ?

In console log I got error :

Lua Runtime Error: lua_pcall failed with status: 2, error message is: ?:0:

Please help!

thanks
[import]uid: 126538 topic_id: 22611 reply_id: 90178[/import]

png’s must be 32 bit and make sure the filenames match.

load “Foo.png” is *not* the same as filename “foo.png” on devices.

c. [import]uid: 24 topic_id: 22611 reply_id: 90335[/import]

As I said before, I use Corona Sample , all code and png file is from Corona , I didn’t modified I just use for test on real device , it work with android device, IOS simulator. and For IOS device it work only JPG File.

Why it corrupt with PNG file?

I use xcode 4.2 and Corona Simulator verion 2011.704 (2011.12.8)

here is the log after build complete :
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. Your MinimumOSVersion is below 3.2, so you must define CFBundleIconFile or provide a default Icon.png that is 57x57. (-19013)
warning: iPad: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon-72.png that is 72x72 (-19013)
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/Administrator/Desktop/Fishies.app: code or signature modified
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: /SourceCache/codesign_wrapper_Sim/Security-1245/codesign_wrapper/codesign_wrapper.c, line: 866

  • (null)

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

  • (null)
    [import]uid: 126538 topic_id: 22611 reply_id: 90360[/import]

Do you have those icons?

This thread may help:

http://developer.anscamobile.com/forum/2011/07/01/universal-app-ios-icon-issue [import]uid: 10389 topic_id: 22611 reply_id: 90374[/import]

yes, Those icons is from Corona SDK Sample code. (Fishies Sample application)

so that mean that this Fishies sample not work with iPad , right ?

[import]uid: 126538 topic_id: 22611 reply_id: 90375[/import]

All applications are able to work on all iOS platforms in trial version or subscribed daily builds. [import]uid: 10389 topic_id: 22611 reply_id: 90382[/import]

thanks, for reply

I have multiple xcode version on my computer.

What xcode version support with current Corona version? [import]uid: 126538 topic_id: 22611 reply_id: 90385[/import]

ok, I solved the problem , Current Corona SDK work with XCode 4.2 ; the reason error because I had multiple xcode version on my mac. [import]uid: 126538 topic_id: 22611 reply_id: 90398[/import]

Glad to hear you got it sorted out.

Welcome to Corona! :slight_smile: [import]uid: 10389 topic_id: 22611 reply_id: 90400[/import]