User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: Can't build for iOS5

  1. #1
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Can't build for iOS5

    I reported this in the main forum, but possibly it may only affect this latest beta build as no one else is having the problem.

    I'm having problems running any app created from MMF's iOS exporter now. I've got iOS5 on my iTouch and have updated xCode to the latest which now has the SDK for 5.0, but when I build and run I get an error in cEvents.m on this line...

    void expSys_DOUBLE(CRun* rhPtr)
    {
    [getCurrentResult() forceDouble:rhPtr->rh4ExpToken->expu.expd.expDouble];
    }

    The error is EXC_BAD_ACCESS and if I move the next line pointer past this line and continue execution, then my app will run as normal. This error happens every time the app starts.
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Can't build for iOS5

    Corrected. In test by BHGames.

  3. #3
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't build for iOS5

    I've just built a CCI only and added that in to the project, I now get another error which I can't skip past:

    //
    // main.m
    // RuntimeIPhone
    //
    // Created by Francois Lionet on 08/10/09.
    // Copyright __MyCompanyName__ 2009. All rights reserved.
    //

    #import <UIKit/UIKit.h>

    int main(int argc, char *argv[]) {

    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    int retVal = UIApplicationMain(argc, argv, nil, @"RuntimeIPhoneAppDelegate");
    [pool release];
    return retVal;
    }

    On the second line (int retVal - ... ) I get a SIGABRT error. Have tried cleaning the project and deleting the build folder but can't get past this error now
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  4. #4
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't build for iOS5

    Here's the log the for latter one. Could I possibly get the version BH is testing?

    EDIT: Rebuilding the full project doesn't help either. I'm a bit stuck now.


    Incident Identifier: 0CB4CDE8-83EA-4CE7-B2E5-8018DDCAAF6E
    CrashReporter Key: 5d32a6bef9c2437bb239975d867b36d77c6239b8
    Hardware Model: iPod4,1
    Process: iNemesis [2079]
    Path: /var/mobile/Applications/B5037D7F-902B-4EEA-A935-97927F55597F/iNemesis.app/iNemesis
    Identifier: iNemesis
    Version: ??? (???)
    Code Type: ARM (Native)
    Parent Process: launchd [1]

    Date/Time: 2011-10-15 08:25:11.094 +0100
    OS Version: iPhone OS 5.0 (9A334)
    Report Version: 104

    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x00000000, 0x00000000
    Crashed Thread: 0

    Thread 0 name: Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0 libsystem_kernel.dylib 0x32f0d32c __pthread_kill + 8
    1 libsystem_c.dylib 0x37279f54 pthread_kill + 48
    2 libsystem_c.dylib 0x37272fe4 abort + 88
    3 GraphicsServices 0x383a8464 GSRegisterPurpleNamedPort + 188
    4 GraphicsServices 0x383a8ea4 GSEventInitialize + 64
    5 UIKit 0x315b1520 UIApplicationMain + 544
    6 iNemesis 0x00002fcc main (main.m:14)
    7 iNemesis 0x00002f84 start + 32

    Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0 libsystem_kernel.dylib 0x32efd3b4 kevent + 24
    1 libdispatch.dylib 0x375cee78 _dispatch_mgr_invoke + 708
    2 libdispatch.dylib 0x375ceb96 _dispatch_mgr_thread + 30

    Thread 2:
    0 libsystem_kernel.dylib 0x32f0dcd4 __workq_kernreturn + 8
    1 libsystem_c.dylib 0x3723630a _pthread_wqthread + 610
    2 libsystem_c.dylib 0x3723609c start_wqthread + 0

    Thread 3:
    0 libsystem_kernel.dylib 0x32f0dcd4 __workq_kernreturn + 8
    1 libsystem_c.dylib 0x3723630a _pthread_wqthread + 610
    2 libsystem_c.dylib 0x3723609c start_wqthread + 0

    Thread 4 name: WebThread
    Thread 4:
    0 libsystem_kernel.dylib 0x32efd010 mach_msg_trap + 20
    1 libsystem_kernel.dylib 0x32efd206 mach_msg + 50
    2 CoreFoundation 0x32ce441c __CFRunLoopServiceMachPort + 120
    3 CoreFoundation 0x32ce3154 __CFRunLoopRun + 876
    4 CoreFoundation 0x32c664d6 CFRunLoopRunSpecific + 294
    5 CoreFoundation 0x32c6639e CFRunLoopRunInMode + 98
    6 WebCore 0x37681128 _ZL12RunWebThreadPv + 396
    7 libsystem_c.dylib 0x3723bc16 _pthread_start + 314
    8 libsystem_c.dylib 0x3723bad0 thread_start + 0

    Thread 0 crashed with ARM Thread State:
    r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
    r4: 0x00000006 r5: 0x3fdbfce8 r6: 0x3f243fe0 r7: 0x2fdffc74
    r8: 0x2fdffd5c r9: 0x00229370 r10: 0x00000001 r11: 0x00000000
    ip: 0x00000148 sp: 0x2fdffc68 lr: 0x37279f5b pc: 0x32f0d32c
    cpsr: 0x00000010

    Binary Images:
    0x1000 - 0xb5fff +iNemesis armv7 <c8452457dfcc3f51b5177bedf043f498> /var/mobile/Applications/B5037D7F-902B-4EEA-A935-97927F55597F/iNemesis.app/iNemesis
    0x2fe4c000 - 0x2fe6dfff dyld armv7 <be7c0b491a943054ad12eb5060f1da06> /usr/lib/dyld
    0x3079c000 - 0x307b5fff OpenAL armv7 <574ec6a767813ef88bb2f15ffd479911> /System/Library/Frameworks/OpenAL.framework/OpenAL
    0x307cc000 - 0x307d9fff libbsm.0.dylib armv7 <a6414b0a5fd53df58c4f0b2f8878f81f> /usr/lib/libbsm.0.dylib
    0x307e2000 - 0x308fdfff PhotoLibrary armv7 <9889cd3a079f39359c1b2bac4c9918bb> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
    0x308fe000 - 0x308fefff libgcc_s.1.dylib armv7 <69d8dab7388b33d38b30708fd6b6a340> /usr/lib/libgcc_s.1.dylib
    0x309dd000 - 0x30a19fff iCalendar armv7 <59d80290d8733df8a6310da65b497fc9> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x30a55000 - 0x30a8afff DataAccess armv7 <26ef3aa5d3613987bcb5b5a8644a55bb> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x30acd000 - 0x30ad2fff libcopyfile.dylib armv7 <49003f67c59730c9ac9c499517a3bb8b> /usr/lib/system/libcopyfile.dylib
    0x30adf000 - 0x30aeefff OpenGLES armv7 <6d1afb451f50310895ec59864739e781> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x30ee6000 - 0x30eeefff MobileWiFi armv7 <f07cb8d6dadf36919bae8ef6e5ce1749> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x30f3e000 - 0x30f40fff MobileInstallation armv7 <4c0648df13af341e88ddca80be687794> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x31025000 - 0x311bdfff CoreData armv7 <75030d6f36f9394592dd35af610e8960> /System/Library/Frameworks/CoreData.framework/CoreData
    0x311be000 - 0x31222fff MessageUI armv7 <1da68e2025c938d1bcbb8d2cff5e5032> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x31223000 - 0x31293fff CoreImage armv7 <b1d0678497f43769840f173c0f9dce20> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x312fa000 - 0x31337fff IOKit armv7 <284ee3241c4a3b43b81b9ff514997013> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x3135a000 - 0x31360fff liblockdown.dylib armv7 <4e3671438f71326bbc507cb197a31322> /usr/lib/liblockdown.dylib
    0x31385000 - 0x31385fff liblangid.dylib armv7 42170169bf232a0888912f5ef97112d> /usr/lib/liblangid.dylib
    0x3149b000 - 0x314a2fff MailServices armv7 <a5e048e513b237b78d62fb3996a85fa9> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x314a3000 - 0x314a7fff ViceroyTrace armv7 0ad1c79e4da33beaeeddd8b3d99ed92> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
    0x314b8000 - 0x314bffff SpringBoardUI armv7 <09dde65696b238cfb8ca374377f45cb0> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
    0x314c3000 - 0x314c3fff libCVMSPluginSupport.dylib armv7 <85582e1094633fccb52b50ca13c5a5d0> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x31580000 - 0x31a19fff UIKit armv7 <87348d5d0d043aa095840765b6d73999> /System/Library/Frameworks/UIKit.framework/UIKit
    0x31b0c000 - 0x31b22fff libmis.dylib armv7 <fd046316dedc34dd81a6601ea3b1e8a6> /usr/lib/libmis.dylib
    0x31b70000 - 0x31c1dfff libxml2.2.dylib armv7 <78462273eb5b38d1a0873b02f0e35e23> /usr/lib/libxml2.2.dylib
    0x31c1e000 - 0x31c29fff AccountSettings armv7 <090bb6a4f97433089b5cabc6a40c619a> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x31c6f000 - 0x31c73fff IOMobileFramebuffer armv7 <c2e6bd6dafde3097b47bc255a8c871ef> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x31c74000 - 0x31c83fff SpringBoardServices armv7 <083fb830455f3cd0869bf54bfd91108c> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x31da5000 - 0x31deefff ManagedConfiguration armv7 <80836b34a3ef389d82f0fa55cadccc61> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x31def000 - 0x31df7fff MobileBluetooth armv7 <a47ef08dc4713b28b4f5a33a7c05eb89> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x31dfa000 - 0x31dfcfff libCoreVMClient.dylib armv7 <6ddb7cf8a93830628787a5b83eea0f1d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x31dfd000 - 0x31f42fff CoreGraphics armv7 <649b7b4a430a340b8c2b85c6fb4e1369> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x31f43000 - 0x31f7afff Security armv7 <195ed72ea7583470958d72652bd84f03> /System/Library/Frameworks/Security.framework/Security
    0x31f7b000 - 0x31fbafff QuickLook armv7 <2f7ad2dfd31f3473a89156da7f70740c> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x32053000 - 0x32597fff FaceCoreLight armv7 <cc2edb3645d2390dbca5471d35f1bf6e> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x325d8000 - 0x325d8fff libkeymgr.dylib armv7 <791bb8b832943b2392c0c35228f52e09> /usr/lib/system/libkeymgr.dylib
    0x325d9000 - 0x326a2fff Celestial armv7 <f704f5baa8e932289bebd666acecebfa> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x326a7000 - 0x326b8fff libxpc.dylib armv7 <637167f4fa5c3cee99418295843e1580> /usr/lib/system/libxpc.dylib
    0x326b9000 - 0x326c8fff MobileDeviceLink armv7 <09c637a85e3d3af488e59ced95a5a916> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
    0x3270d000 - 0x32719fff Accounts armv7 <d45636e9d2263676b17c2c33ec7e91d3> /System/Library/Frameworks/Accounts.framework/Accounts
    0x3271a000 - 0x32726fff AssetsLibrary armv7 <89c939684dcb3d7e9fd44e96212cb91b> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x32727000 - 0x3272bfff AggregateDictionary armv7 <cfd957904957310381369729bfd9b2b0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x3272c000 - 0x32733fff StoreKit armv7 a3177565bb4307f92b7d9eb29a927e2> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x32734000 - 0x32770fff IMFoundation armv7 <782ea3e246093c56a7bc04f60c8ca1b3> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFoundation
    0x32771000 - 0x327b5fff MobileCoreServices armv7 <e05a113469ed345f98f306965abb30dc> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x327bf000 - 0x327cbfff CoreVideo armv7 <474c89eb09fe3464851a20d76052341b> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x327cc000 - 0x328bafff libiconv.2.dylib armv7 <0f52661fd7af3a448b95f8d93d20f3f7> /usr/lib/libiconv.2.dylib
    0x328be000 - 0x328c1fff CaptiveNetwork armv7 <c3a5b1659eb0302eb205498ffacb09f1> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x328c2000 - 0x32b83fff libLAPACK.dylib armv7 <5490a87fe5153771b9c67940292842ba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    0x32c03000 - 0x32c2cfff ToneLibrary armv7 <c5e6997c2a0a38c5968cc476bdecc947> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
    0x32c33000 - 0x32c4cfff ICE armv7 <06ececa0512b369cb003b4eb3bf3dd2c> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE
    0x32c4f000 - 0x32c56fff MediaRemote armv7 <dfe4a618896c3402a38f352f3d1d8f5e> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x32c57000 - 0x32d6efff CoreFoundation armv7 <a2dbc131fdc0364e822339ca2926b6e8> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x32d87000 - 0x32dddfff GMM armv7 <a88c7f8dc6d7322c904325ffa551bf1d> /System/Library/PrivateFrameworks/GMM.framework/GMM
    0x32de0000 - 0x32e86fff AddressBookUI armv7 <90b13f7f5d6c38f68efba5944faa2ad4> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x32e87000 - 0x32ed0fff CoreMedia armv7 <16e247e3f4a43fc5a72695092cf8ba96> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x32ede000 - 0x32efbfff libsystem_info.dylib armv7 <8e5dd82833293382a08f11517e9dcb9b> /usr/lib/system/libsystem_info.dylib
    0x32efc000 - 0x32f12fff libsystem_kernel.dylib armv7 <ac287acb68d032118cd824a51011638d> /usr/lib/system/libsystem_kernel.dylib
    0x3305f000 - 0x33065fff XPCObjects armv7 <efaf263941313a1cb0e4908e46beee95> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x339b9000 - 0x33ac1fff GameKit armv7 <cc9aefab7a1b37048c1519fbe2b3bdf3> /System/Library/Frameworks/GameKit.framework/GameKit
    0x33b38000 - 0x33b39fff CoreSurface armv7 <fcb6a869daef3a3abc4300c28b218e9f> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x33b3a000 - 0x33b3dfff ActorKit armv7 <8c167170891238b3940f9f54105b6eb9> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
    0x33b3e000 - 0x33b45fff AssetsLibraryServices armv7 <f6d1bb9e4b60392f834d4e0ee35105cc> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x33b46000 - 0x33b4afff CertUI armv7 <49cd072db1c7362383e0f5b15c039025> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x33b4b000 - 0x33baefff IMCore armv7 <8dbf71fc51af3424ac33348db251ba0a> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x33baf000 - 0x33bb0fff libremovefile.dylib armv7 <77460820431837d68f19c81d53b6ca83> /usr/lib/system/libremovefile.dylib
    0x33c9d000 - 0x33ca3fff BluetoothManager armv7 <9d85a2e3d7a135ed957646d454d4d7ea> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x33cd0000 - 0x33d25fff GameKitServices armv7 <65266b29965d374a88fb8f813abf3075> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
    0x33d36000 - 0x33e0dfff CFNetwork armv7 <794a80e086d23041bfdec139b01e80a2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x33e0e000 - 0x33e0efff libunwind.dylib armv7 <d21222aad8c93d6c9580f9bf47071946> /usr/lib/system/libunwind.dylib
    0x33e16000 - 0x33e2cfff DictionaryServices armv7 <ff80b6648c24360583e5e624efda4815> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
    0x33e36000 - 0x33eb5fff libsqlite3.dylib armv7 <cdd807e0d8523476b666a9dc63750bb7> /usr/lib/libsqlite3.dylib
    0x33eb6000 - 0x33ecefff iAd armv7 5b09ad420f73996b11862ba78000587> /System/Library/Frameworks/iAd.framework/iAd
    0x33ecf000 - 0x33f52fff CoreMotion armv7 <5e0f8a464b0736cfaa6cf3a0c1f33f2c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x33f87000 - 0x33f8bfff Marco armv7 <5a1a8ed254ec3fb899ae70121a9c69b9> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x33f8c000 - 0x33f8efff snatmap armv7 <25a5f922881c3e1a86796cc7b65873a3> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap
    0x33fb3000 - 0x33fedfff iTunesStore armv7 <689b69ce054439e5ac0cfec52c27679c> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x33fef000 - 0x33ff9fff libvMisc.dylib armv7 <b93ee3136d1c3d44b1e513a56bb0f86c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    0x33fff000 - 0x340cffff AVConference armv7 <d36957c646063dd3b09826fd72e81477> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference
    0x340da000 - 0x340edfff Notes armv7 <b2cb7346cb2b36eca53d22534c53b508> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x34101000 - 0x34106fff libsystem_dnssd.dylib armv7 <11ce894432a73b9485cce6f5b1ea6488> /usr/lib/system/libsystem_dnssd.dylib
    0x34125000 - 0x34129fff FTClientServices armv7 <0f8bfadbf83a35c39f4ac39045ca569d> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x341c3000 - 0x34208fff GeoServices armv7 <6c9eb6372f723a57852cfc9ed7b78e31> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x34252000 - 0x34280fff CoreMediaStream armv7 <08c36ed4ca3b333a845fc1241d4e667f> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x34295000 - 0x342d8fff libcommonCrypto.dylib armv7 <be9a231cfe6e3ae387abb444a098bce9> /usr/lib/system/libcommonCrypto.dylib
    0x343ce000 - 0x343e3fff libresolv.9.dylib armv7 <2e35ec83cc823bbebf107dc4867e61d7> /usr/lib/libresolv.9.dylib
    0x34567000 - 0x34568fff libdnsinfo.dylib armv7 <1dadb6191d1835e5b078594218ce14f3> /usr/lib/system/libdnsinfo.dylib
    0x34569000 - 0x345c4fff StoreServices armv7 <01e6b5e7449d39b8bc11e39fc217e645> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x345c5000 - 0x345cefff libMobileGestalt.dylib armv7 <bf524f1f6e8237369795867c7e2b4e67> /usr/lib/libMobileGestalt.dylib
    0x345cf000 - 0x34718fff libicucore.A.dylib armv7 <1bc960f75d633190a09b093209a9f0c5> /usr/lib/libicucore.A.dylib
    0x3475a000 - 0x34808fff Message armv7 <4cc5b8bc0ec53e638635de6fe5ff12a4> /System/Library/PrivateFrameworks/Message.framework/Message
    0x34868000 - 0x34869fff libsystem_sandbox.dylib armv7 <b8612b4ce18535aaa94f4b75c730e090> /usr/lib/system/libsystem_sandbox.dylib
    0x3486a000 - 0x348c1fff CoreAudio armv7 <d0d388a7373036a08561809242f5a5f6> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x3490d000 - 0x3495efff CoreText armv7 <23150093d39b393e9bc5f8230176df47> /System/Library/Frameworks/CoreText.framework/CoreText
    0x349cd000 - 0x34a4ffff MapKit armv7 <0aa2be229fc13ef091c124f5bdaff848> /System/Library/Frameworks/MapKit.framework/MapKit
    0x34b20000 - 0x34b22fff OAuth armv7 <c2a13b4c4dfd34efb60e89dafa87273c> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x34b3a000 - 0x34b46fff libCRFSuite.dylib armv7 <ea460e3f1ac338a9885d5752864dbffb> /usr/lib/libCRFSuite.dylib
    0x34b47000 - 0x34b6ffff AppleAccount armv7 <f7d060ae5a7834bea114e9a3a032d3e1> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x34b70000 - 0x34b73fff libmacho.dylib armv7 <d7f346d1c62d35b18fec919efc67eb84> /usr/lib/system/libmacho.dylib
    0x34b74000 - 0x34b77fff libsystem_network.dylib armv7 <48fe217ed667308bb9413c11f5b5b31d> /usr/lib/system/libsystem_network.dylib
    0x34b78000 - 0x34b91fff Twitter armv7 <f9fe42c3e54835ccb2685e92d94c62fe> /System/Library/Frameworks/Twitter.framework/Twitter
    0x34e07000 - 0x34e2afff MobileSync armv7 <f95bb1140fb730d09fe7d83cd1b2c78b> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
    0x34e6f000 - 0x34e75fff IAP armv7 <f6a99995c7de3db8a52e9a35aac063bc> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x34ea9000 - 0x34eadfff libAccessibility.dylib armv7 <ee734c0e964934a887a66d170270b114> /usr/lib/libAccessibility.dylib
    0x34eae000 - 0x34eb1fff libcompiler_rt.dylib armv7 <414332f9a55238bab2cbec323e0fc8da> /usr/lib/system/libcompiler_rt.dylib
    0x34ec5000 - 0x34f05fff libGLImage.dylib armv7 <9440420d838a382caa175399d74a5044> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x34f4f000 - 0x34f99fff CoreTelephony armv7 <7cb3680db3bb36a0b59b6d8e8cecf374> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x34fab000 - 0x34fdbfff ContentIndex armv7 <e610e7e8c8653d728dcc3c8fb471a994> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x34fdc000 - 0x35025fff libc++.1.dylib armv7 <ad15503487243836b7c296f3439ba0c1> /usr/lib/libc++.1.dylib
    0x3503e000 - 0x35048fff libbz2.1.0.dylib armv7 <28583efb9f1b38e7ae83c667b07dbd08> /usr/lib/libbz2.1.0.dylib
    0x350e6000 - 0x350ebfff MediaStream armv7 796b3dc17b13d96bf4d73e5575d52fa> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x350ec000 - 0x350f0fff libGFXShared.dylib armv7 <0a36fb9d60a43479943bafb2f81313b1> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x350f1000 - 0x351e1fff QuartzCore armv7 <c77ceeffd75e3bcc9df3bbe91e2dac98> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x351fc000 - 0x35221fff OpenCL armv7 <051a834ba5583f47876f0c8b9a1e3dda> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x35222000 - 0x35233fff AirTraffic armv7 <8b284911a8e13f30888a1285ce1bc769> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
    0x3524c000 - 0x3531cfff WebKit armv7 <b79a797a66723db89d6c2f89c0925cf8> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x35358000 - 0x35413fff AVFoundation armv7 <c971a925b82934f8881283aabb2992f5> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x3542e000 - 0x35477fff AddressBook armv7 <9ac3368232663b5786382e33c3773678> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x35478000 - 0x3549bfff PrintKit armv7 <279fb51deec3377ab9f820af2da4d915> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x35507000 - 0x3550dfff MobileIcons armv7 <2f4c13053206306996726629b0b7eb01> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x3550e000 - 0x3550efff LegacyHandle armv7 <ac83c57186803c4abda5cad99b34c317> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle
    0x35576000 - 0x35732fff ImageIO armv7 <df300f66a317352e92354a8a48af3453> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x35733000 - 0x358e4fff MediaPlayer armv7 <cbe01e9bfb593b3190c0122297e13f9f> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x358f8000 - 0x358fffff SimpleKeyExchange armv7 <c1bab4987c403296acff52b97d384cda> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
    0x35905000 - 0x35914fff GenerationalStorage armv7 <c581bffc87013530b3c2d017142395e6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x35943000 - 0x35948fff CrashReporterSupport armv7 <ae0aa5856c093beaa792b34cafaa55df> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x3595f000 - 0x35b3cfff AudioToolbox armv7 <59dd50551a893636b94bf4505a62ef97> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x35b5e000 - 0x35ba9fff CoreLocation armv7 <77f81f93c6483079b547b3552b0247d2> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x35baa000 - 0x35bfbfff libstdc++.6.dylib armv7 <dc2061145c1a3307829d4f3bfc547c1a> /usr/lib/libstdc++.6.dylib
    0x35bfc000 - 0x35bfdfff libsystem_blocks.dylib armv7 <4bb9797771d037879bec814fe750d86d> /usr/lib/system/libsystem_blocks.dylib
    0x35bfe000 - 0x35c03fff ApplePushService armv7 <2e620a6e8ee8387ba2771cfd7870c90e> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x35c68000 - 0x35c9bfff MIME armv7 <c1ab6129b28b30c2a21cf33775bdf1d7> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x35c9c000 - 0x35cbafff BulletinBoard armv7 <4d5c66a005fb33f797b98cacc8595eb6> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
    0x360d8000 - 0x360f0fff ChunkingLibrary armv7 <790821d1c99e34c0b966451ac3e596b3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x36113000 - 0x36136fff Bom armv7 <0e6087f75a81345ea81751197ccb712c> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x36158000 - 0x361a2fff libvDSP.dylib armv7 <d8489a4ce77933abac52394c43ff5513> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x361d3000 - 0x3642dfff MediaToolbox armv7 <f1f929e78e753147bb4a638e95d29669> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
    0x3642e000 - 0x364c5fff PhotoLibraryServices armv7 <b6cc71a6c91031f9981e4d90ee8795d2> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x364c8000 - 0x364e8fff libxslt.1.dylib armv7 <f37418b7e89137bba433677d61cd779d> /usr/lib/libxslt.1.dylib
    0x364e9000 - 0x364effff liblaunch.dylib armv7 <8d5c3270e68e3dbbb2a72efd71314bf6> /usr/lib/system/liblaunch.dylib
    0x36512000 - 0x36513fff DataMigration armv7 <4179a9f217a8300d93c14b6fd87e5c31> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x366dc000 - 0x366e2fff MobileKeyBag armv7 <18472eec0dfa3aa993f4ae7f34ec5c52> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x366fb000 - 0x366fffff libcache.dylib armv7 <607095842baf3c41be3127ed773582ea> /usr/lib/system/libcache.dylib
    0x36700000 - 0x36718fff TelephonyUI armv7 <fe6e36e955ce3fc8b2025758f6bde0c1> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
    0x3672b000 - 0x36731fff libnotify.dylib armv7 <19d7596821403d998017f03678d40514> /usr/lib/system/libnotify.dylib
    0x36769000 - 0x3683afff HomeSharing armv7 <c4e8aabb89c33e0187fefb71828e2c57> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x36853000 - 0x3686afff WebBookmarks armv7 <7995d012ffbe394fb16888649b1e9742> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x3686b000 - 0x368e4fff ProofReader armv7 <09d057676f6837cd9e7a735444b67e77> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x368e7000 - 0x368f8fff DataAccessExpress armv7 <2306f236fe113baba3934f1884d36a47> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x368f9000 - 0x368fcfff CoreTime armv7 <e2f02260f2a63359b9a0a47c69f59c9e> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x3692e000 - 0x36a2efff VideoProcessing armv7 <004091713a5731d7a84dcf07d77f8446> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
    0x36a42000 - 0x36a43fff libdyld.dylib armv7 <f1963e7ef64e39a58ec1e39ed7c74849> /usr/lib/system/libdyld.dylib
    0x36a44000 - 0x36a63fff libSystem.B.dylib armv7 <17803796ac1d31bdab85e651a74d5e0d> /usr/lib/libSystem.B.dylib
    0x36a64000 - 0x36a64fff vecLib armv7 <106ef8294b0d3c2d89e9230527846227> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x36a73000 - 0x36a73fff Accelerate armv7 <a62771c826753815a5cae96eaa60ffd7> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x36a7f000 - 0x36b59fff vImage armv7 <42a5e58ff1b9350cad90de36bd3ceb09> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x36b5a000 - 0x36b70fff EAP8021X armv7 f7bd850face343495b2c542ef63d44d> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x36b71000 - 0x36c37fff libobjc.A.dylib armv7 <d503b4ad04313023bbe76ededd30ed70> /usr/lib/libobjc.A.dylib
    0x36c49000 - 0x36c8cfff ImageCapture armv7 <7e3db7d98d42316f92ea1e8cf969da76> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
    0x36c93000 - 0x36d3dfff libBLAS.dylib armv7 <9aabff01422f3cb8960f93d11d2b6de1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x36d46000 - 0x36d4afff IOSurface armv7 <0f003f50b18e3dbf87607d819e0ac6b9> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x36e42000 - 0x36e4efff libz.1.dylib armv7 <8e4095644cc33c97aa5f9f0620387f88> /usr/lib/libz.1.dylib
    0x36e4f000 - 0x3700bfff MusicLibrary armv7 <b39c3a33756a37ec965230716c612e33> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x3700c000 - 0x370a4fff EventKit armv7 <77cfeb04c70c377aa484024bf2fbe980> /System/Library/Frameworks/EventKit.framework/EventKit
    0x3722c000 - 0x372b9fff libsystem_c.dylib armv7 <2eb267ac3b5e32b0a43a61ccb98e6dd1> /usr/lib/system/libsystem_c.dylib
    0x373ef000 - 0x37428fff VideoToolbox armv7 <49f9f09f23f7396b94a29bb1280759fe> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
    0x37429000 - 0x3745efff SystemConfiguration armv7 <68dbad71a3cc32e5941ad70820f88caa> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x3745f000 - 0x3749cfff FTServices armv7 <9defdfb8c14239638d3a8efc9c4382de> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x3749d000 - 0x375c1fff JavaScriptCore armv7 22e347adc08308ca55fc7de9598248c> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x375c2000 - 0x375d8fff libdispatch.dylib armv7 <86ed1499ae1e3f5ba389e657f6a23ced> /usr/lib/system/libdispatch.dylib
    0x375d9000 - 0x37d90fff WebCore armv7 <5a60e1e3f68331e5b426dd4dfeb3def8> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x37d91000 - 0x37dbbfff ACTFramework armv7 <480a714d9901392cabc55d10ed4485a7> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
    0x37e0c000 - 0x37f8afff Foundation armv7 <c1afe35de1f63b0db5b7ced0dec7163f> /System/Library/Frameworks/Foundation.framework/Foundation
    0x37f8b000 - 0x37fc7fff AppSupport armv7 <202262953e2d343cbf489fe1e308dba4> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x38006000 - 0x38033fff MMCS armv7 <164fe653ba3736c0a2e6abb5833c124f> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x381d0000 - 0x381d7fff libc++abi.dylib armv7 <f769ce305c3033ee90e8c2ecc4846619> /usr/lib/libc++abi.dylib
    0x38238000 - 0x3824cfff PersistentConnection armv7 <47b0ba3bcfd230a192119445de86cef1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x38271000 - 0x3831dfff MediaControlSender armv7 <4c0982b21ecf35aead8e0bef55d842b0> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
    0x3831e000 - 0x3834afff libtidy.A.dylib armv7 <f0eca72c10c537fa89b17fd97e003faf> /usr/lib/libtidy.A.dylib
    0x38389000 - 0x38390fff ProtocolBuffer armv7 <00599097fff03d02896974966dee6dda> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x383a4000 - 0x383affff GraphicsServices armv7 <08bfaa5766853884a09cd70f5ae37017> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  5. #5
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't build for iOS5

    Got past the SIGABRT error now, the problem seems to be with Xcode, which I've commented on in the other thread.

    Back to the original problem, if I jump over the line that gives the error my app starts but I am missing an active object which has an alpha channel that I stretch to the size of the screen (480x320) which is also on a second layer. I think it's safe to assume it is related to skipping this instruction so I'll wait until I have the fix to test this part again.
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  6. #6
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Can't build for iOS5

    The recent betas of iOS5 didn't show these errors. We are currently working as fast as we can on resolving this issue.

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: Can't build for iOS5

    That is really appreciated Andos.

    Could you perhaps give me some idea what is the current best situation for a user then, and then we can perhaps post some information about it in the iOS thread...

    I don't fully understand the problem, is it putting iOS5 on the device, updating to the latest SDK or updating to the latest iOS MMF build.

    Thanks

    Jason

  8. #8
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't build for iOS5

    My problem started when I upgraded my iTouch to iOS5, then Xcode would not compile as my SDK supported up to 4.3. I upgraded my Xcode and then I started to have these problems on most applications. The odd one (at first) sometimes compile but this is before I do anything complicated.

    Thanks Andos, good to hear you're on top of this problem. I'm sure people (me included) will appreciate an emergency patch.

    I'm trying to run my apps on an iTouch 2nd gen device as well, it has iOS 4.2.1 which was working before with MMF created Xcode projects but unfortunately with the latest Xcode it will no longer run the apps I build. I get the these errors:

    unknown lockdownd[21] <Error>: 2ff68000 handle_connection: Could not receive USB message #6 from Xcode. Killing connection

    And googling seems to suggest an armv6 and armv7 issue, which I've got set in MMF's properties...

    http://stackoverflow.com/questions/7779002/xcode-build-succeeded-but-not-run-on-iphone

    I also get these messages at the end of the device logs if it means anything to you:

    Sun Oct 16 10:16:03 unknown com.apple.mobile.lockdown[21] <Notice>: Could not receive size of message
    Sun Oct 16 10:16:03 unknown /Developer/Library/Daemons/DTFetchSymbols[128] <Notice>: Found paths:
    Sun Oct 16 10:16:03 unknown /Developer/Library/Daemons/DTFetchSymbols[128] <Notice>: /usr/lib/dyld
    Sun Oct 16 10:16:03 unknown /Developer/Library/Daemons/DTFetchSymbols[128] <Notice>: /System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv6

    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  9. #9
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't build for iOS5

    iTouch 2nd Gen issue - I think the information in that link I posted above is correct. When I look at the build settings in Xcode it shows only Standard (armv7) in the Architectures property ($(ARCHS_STANDARD_32_BIT)) and there's no other setting for armv6.

    Could this be the problem Andos? I have no idea how to set this up myself ;-p
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AyreGuitar's Avatar
    Join Date
    Jan 2011
    Location
    Wales, UK
    Posts
    1,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Can't build for iOS5

    AndyH - I was about to update to latest XCode and iOS5, but your posts have put me off ;-) Can you tell me which XCode you updated to? Was it the GM seed version?
    Hope you get it sorted soon!

Page 1 of 2 1 2 LastLast

Similar Threads

  1. iOS5 Questions
    By JasonDarby in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 31st October 2011, 01:21 PM
  2. iOS5 and Home + Caches
    By AndyH in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 17th October 2011, 05:49 PM
  3. Issue with strings, ini and calculations in ios5
    By Raudaschl in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 14th October 2011, 02:14 PM
  4. iOS5 beta and accelerometer object
    By xhedgehogx in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 8th September 2011, 08:32 PM
  5. iOS5 Compatibility...
    By Ribrob in forum iOS Export Module Version 2.0
    Replies: 8
    Last Post: 23rd July 2011, 01:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •