get black or white screen at launch of app

hi all,
this is what’s happening; i have ipad 2 and just bought the ios license, i am trying to compile some of your test projects on my ipad and i just get black screen (one of the apps gives me white screen)… now the weird thing is at the very beginning i was able to compile and succesfully upload some apps into my ipad, but now i cant

i am using itunes, making sure the applications are deleted form itunes and ipad before i reload a new one, so its clean each time

interestingly, before when everything worked fine i saw your original sansa icon in my itunes and ipad, now i just see the white one and i get this error when compiling

warning: iPad: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIconFile, CFBundleIconFiles, or provide a default Icon.png that is 72x72 (-19013)

whats that all about? [import]uid: 54732 topic_id: 12331 reply_id: 312331[/import]

Try downloading it onto you Ipad 2 through Xcode. If you dont have Xcode you can download it from here or you can buy Xcode 4 from the Mac App Store. [import]uid: 17138 topic_id: 12331 reply_id: 44914[/import]

yeah, just did that, same thing is happening… [import]uid: 54732 topic_id: 12331 reply_id: 44919[/import]

Hmm…thats strange, are you building it for the Ipad 2? Is the device registered as a provisional device and have the provision profile and certificate? Thats about all I can think of that would be causing that. [import]uid: 17138 topic_id: 12331 reply_id: 44923[/import]

yup, all provisioning and certificates are in place, maybe there’s something about ipad 2 that keeps some piece of app in memory even though i delete it? i am running out of ideas… [import]uid: 54732 topic_id: 12331 reply_id: 44963[/import]

can you screen grab the build messages?

what build of corona are you using?

what build of mac osx?

more details the better

c [import]uid: 24 topic_id: 12331 reply_id: 45023[/import]

ok, so i cleaned everything, reinstalled, restored to factory settings my ipad 2, created new profiles certificates etc, and after doing that i managed to put your sample fish ipad app on my device using xcode

then, i deleted the app

changed some parameters in it, ran it through simulator OK

build it, put it on my device again, no problem

the third time i built the app again but this time got this error:

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 CFBundleIconFile, CFBundleIconFiles, or provide a default Icon.png that is 72x72 (-19013)

uploaded updated app to my ipad, its icon changed to blank white, and exactly the same thing is happening as in my first post, the screen on my ipad 2 goes white, and thats it…
my mac version is 10.6.8

(i forgot to mention that when i was building the first 2 succesfull apps i would still get just this warning:

warning: iPad: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIconFile, CFBundleIconFiles, or provide a default Icon.png that is 72x72 (-19013)

but the app worked fine when i put it on my ipad, its just when i started getting those 2 warnings the app started misbehaving)

[import]uid: 54732 topic_id: 12331 reply_id: 45128[/import]

oh, and I’m using the latest build of corona [import]uid: 54732 topic_id: 12331 reply_id: 45129[/import]

and here’s device log from xcode:
Incident Identifier: 8E82D036-A31F-4290-AFAE-C0B393F6B2DC
CrashReporter Key: e46c24698061110987bb59a3865f4148d5a8b136
Hardware Model: iPad2,1
Process: Game_iOS [7073]
Path: /var/mobile/Applications/7B698A83-310A-4587-A1D6-3D22E9BFA673/Game_iOS.app/Game_iOS
Identifier: Game_iOS
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]

Date/Time: 2011-07-07 12:59:47.747 -0400
OS Version: iPhone OS 4.3.3 (8J2)
Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000127
Crashed Thread: 0

Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 Game_iOS 0x00183b24 0x1000 + 1583908
1 Foundation 0x000907c6 __NSFireTimer + 130
2 CoreFoundation 0x00075a40 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 8
3 CoreFoundation 0x00077ec4 __CFRunLoopDoTimer + 844
4 CoreFoundation 0x0007883e __CFRunLoopRun + 1082
5 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
6 CoreFoundation 0x00008dc4 CFRunLoopRunInMode + 52
7 Foundation 0x0000adc4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 196
8 Game_iOS 0x001d6e72 0x1000 + 1924722
9 Game_iOS 0x001d39c2 0x1000 + 1911234
10 Game_iOS 0x001d3654 0x1000 + 1910356
11 Game_iOS 0x001d0226 0x1000 + 1896998
12 Game_iOS 0x001d0154 0x1000 + 1896788
13 Game_iOS 0x001c9fc2 0x1000 + 1871810
14 Foundation 0x0000e17c _nsnote_callback + 136
15 CoreFoundation 0x0006d208 __CFXNotificationPost_old + 396
16 CoreFoundation 0x00007ee4 _CFXNotificationPostNotification + 112
17 Foundation 0x0000b5cc -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
18 Foundation 0x0000d1ba -[NSNotificationCenter postNotificationName:object:] + 18
19 UIKit 0x0006ceec -[UIApplication _terminateWithStatus:] + 124
20 UIKit 0x0006b14a -[UIApplication _handleApplicationSuspend:eventInfo:] + 1598
21 UIKit 0x00004af2 -[UIApplication handleEvent:withNewEvent:] + 1910
22 UIKit 0x0000420e -[UIApplication sendEvent:] + 38
23 UIKit 0x00003c4c _UIApplicationHandleEvent + 5084
24 GraphicsServices 0x313c2e70 0x313be000 + 20080
25 CoreFoundation 0x00075a90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
26 CoreFoundation 0x00077838 __CFRunLoopDoSource1 + 160
27 CoreFoundation 0x00078606 __CFRunLoopRun + 514
28 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
29 CoreFoundation 0x00008dc4 CFRunLoopRunInMode + 52
30 GraphicsServices 0x313c2418 0x313be000 + 17432
31 GraphicsServices 0x313c24c4 0x313be000 + 17604
32 UIKit 0x0002ed62 -[UIApplication _run] + 398
33 UIKit 0x0002c800 UIApplicationMain + 664
34 Game_iOS 0x000066c4 0x1000 + 22212
35 Game_iOS 0x00003908 0x1000 + 10504

Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x00012fbc kevent + 24
1 libdispatch.dylib 0x00000ed4 _dispatch_mgr_invoke + 744
2 libdispatch.dylib 0x00001f3a _dispatch_queue_invoke + 70
3 libdispatch.dylib 0x000014ec _dispatch_worker_thread2 + 228
4 libsystem_c.dylib 0x0003458a _pthread_wqthread + 258
5 libsystem_c.dylib 0x00034bbc start_wqthread + 0

Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x0000fc5c semaphore_wait_signal_trap + 8
1 libsystem_kernel.dylib 0x0000ff52 semaphore_wait_signal + 2
2 libsystem_c.dylib 0x00031734 pthread_mutex_lock + 256
3 WebCore 0x000063ee _WebTryThreadLock(bool) + 150
4 WebCore 0x0000632e WebRunLoopLock(__CFRunLoopObserver*, unsigned long, void*) + 14
5 CoreFoundation 0x00075a2e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 10
6 CoreFoundation 0x0007745e __CFRunLoopDoObservers + 406
7 CoreFoundation 0x00078760 __CFRunLoopRun + 860
8 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
9 CoreFoundation 0x00008dc4 CFRunLoopRunInMode + 52
10 WebCore 0x0000627e RunWebThread(void*) + 382
11 libsystem_c.dylib 0x0003330a _pthread_start + 242
12 libsystem_c.dylib 0x00034bb4 thread_start + 0

Thread 3:
0 CoreFoundation 0x00004756 CFHash + 118
1 CoreFoundation 0x000af9f4 __CFBasicHashStandardHashKey + 8
2 CoreFoundation 0x000b1614 ___CFBasicHashFindBucket_Linear_NoCollision + 40
3 CoreFoundation 0x000b2dfc __CFBasicHashRehash + 1252
4 CoreFoundation 0x000b357c __CFBasicHashAddValue + 424
5 CoreFoundation 0x00009f98 CFDictionarySetValue + 68
6 CFNetwork 0x00007e96 SocketStream::setProperty(void const*, __CFString const*, void const*) + 950
7 CFNetwork 0x00007ad8 virtual thunk to SocketStream::setProperty(void const*, __CFString const*, void const*) + 12
8 CFNetwork 0x00008eac ReadStreamCallbacks::_setProperty(__CFReadStream*, __CFString const*, void const*, void*) + 28
9 CoreFoundation 0x0001e188 _CFStreamSetProperty + 28
10 CoreFoundation 0x0001e112 CFReadStreamSetProperty + 54
11 CFNetwork 0x0000896e HTTPReadFilter::streamSetProperty(__CFReadStream*, __CFString const*, void const*) + 286
12 CFNetwork 0x00008846 CFNetworkReadStream::httpStreamSetProperty(__CFReadStream*, __CFString const*, void const*, void*) + 18
13 CoreFoundation 0x0001e188 _CFStreamSetProperty + 28
14 CoreFoundation 0x0001e112 CFReadStreamSetProperty + 54
15 CFNetwork 0x00008de6 HTTPNetStreamInfo::streamSetProperty(__CFReadStream*, __CFString const*, void const*) + 186
16 CFNetwork 0x00008846 CFNetworkReadStream::httpStreamSetProperty(__CFReadStream*, __CFString const*, void const*, void*) + 18
17 CoreFoundation 0x0001e188 _CFStreamSetProperty + 28
18 CoreFoundation 0x0001e112 CFReadStreamSetProperty + 54
19 CFNetwork 0x0008d6de HTTPProtocol::useNetConnectionForRequest(__CFNetConnection*, __CFHTTPMessage*, unsigned char) + 238
20 CFNetwork 0x00090226 HTTPConnectionCacheEntry::enqueueRequestForProtocol(HTTPProtocol*, __CFHTTPMessage*) + 250
21 CFNetwork 0x0008e686 HTTPConnectionCache::EnqueueRequestForProtocol(HTTPProtocol*, __CFHTTPMessage*) + 106
22 CFNetwork 0x0000665e HTTPProtocol::createStream() + 826
23 CFNetwork 0x00006308 HTTPProtocol::createAndOpenStream() + 44
24 CFNetwork 0x00005b54 HTTPProtocol::startLoad() + 428
25 CFNetwork 0x000986e6 URLConnectionLoader::loaderScheduleOriginLoadLocked(_CFURLRequest const*) + 198
26 CFNetwork 0x0000581c URLConnectionLoader::loaderScheduleOriginLoad(_CFURLRequest const*) + 20
27 CFNetwork 0x00005578 URLConnectionLoader::LoaderConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo, long) + 144
28 CFNetwork 0x000054c8 URLConnectionLoader::processEvents() + 56
29 CFNetwork 0x00003de2 URLConnection::multiplexerClientPerform(RunLoopMultiplexer
) + 30
30 CFNetwork 0x00003d54 MultiplexerSource::perform() + 120
31 CFNetwork 0x00003cd2 MultiplexerSource::_perform(void*) + 2
32 CoreFoundation 0x00075a72 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 6
33 CoreFoundation 0x00077758 CFRunLoopDoSources0 + 376
34 CoreFoundation 0x000784e4
CFRunLoopRun + 224
35 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
36 CoreFoundation 0x00008dc4 CFRunLoopRunInMode + 52
37 Foundation 0x0002a7f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206
38 Foundation 0x0001d382 -[NSThread main] + 38
39 Foundation 0x0008f5c6 NSThread main _+ 966
40 libsystem_c.dylib 0x0003330a pthread_start + 242
41 libsystem_c.dylib 0x00034bb4 thread_start + 0

Thread 4:
0 libsystem_kernel.dylib 0x0000fc00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x0000f758 mach_msg + 44
2 CoreFoundation 0x000762b8
CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x00078562 __CFRunLoopRun + 350
4 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x0004b6d2 CFRunLoopRun + 42
6 Game_iOS 0x000ff218 0x1000 + 1040920
7 Foundation 0x0001d382 -[NSThread main] + 38
8 Foundation 0x0008f5c6__NSThread main + 966
9 libsystem_c.dylib 0x0003330a _pthread_start + 242
10 libsystem_c.dylib 0x00034bb4 thread_start + 0

Thread 5:
0 libsystem_kernel.dylib 0x0000fc00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x0000f758 mach_msg + 44
2 CoreFoundation 0x000762b8 CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x00078562
CFRunLoopRun + 350
4 CoreFoundation 0x00008ebc CFRunLoopRunSpecific + 224
5 CoreFoundation 0x0004b6d2 CFRunLoopRun + 42
6 CoreMotion 0x35ba360e 0x35b71000 + 206350
7 libsystem_c.dylib 0x0003330a _pthread_start + 242
8 libsystem_c.dylib 0x00034bb4 thread_start + 0

Thread 6:
0 libsystem_kernel.dylib 0x000123ec _workq_kernreturn + 8
1 libsystem_c.dylib 0x000346d8 pthread_wqthread + 592
2 libsystem_c.dylib 0x00034bbc start_wqthread + 0

Thread 7:
0 libsystem_kernel.dylib 0x000123ec
workq_kernreturn + 8
1 libsystem_c.dylib 0x000346d8 _pthread_wqthread + 592
2 libsystem_c.dylib 0x00034bbc start_wqthread + 0

Thread 8:
0 libsystem_kernel.dylib 0x000123ec _workq_kernreturn + 8
1 libsystem_c.dylib 0x000346d8 pthread_wqthread + 592
2 libsystem_c.dylib 0x00034bbc start_wqthread + 0

Thread 9:
0 libsystem_kernel.dylib 0x000123ec
workq_kernreturn + 8
1 libsystem_c.dylib 0x000346d8 _pthread_wqthread + 592
2 libsystem_c.dylib 0x00034bbc start_wqthread + 0

Thread 0 crashed with ARM Thread State:
r0: 0x0067f9c0 r1: 0x00223b04 r2: 0x00621ad0 r3: 0x0000003f
r4: 0x00626130 r5: 0x00000001 r6: 0x00657de0 r7: 0x2fdfcf94
r8: 0x00223b04 r9: 0x2fdfcf40 r10: 0x0064aae0 r11: 0x00000001
ip: 0x000040c4 sp: 0x2fdfcf78 lr: 0x0018898c pc: 0x00183b24
cpsr: 0x600f0010

Binary Images:
0x1000 - 0x269fff +Game_iOS armv7 <4e93b111902334b39c147afb889b48c8> /var/mobile/Applications/7B698A83-310A-4587-A1D6-3D22E9BFA673/Game_iOS.app/Game_iOS
0x2fe00000 - 0x2fe25fff dyld armv7 /usr/lib/dyld
0x306ea000 - 0x306f6fff HomeSharing armv7 <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x306f7000 - 0x30702fff libz.1.dylib armv7 /usr/lib/libz.1.dylib
0x30718000 - 0x3071cfff AssetsLibraryServices armv7 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x3074e000 - 0x3076efff MobileSync armv7 <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x3078d000 - 0x30799fff SpringBoardServices armv7 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x3079b000 - 0x307fafff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x3086d000 - 0x3086ffff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x30870000 - 0x3098afff libicucore.A.dylib armv7 /usr/lib/libicucore.A.dylib
0x30a33000 - 0x30dc0fff UIKit armv7 /System/Library/Frameworks/UIKit.framework/UIKit
0x30dc1000 - 0x30dc3fff CrashReporterSupport armv7 <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x30e5e000 - 0x3114bfff libLAPACK.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x3114c000 - 0x3124cfff libGLProgrammability.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x3124f000 - 0x31252fff ActorKit armv7 /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x31276000 - 0x312aafff VideoToolbox armv7 <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x312ae000 - 0x312dcfff DataAccess armv7 <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x31320000 - 0x313bdfff AddressBookUI armv7 /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x313be000 - 0x313cafff GraphicsServices armv7 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x313e3000 - 0x31489fff GameKit armv7 <844f6d90111f3e81961a723f557dd2a1> /System/Library/Frameworks/GameKit.framework/GameKit
0x3148a000 - 0x32ed8fff TextInput armv7 /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x32f52000 - 0x32f72fff PrintKit armv7 /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x32f73000 - 0x32fa6fff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x32fa9000 - 0x32fabfff MailServices armv7 <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x32fac000 - 0x32fb1fff liblaunch.dylib armv7 /usr/lib/system/liblaunch.dylib
0x32fcb000 - 0x32fd8fff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x32fd9000 - 0x32fdffff BluetoothManager armv7 <7861bc6128d93f72877df2f234434a47> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x32fe0000 - 0x32fe5fff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x32ffd000 - 0x33092fff ImageIO armv7 /System/Library/Frameworks/ImageIO.framework/ImageIO
0x3312d000 - 0x33132fff libcopyfile.dylib armv7 /usr/lib/system/libcopyfile.dylib
0x3318c000 - 0x3318cfff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x331b8000 - 0x3327cfff libobjc.A.dylib armv7 <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
0x33293000 - 0x33293fff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x33294000 - 0x332bdfff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x332c3000 - 0x332d3fff DataAccessExpress armv7 <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x332e4000 - 0x3332bfff MessageUI armv7 <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x3332c000 - 0x33332fff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x33333000 - 0x33340fff DataDetectorsUI armv7 /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x33354000 - 0x33473fff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x33490000 - 0x335e4fff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x335e8000 - 0x335edfff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x335ee000 - 0x336dbfff libiconv.2.dylib armv7 /usr/lib/libiconv.2.dylib
0x336dc000 - 0x3372afff GMM armv7 <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x337c5000 - 0x33896fff IMGSGX543GLDriver armv7 <406a4fa178c036e78cdc9537d5332c2e> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
0x3389b000 - 0x3389efff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x338a0000 - 0x338b2fff PersistentConnection armv7 <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x338bc000 - 0x338e5fff ContentIndex armv7 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x338e6000 - 0x338f5fff MobileDeviceLink armv7 <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x33981000 - 0x3398ffff DataDetectorsCore armv7 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x33a97000 - 0x33ad6fff libSystem.B.dylib armv7 <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
0x33ae2000 - 0x33b8bfff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x33c4e000 - 0x33c7cfff MIME armv7 <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x33c7d000 - 0x33d81fff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x33d84000 - 0x33d8dfff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x33ead000 - 0x33ec2fff libresolv.9.dylib armv7 /usr/lib/libresolv.9.dylib
0x33ec7000 - 0x33f1cfff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x33f1e000 - 0x33fcffff WebKit armv7 /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x33fd0000 - 0x34013fff ManagedConfiguration armv7 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x3402a000 - 0x3405dfff StoreServices armv7 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x340e3000 - 0x340e6fff MediaRemote armv7 <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x34108000 - 0x34161fff EventKit armv7 <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit
0x34162000 - 0x34163fff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x3416e000 - 0x3416ffff libremovefile.dylib armv7 /usr/lib/system/libremovefile.dylib
0x34181000 - 0x341b6fff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x341b7000 - 0x341fdfff CoreLocation armv7 /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x3420a000 - 0x3420afff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x3420b000 - 0x34214fff CoreVideo armv7 /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x34217000 - 0x3424ffff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x34250000 - 0x34266fff EAP8021X armv7 <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x34279000 - 0x34290fff libsystem_kernel.dylib armv7 /usr/lib/system/libsystem_kernel.dylib
0x34291000 - 0x34294fff MobileIcons armv7 <08e426f8a707388d8adda670bfed0c2e> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x34295000 - 0x342d2fff CoreText armv7 /System/Library/Frameworks/CoreText.framework/CoreText
0x342d3000 - 0x342d6fff ArtworkCache armv7 <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
0x342d7000 - 0x342f0fff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x3434b000 - 0x3434dfff libgcc_s.1.dylib armv7 /usr/lib/libgcc_s.1.dylib
0x3434e000 - 0x34351fff libmacho.dylib armv7 <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
0x34352000 - 0x34360fff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x34361000 - 0x34363fff Marco armv7 <53203fa831ab34f894f3a3811bf3917c> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x3439d000 - 0x343c1fff MediaControl armv7 <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl
0x3445d000 - 0x34465fff MobileBluetooth armv7 <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x34466000 - 0x344acfff CoreTelephony armv7 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x344ad000 - 0x344aefff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x3453c000 - 0x34668fff libmecabra.dylib armv7 <113de5f9858c32b8b158bfdc68042a97> /usr/lib/libmecabra.dylib
0x34675000 - 0x346e4fff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x346e8000 - 0x346edfff libsystem_dnssd.dylib armv7 /usr/lib/system/libsystem_dnssd.dylib
0x346ee000 - 0x346effff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
0x34707000 - 0x347f3fff GLEngine armv7 /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x347f4000 - 0x3480cfff iAd armv7 <4a54026f52883c0fa28bf7e78fc12f44> /System/Library/Frameworks/iAd.framework/iAd
0x3480d000 - 0x348bcfff QuartzCore armv7 /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x3490e000 - 0x34998fff Message armv7 <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message
0x34999000 - 0x349a9fff WebBookmarks armv7 <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x349aa000 - 0x34a70fff MusicLibrary armv7 <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x34a72000 - 0x34a87fff OpenAL armv7 <162722d7da273d649798b27ae0e4458c> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x34a88000 - 0x34bd4fff MediaToolbox armv7 <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x34bd5000 - 0x34bdefff ITSync armv7 /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x34f20000 - 0x34f4afff libtidy.A.dylib armv7 /usr/lib/libtidy.A.dylib
0x34f4b000 - 0x34fccfff libsystem_c.dylib armv7 /usr/lib/system/libsystem_c.dylib
0x3512a000 - 0x3516afff CoreMedia armv7 <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x35176000 - 0x351b8fff CoreAudio armv7 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x351bb000 - 0x352cdfff MediaPlayer armv7 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x35328000 - 0x3532cfff libcache.dylib armv7 /usr/lib/system/libcache.dylib
0x35349000 - 0x35350fff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x35351000 - 0x35360fff Notes armv7 /System/Library/PrivateFrameworks/Notes.framework/Notes
0x35371000 - 0x35390fff Bom armv7 /System/Library/PrivateFrameworks/Bom.framework/Bom
0x354d1000 - 0x354d5fff libGFXShared.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x354e6000 - 0x35537fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x35538000 - 0x3553ffff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x3559c000 - 0x355cffff QuickLook armv7 <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x355d0000 - 0x35607fff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x35608000 - 0x35609fff libsystem_blocks.dylib armv7 /usr/lib/system/libsystem_blocks.dylib
0x3560a000 - 0x35642fff libCGFreetype.A.dylib armv7 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x35856000 - 0x35858fff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x3587d000 - 0x358a8fff IMFoundation armv7 /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFoundation
0x358a9000 - 0x358acfff CaptiveNetwork armv7 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x358ad000 - 0x358e9fff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x358ea000 - 0x358f4fff AccountSettings armv7 /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x35903000 - 0x3594dfff libstdc++.6.dylib armv7 /usr/lib/libstdc++.6.dylib
0x35954000 - 0x35954fff libsystem_sandbox.dylib armv7 /usr/lib/system/libsystem_sandbox.dylib
0x35959000 - 0x3595cfff CertUI armv7 <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x3595d000 - 0x3597afff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x359b0000 - 0x35ab8fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
0x35b69000 - 0x35b70fff AggregateDictionary armv7 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x35b71000 - 0x35bbffff CoreMotion armv7 <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x35bc0000 - 0x35bc1fff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x35bc2000 - 0x35bc4fff libAccessibility.dylib armv7 /usr/lib/libAccessibility.dylib
0x35bc5000 - 0x35bc8fff IOSurface armv7 /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x35bc9000 - 0x35bfcfff iCalendar armv7 <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x35bfd000 - 0x35bfdfff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x35bfe000 - 0x35c04fff StoreKit armv7 <0deee3e11c7632aab98ab3c026d41e41> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x35dff000 - 0x35ebefff CFNetwork armv7 /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x35eed000 - 0x35ef4fff WebUI armv7 <74070ad76277301fba6d3a5eb5f214b1> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x35f05000 - 0x35ffffff GameKitServices armv7 /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x36000000 - 0x36084fff AVFoundation armv7 /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x360a1000 - 0x360d0fff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x360d1000 - 0x360f1fff AppleAccount armv7 <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x360f2000 - 0x360f8fff ProtocolBuffer armv7 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x360f9000 - 0x36704fff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x36a3d000 - 0x36a50fff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x36a61000 - 0x36b46fff CoreFoundation armv7 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x36b5e000 - 0x36c04fff Celestial armv7 <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x36ccb000 - 0x36cd1fff IAP armv7 /System/Library/PrivateFrameworks/IAP.framework/IAP
0x36cf6000 - 0x36d03fff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x36da0000 - 0x36ec1fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
[import]uid: 54732 topic_id: 12331 reply_id: 45130[/import]

What Xcode and IOS SDK version are you using? Also, You have 4.3.3 IOS on your Ipad, correct? I’m not sure what it could be…Carlos will help you the best, but I will try. [import]uid: 17138 topic_id: 12331 reply_id: 45133[/import]

thanks Khaodik, i will check the versions in a moment, in the meantime one more piece of the puzzle is, after those first 3 times all my build fail in ipad (work fine in simulator)… the interesting thing is when i try to import one of the first 2 builds, it works fine, the latter ones dont… [import]uid: 54732 topic_id: 12331 reply_id: 45134[/import]

ipad ios version 4.3.3
xcode version 4.0.2

… [import]uid: 54732 topic_id: 12331 reply_id: 45136[/import]

It’s quite possibly because of your Xcode, I’m not completely sure (Carlos will correct me if i’m wrong), but I don’t think Corona supports Xcode 4 (Or there are some problems with it at the moment). Try Xcode 3, it works fine for me. You can download it here. It’s definitely worth a try! [import]uid: 17138 topic_id: 12331 reply_id: 45139[/import]

Oh, I didn’t read your first post…are you doing something differently with those builds that work? [import]uid: 17138 topic_id: 12331 reply_id: 45140[/import]

ok, i will try that, please keep in mind though that i had exactly the same problem when i was transferring apps using itunes… [import]uid: 54732 topic_id: 12331 reply_id: 45142[/import]

Do you have the same problem with other devices? [import]uid: 17138 topic_id: 12331 reply_id: 45143[/import]

i just have an ipad 2 so i can’t really test this on anything else… to me its just weird how first few times it works but then it doesnt… cant make anything out of that… [import]uid: 54732 topic_id: 12331 reply_id: 45144[/import]

Yeah, its very strange. Do you have a build.settings file or any other file besides the main.lua? [import]uid: 17138 topic_id: 12331 reply_id: 45145[/import]

i am just using these 2 ipad apps
http://developer.anscamobile.com/sample-code/platform-specific

the way they are here, no modifications… [import]uid: 54732 topic_id: 12331 reply_id: 45146[/import]

Thats weird, I don’t have an Ipad 2, but I know it can’t be the Ipad, it has to be Xcode! Keep me updated. [import]uid: 17138 topic_id: 12331 reply_id: 45147[/import]