Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

iPad iOS 4.2 Beta - Hello World app crashes

I've created a new app based on the Getting Started document. it is actually a "helloworld" app, with no changes. It runs fine with the ipad emulator, but when I install it into the ipad (with ios 4.2 beta installed) it crashes immediately after opening. The device log given by XCode is the following:

Incident Identifier: 73CCE417-EE5E-41C9-AC20-22DD942AAC43
CrashReporter Key: 76419cc905c571a498b3f46e7269c10f0ee91ba5
Hardware Model: iPad1,1
Process: Hello World [844]
Path: /var/mobile/Applications/AA81B47E-C88B-4883-B532-82AA0AD99991/Hello World.app/Hello World
Identifier: Hello World
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]

Date/Time: 2010-09-17 11:48:56.750 -0600
OS Version: iPhone OS 4.2 (8C5091e)
Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: 0x00000032, 0x003cb224
Crashed Thread: 4

Thread 0:
0 libSystem.B.dylib 0x000d6d24 _dispatch_continuation_pop + 116
1 libSystem.B.dylib 0x000d703c _dispatch_main_queue_callback_4CF + 212
2 CoreFoundation 0x00027bd4 __CFRunLoopRun + 1328
3 CoreFoundation 0x000275b0 CFRunLoopRunSpecific + 224
4 CoreFoundation 0x000274b8 CFRunLoopRunInMode + 52
5 GraphicsServices 0x0000456c GSEventRunModal + 108
6 GraphicsServices 0x00004618 GSEventRun + 56
7 UIKit 0x000065ee -[UIApplication _run] + 406
8 UIKit 0x00004f80 UIApplicationMain + 664
9 Hello World 0x00003608 0x1000 + 9736
10 Hello World 0x000032b4 0x1000 + 8884

Thread 1:
0 libSystem.B.dylib 0x0002dc94 kevent + 24
1 libSystem.B.dylib 0x000d7910 _dispatch_mgr_invoke + 88
2 libSystem.B.dylib 0x000d7380 _dispatch_queue_invoke + 96
3 libSystem.B.dylib 0x000d6da4 _dispatch_worker_thread2 + 120
4 libSystem.B.dylib 0x0007b492 _pthread_wqthread + 258
5 libSystem.B.dylib 0x00073bb8 start_wqthread + 0

Thread 2:
0 libSystem.B.dylib 0x0007bc28 __workq_kernreturn + 8
1 libSystem.B.dylib 0x0007b5ac _pthread_wqthread + 540
2 libSystem.B.dylib 0x00073bb8 start_wqthread + 0

Thread 3:
0 libSystem.B.dylib 0x000015a8 mach_msg_trap + 20
1 libSystem.B.dylib 0x00003674 mach_msg + 44
2 CoreFoundation 0x00027f7c CFRunLoopServiceMachPort + 88
3 CoreFoundation 0x00027802
CFRunLoopRun + 350
4 CoreFoundation 0x000275b0 CFRunLoopRunSpecific + 224
5 CoreFoundation 0x000274b8 CFRunLoopRunInMode + 52
6 WebCore 0x00002be8 RunWebThread(void*) + 332
7 libSystem.B.dylib 0x0007aace _pthread_start + 242
8 libSystem.B.dylib 0x0006fcd0 thread_start + 0

Thread 4 Crashed:
0 ??? 0x003cb224 0 + 3977764
1 Hello World 0x00089c78 0x1000 + 560248
2 Hello World 0x000eec28 0x1000 + 973864
3 Hello World 0x0001cb04 0x1000 + 113412
4 Hello World 0x0001be66 0x1000 + 110182
5 Hello World 0x00019d1c 0x1000 + 101660
6 Hello World 0x00019c10 0x1000 + 101392
7 Hello World 0x0001b1d6 0x1000 + 106966
8 CoreFoundation 0x0003e62c -[NSObject(NSObject) performSelector:withObject:] + 16
9 Hello World 0x0001d266 0x1000 + 115302
10 Foundation 0x0000b192 -[NSThread main] + 38
11 Foundation 0x00004242 NSThreadmain__ + 966
12 libSystem.B.dylib 0x0007aace _pthread_start + 242
13 libSystem.B.dylib 0x0006fcd0 thread_start + 0

Thread 5:
0 libSystem.B.dylib 0x00079c38 __semwait_signal + 24
1 libSystem.B.dylib 0x0002eb0c _pthread_cond_wait + 748
2 libSystem.B.dylib 0x0002e6f2 pthread_cond_wait + 26
3 Hello World 0x0009c4f6 0x1000 + 636150
4 Hello World 0x0009c51e 0x1000 + 636190
5 libSystem.B.dylib 0x0007aace _pthread_start + 242
6 libSystem.B.dylib 0x0006fcd0 thread_start + 0

Thread 6:
0 libSystem.B.dylib 0x00079c38 __semwait_signal + 24
1 libSystem.B.dylib 0x0002eb0c _pthread_cond_wait + 748
2 libSystem.B.dylib 0x0002e6f2 pthread_cond_wait + 26
3 CoreMedia 0x00003584 WaitOnCondition + 4
4 CoreMedia 0x000034ca FigSemaphoreWaitRelative + 66
5 MediaToolbox 0x000052c8 fpa_AsyncMovieControlThread + 48
6 CoreMedia 0x00021b8e figThreadMain + 166
7 libSystem.B.dylib 0x0007aace _pthread_start + 242
8 libSystem.B.dylib 0x0006fcd0 thread_start + 0

Thread 4 crashed with ARM Thread State:
r0: 0x003cb225 r1: 0x03a9060c r2: 0x03b98024 r3: 0x2ffe79f4
r4: 0x03b98024 r5: 0x03b98024 r6: 0x00000200 r7: 0x2ffe79e4
r8: 0x03ad41c8 r9: 0x00000004 r10: 0x03aa7310 r11: 0x03b98000
ip: 0x0000001c sp: 0x2ffe7950 lr: 0x000e122b pc: 0x003cb224
cpsr: 0x80000030

Binary Images:
0x1000 - 0x17efff +Hello World armv7 <dc3788bd1199dac13935e0be71295b48> /var/mobile/Applications/AA81B47E-C88B-4883-B532-82AA0AD99991/Hello World.app/Hello World
0x365000 - 0x366fff dns.so armv7 <56b3e581043d1b29a9773b2f28e70023> /usr/lib/info/dns.so
0x4800000 - 0x48c0fff RawCamera armv7 <550b1282b80506e8a95069a4677d18d7> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x2fe00000 - 0x2fe27fff dyld armv7 <1271bd7389879503d57f6bbd2c76b743> /usr/lib/dyld
0x30007000 - 0x30009fff Marco armv7 <75d8aeb59f7a3fe0471dd334268cb967> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x3000a000 - 0x30019fff Notes armv7 <9637987d9c36183781103b9a02b46c5c> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x3002a000 - 0x3002cfff MobileInstallation armv7 <5cb580942f66223ade23dd6270e271b2> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x300c2000 - 0x301b2fff GameKitServices armv7 <0bb48ed70eddf62f8bec0795a4d5d474> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x3030e000 - 0x30348fff IOKit armv7 <feb70098bdd399a7f2a59cdaae30e9a2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x30349000 - 0x3037dfff VideoToolbox armv7 <3dd8b58baa6c62b7af1eddba14576b18> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x3037e000 - 0x30382fff AssetsLibraryServices armv7 <763454f908e0060f2edd86ddfa2daab4> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x30383000 - 0x3069cfff GeoServices armv7 <2c5dd5d52e2bd4bca44b29908bdb5a5d> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x30811000 - 0x30931fff CoreGraphics armv7 <40f7648d56c8ca46c765fd42c9e7becd> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x30932000 - 0x3096dfff Conference armv7 <8a73d182fbcc0b0a0586f1aed877e2e8> /System/Library/PrivateFrameworks/Conference.framework/Conference
0x30986000 - 0x30989fff IOSurface armv7 <3399f4d02f58316de3b70b9d06612f8e> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x309be000 - 0x30a09fff libBLAS.dylib armv7 <a42ff6301a9fed1c236f728a76b851b0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x30a13000 - 0x30a81fff ProofReader armv7 <c2077e6086b90856dd3663dcddc98095> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x30a82000 - 0x30a88fff ProtocolBuffer armv7 <d8e7e4b87f341e0e488d839617f68239> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x30afd000 - 0x30afffff IOMobileFramebuffer armv7 <7bc60101a4a71a20e604394561f35772> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x30b05000 - 0x30b10fff libz.1.dylib armv7 <92f37f9837a96c232ac558b188fb87e3> /usr/lib/libz.1.dylib
0x30b11000 - 0x30b42fff QuickLook armv7 <8601e3354fce67da799f843003c680cb> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x30b43000 - 0x30becfff libxml2.2.dylib armv7 <76fb80d5a74b07e6e16b75011f1d78dd> /usr/lib/libxml2.2.dylib
0x30bf6000 - 0x30bfdfff AggregateDictionary armv7 <300e75976da390de5e93e2492656c7ec> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x30d2e000 - 0x30d56fff StoreServices armv7 <f52806cc7ca8e4e5cbe38c194cdf3d16> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x30d58000 - 0x30d58fff vecLib armv7 <98b931ca4f4f5cedeaf229ee420c0aa2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x30d5f000 - 0x30d92fff AddressBook armv7 <93fe0d3f8d250a15d067bac8e0dd6599> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x30d93000 - 0x30d96fff MobileIcons armv7 <fc32935d1c1454a02376803c5cd1fc42> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x30d9c000 - 0x30dbbfff MobileSync armv7 <c08b7324e732e6c652f136900c452288> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x30dbc000 - 0x30e07fff GMM armv7 <fdfcddbf20e86e5ee62e8da79d1ad420> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x30e08000 - 0x30e52fff libstdc++.6.dylib armv7 <13f2ad34d854b2a79db40c76b6339f72> /usr/lib/libstdc++.6.dylib
0x30e89000 - 0x30f0cfff AVFoundation armv7 <779504248931a5630fadc59bcf4e9828> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x30f0e000 - 0x30f37fff ContentIndex armv7 <e37d8322ee4c679af680f67d079abce6> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x30f38000 - 0x30f39fff CoreSurface armv7 <0c2779b882732a23901bbc6165836fd6> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x30f52000 - 0x30f62fff iAd armv7 <63cfd4f0d58b2d24982c17d3de6e00e3> /System/Library/Frameworks/iAd.framework/iAd
0x31025000 - 0x31129fff CoreData armv7 <bcee3424d6abfdb4b995b4c340dc3467> /System/Library/Frameworks/CoreData.framework/CoreData
0x3112a000 - 0x31243fff libicucore.A.dylib armv7 <b902e98b9dc2dce41c842f1f3988be2d> /usr/lib/libicucore.A.dylib
0x31258000 - 0x3125afff libAccessibility.dylib armv7 <e74e77a6d973e1ce226574940c53141b> /usr/lib/libAccessibility.dylib
0x31356000 - 0x31360fff AccountSettings armv7 <92f8547813d4bf637fe48c7f07fa4a0f> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x31397000 - 0x3139ffff libkxld.dylib armv7 <56fb4043fe892f5349bfa9fb3de299f1> /usr/lib/system/libkxld.dylib
0x313dd000 - 0x3148bfff QuartzCore armv7 <e970d3b6a84aa364492dc34e14826a50> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x3148c000 - 0x31634fff MediaToolbox armv7 <2aac4341a2563039af8bdcee794c96a8> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x31637000 - 0x3164cfff libresolv.9.dylib armv7 <518a11989981bb485c9d6919d8df0d55> /usr/lib/libresolv.9.dylib
0x3173d000 - 0x31742fff MobileKeyBag armv7 <7b898e31a3f1b2732fcd551935b7813c> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x31743000 - 0x31819fff CoreFoundation armv7 <04724ed975c9b8e1332aa57db7b1ed45> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x3181a000 - 0x31826fff GraphicsServices armv7 <551e89c285ae931e63e2c3965a89c3c0> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x31854000 - 0x31866fff PersistentConnection armv7 <5503224bc60037d9601f0a5448dfe2bc> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x31bab000 - 0x31baefff CertUI armv7 <2748df23c6be70b634b33c319a0d8f08> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x31baf000 - 0x31bb2fff libGFXShared.dylib armv7 <11823ea3eaa52d1aad9269294c2aa047> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x31bbd000 - 0x31be7fff libtidy.A.dylib armv7 <5b2e5bfd9e5a99ba73a15de46698f6e9> /usr/lib/libtidy.A.dylib
0x31c04000 - 0x31c0afff BluetoothManager armv7 <7d9075bb6d078249e530f64cd6b23f92> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x31c60000 - 0x3220efff WebCore armv7 <685ce56a73813b5e3f2d895b8ac2da00> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x3220f000 - 0x32222fff libcupslite.dylib armv7 <70c7d0bc70f2a4689071833d199791d9> /usr/lib/libcupslite.dylib
0x32223000 - 0x32372fff AudioToolbox armv7 <819e815c3660112141652f8761e9223a> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x32389000 - 0x32391fff MobileBluetooth armv7 <63c8d4c6fa411d4d58da61722f878692> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x32394000 - 0x323b0fff MediaControl armv7 <5e5a9d5bef42eeeadbaf87897fee70b2> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl
0x323e4000 - 0x32493fff JavaScriptCore armv7 <169c347ccec081df97b448566bd8b592> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x32603000 - 0x32643fff CoreAudio armv7 <e84f11973f0190355b6b83399d307075> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x32659000 - 0x32661fff MobileWiFi armv7 <4c2f196a7c1245aab8efe0b9f1ddb5bf> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x32675000 - 0x326befff ManagedConfiguration armv7 <c0d4dfce470acb6852e4f068125273fb> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x326bf000 - 0x32783fff Celestial armv7 <49f3604b0536542b1f28222306308d04> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x327c0000 - 0x327effff SystemConfiguration armv7 <0dd9bc44b62bd9c89a06e6b2b955d23f> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x327f0000 - 0x3281bfff IMFoundation armv7 <82d4e519d9a90c14eb502d37a50f0daa> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFoundation
0x3281c000 - 0x328aefff ImageIO armv7 <a29ff342c3e3e2841bdee6f233430127> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x328ef000 - 0x328f8fff WebBookmarks armv7 <56bba1c399071aaebfb9b2efb2270cfb> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x328f9000 - 0x329e6fff libiconv.2.dylib armv7 <a2aab659aa156dd282ff74d1839aad73> /usr/lib/libiconv.2.dylib
0x329e9000 - 0x329ebfff libgcc_s.1.dylib armv7 <2436b8b62c61ec05c4a30de3117d8f60> /usr/lib/libgcc_s.1.dylib
0x329f0000 - 0x32a1efff MIME armv7 <43d37d45255dbf4ec751d917ab9ade33> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x32a1f000 - 0x32a32fff libmis.dylib armv7 <12dcae087612a21bfa8baf705320906c> /usr/lib/libmis.dylib
0x32a33000 - 0x32a39fff IAP armv7 <d9ca028c586796a74c5948d550fabf56> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x32a3e000 - 0x32a41fff ActorKit armv7 <e1f9eef7379af448e7b44933639568a5> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x32aaa000 - 0x32aadfff CaptiveNetwork armv7 <e003afd33892e68a18e2ac57c027eb73> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x32b15000 - 0x32c34fff Foundation armv7 <9d3a2fb8713259ff841df872bc6d56c8> /System/Library/Frameworks/Foundation.framework/Foundation
0x32c41000 - 0x32c71fff AppSupport armv7 <4202220fb6e597dec18d570199d61795> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x32c75000 - 0x32ca0fff DataAccess armv7 <c499207c12cd9bcde289aeab9304368b> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x32ca5000 - 0x32ca7fff CrashReporterSupport armv7 <2e5fc07ffc3e8210f26042f08c87376a> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x32ca8000 - 0x32caefff StoreKit armv7 <bdc0a4ebb10e65b781ffce3b9e70a337> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x32dcc000 - 0x33141fff UIKit armv7 <8358b3081f9e828d0e5ef6a6070e8893> /System/Library/Frameworks/UIKit.framework/UIKit
0x331a2000 - 0x331affff libbsm.0.dylib armv7 <5a42695dab20a52a5b0bb47b752fec03> /usr/lib/libbsm.0.dylib
0x331c0000 - 0x33249fff Message armv7 <52a8edc622c572db3eccd6764eb69230> /System/Library/PrivateFrameworks/Message.framework/Message
0x3326b000 - 0x3328dfff Preferences armv7 <6b2a6f26cbe5b995cc7ca95d9ca91f6e> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x3328e000 - 0x332adfff Bom armv7 <d03c957b2d8742c2fad857c611dc8b72> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x332ae000 - 0x332b1fff ApplePushService armv7 <c25725e846263f24d7bc83a3f1aefe7c> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x332b2000 - 0x333a2fff MusicLibrary armv7 <04f30cee7cfa8cff0fef8ae540e2d29b> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x333a3000 - 0x333b0fff OpenGLES armv7 <09a61399de3bb7f8b672db9f848932df> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x333b2000 - 0x3340afff CoreMedia armv7 <9e92cff2b1972fa7cf680ca57d4b6ec0> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x3340e000 - 0x3345bfff libsqlite3.dylib armv7 <c742a61480310fcd309e000fd6f29310> /usr/lib/libsqlite3.dylib
0x33475000 - 0x3347efff ITSync armv7 <d77e7497c3516566137b76d723534d75> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x3347f000 - 0x334b2fff iCalendar armv7 <bd100432466f7efa875406d1ae812995> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x334b3000 - 0x334fafff MessageUI armv7 <0bc08d8a892a93cde63c17714a5f70d5> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x3355c000 - 0x33561fff libMobileGestalt.dylib armv7 <890f53116f3ad70c1591f2f80c358519> /usr/lib/libMobileGestalt.dylib
0x33562000 - 0x33610fff WebKit armv7 <ba24503293b40315304f77bb0fcfe063> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x33611000 - 0x33620fff MobileDeviceLink armv7 <e114852071719353ca0718adc96cb9f8> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x3364e000 - 0x336e1fff AddressBookUI armv7 <4194070cdf9151178a4a6bb43e71f5cd> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x336e2000 - 0x336effff PrintKit armv7 <08b4a1916143631e017c7963ce65640b> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x336f9000 - 0x33743fff IMCore armv7 <44a11faf86dd63b63a93c08ab5d74bbc> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x33744000 - 0x33804fff libobjc.A.dylib armv7 <3dc35277097d1f520e6297fbb5963bec> /usr/lib/libobjc.A.dylib
0x3381f000 - 0x33ab9fff libLAPACK.dylib armv7 <22d2d23cdedc3507834791ae54749576> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x33aba000 - 0x33b6efff MapKit armv7 <bf71cf52ad727e79c8ce2dd1d0d50e26> /System/Library/Frameworks/MapKit.framework/MapKit
0x33c59000 - 0x33c60fff libbz2.1.0.dylib armv7 <c4b54d17b9414bd9696492b0b3e5fe60> /usr/lib/libbz2.1.0.dylib
0x33c7a000 - 0x33c90fff EAP8021X armv7 <b8e3bcdd658015c1fed084bd0446fdcb> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x33c91000 - 0x33c9dfff SpringBoardServices armv7 <d8e4034e95f19c7283d17d52060a3215> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x33c9e000 - 0x33cf3fff libvDSP.dylib armv7 <bf298f464c28174395971fde3ee025a3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x33d9e000 - 0x33daefff DataAccessExpress armv7 <d9f6bd6ca4671f0af4880d398261b143> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x33daf000 - 0x33de6fff Security armv7 <be9a406155da5d0fc9df61b0707656f5> /System/Library/Frameworks/Security.framework/Security
0x33dfd000 - 0x33dfdfff Accelerate armv7 <1e7a437c728a3762c4970dd06eaee971> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x33fdd000 - 0x33fe6fff CoreVideo armv7 <a89523b22b9acf2250c1c0cdfdf9e50c> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x34001000 - 0x34002fff DataMigration armv7 <d7cc6fab551f3f815ebf8945a0fa54d1> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x34047000 - 0x34070fff MobileCoreServices armv7 <3001d8ca1b94d0d781840036a4dbdb1a> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x34094000 - 0x340d5fff CoreTelephony armv7 <8632ea83f316c2a00ac01dfb13964356> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x340fb000 - 0x34153fff EventKit armv7 <cbf1f62fb4e70df926c20f1fdf081317> /System/Library/Frameworks/EventKit.framework/EventKit
0x34156000 - 0x34195fff libGLImage.dylib armv7 <990f721e2c36de97a51c5463c82ceb4c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x341cf000 - 0x341e7fff libRIP.A.dylib armv7 <2deadef182e417c3023fffc822c0859e> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x341f2000 - 0x34225fff CoreText armv7 <b28fd774428b605618b09789a6005f01> /System/Library/Frameworks/CoreText.framework/CoreText
0x34226000 - 0x342e8fff CFNetwork armv7 <d52d857fc0ac44f4271bd6364e85568c> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x3430a000 - 0x3430cfff MediaRemote armv7 <400d28a2df12782403aa7472833737b5> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x35c9c000 - 0x35cacfff TelephonyUI armv7 <04f18c1af89671b72a22f9c98a383c5a> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x35ce3000 - 0x35d1cfff CoreLocation armv7 <d3e8cf3cafed58c4961b7b9f68971cb9> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x35d1d000 - 0x35d20fff ArtworkCache armv7 <9d0f71206082ec6d1487842fc35edb60> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
0x35d32000 - 0x35e36fff MediaPlayer armv7 <d5e3364b3550de61f9824f51dd02e67c> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x35e37000 - 0x35e3dfff liblockdown.dylib armv7 <19c5062dd09da4c612a0354f6476177c> /usr/lib/liblockdown.dylib
0x35e3e000 - 0x35f26fff libGLProgrammability.dylib armv7 <94b5ab4fad86d0a0d357346f62479d72> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x35f74000 - 0x35fabfff libCGFreetype.A.dylib armv7 <dfc3414c6ef1081e4deb9468d86a2f15> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x35fac000 - 0x35feefff IMAVCore armv7 <6618b50223d95ba1e9c1cdcd7e900ad9> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x35fef000 - 0x36100fff libSystem.B.dylib armv7 <9d26aaa5e0d8a5576392b5f66422e396> /usr/lib/libSystem.B.dylib
0x36101000 - 0x3611bfff FTServices armv7 <512f5d9a7251591fd90d505d66dcba7b> /System/Library/PrivateFrameworks/FTServices.framework/FTServices

Please help! I really want to get this hello world app working…

Thanks!

Ricardo

— asked September 17th 2010 by Ricardo Arguello
  • 4.2
  • crash
  • ios
  • ipad
0 Comments

5 Answers

  • Same for me - none of my iPad apps seem to work on iOS4.2beta. However, https://appcelerator.lighthouseapp.com/projects/32238/tickets/1854-ios-142-app-on-device-crashes-on-launch and http://developer.appcelerator.com/question/64041/142-splash–crash indicate this may be fixed in the build in the repository. I'm going to try it an let you know how I go.

    — answered October 12th 2010 by Jeff Bonnes
    permalink
    0 Comments
  • Thanks for your reply. I am running beta 2 now and it is working, but not with the latest build of appcelerator. i am using 1.4.2 (one of the first ones). If I install the latest build it fails…

    Another thing, how can i run the app in the iPad itself, without being connected to the computer? Do I need to make a distribution for that?

    Thanks again.

    Ricardo

    — answered October 12th 2010 by Ricardo Arguello
    permalink
    0 Comments
  • This was a response from Titanium Premium support on the same issue yesterday:

    "Right now there are issues with 4.2. We are testing against it now to find these issues."

    — answered October 14th 2010 by Jeff Bonnes
    permalink
    0 Comments
  • I am glad I am not the only one having problems. Thanks for your reply!

    — answered October 14th 2010 by Ricardo Arguello
    permalink
    0 Comments
  • Take a look at this post about iOS 4.2 SDK.

    — answered November 6th 2010 by Tim Threlkeld
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.