User Tag List

Results 1 to 4 of 4

Thread: iOS Xcode Build Failed Blank App

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    iOS Xcode Build Failed Blank App

    Hi,

    I am using Fusion 2.5 Dev and iOS export module on a Windows 8.1 64 bits, when I build in Fusion 2.5 a blank application it creates the zip file.

    I moved it to a Mac OS X 10.6.8 Snow Leopard Desktop with Xcode 3.2.6 and iOS SDK for 4.3, unziped and opened the ___.xcodeproj
    When I pressed "Build and Run" I got 55 Warnings and 77 errors most of them:

    error: Expected unqualified-id before "++" token
    Related to line
    id++;

    error: Expected unqualified-id before "=" token
    Related to lines:
    id=(int) [pArray get:n];
    id=( ((int)pHo->hoCreationId)<<16)|(((int)pe->evtIdentifier)&&0x0000FFFF); //;Prend le numero de l'objet en collision

    error: Cannot find protocol declaration for 'NSURLConnectionDelegate'
    Related to line:
    @interface CRunGet : CRunExtension <NSURLConnectionDelegate>

    error: invalid conversion from 'int' to 'UILineBreakMode'
    Related to lines:
    CGSize size = [text sizeWithFont:[font createFont] constrainedToSize:CGSizeMake(maxWidth, 100000) lineBreakMode:0];

    error: request for member 'showsCompletionBanner' in 'achievement', which is of non-class type 'GKAchievement*'
    Related to lines:
    achievement.showsCompletionBanner=YES;

    error: invalid conversion from 'int' to 'UILineBreakMode'
    Related to lines:
    CGSize size = [title sizeWithFont:[titleFont createFont] constrainedToSize:CGSizeMake(1000, 100000) lineBreakMode:0];

    error: invalid conversion from 'int' to 'UIButtonType'
    Related to lines:
    button=[UIButton buttonWithType:type+1];

    and much more.

    Why am I getting all this errors?

  2. #2
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,458
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    You should update your XCode version, we do not support such old versions any longer (and neither does Apple in their App Store).

    The latest official version of XCode is Version 5.1.1 (5B1008).

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Andrers,

    Thanks for the reply, I'll have to get new hardware for this project.

  4. #4
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    Can't you just update Xcode ?

Similar Threads

  1. Build Failed even on Blank App
    By cannonball in forum Android Export Module 2.5
    Replies: 3
    Last Post: 7th July 2014, 01:35 PM
  2. compilation failed in XCode 5.1 IOS 7
    By arthurh in forum iOS Export Module 2.5
    Replies: 18
    Last Post: 24th March 2014, 10:05 AM
  3. Build failed
    By Farhan in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 9th April 2013, 06:09 PM
  4. [RC7] BUILD FAILED
    By Pharanygitis in forum Android Export Module Version 2.0
    Replies: 7
    Last Post: 29th March 2013, 01:44 PM
  5. Blank Screen after initial Build & Run
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 12th March 2012, 04:52 AM

Posting Permissions

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