User Tag List

Results 1 to 4 of 4

Thread: Xcode Problem

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Jun 2009
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Xcode Problem

    Hey, so I followed the guide for "Building IOS Applications" and when I try to open the project with xcode it doesn't work. I have Xcode 3.1.2 and when i try to open it it says cannot open because it cannot be parsed. I sent the file to a friend who has Xcode 4.1 and his won't open either. Internal logic error or something like that. Anyone know what the problem is?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)

    Join Date
    Apr 2007
    Location
    Australia
    Posts
    1,152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Xcode Problem

    What guide are you following, and at which part does it go wrong?

    Just for clarity, steps to build and open a project in xcode are:

    Set build type in MMF to iOS xcode project (NOT application, if haven't already started a project).

    Build -> It will output a zip file, you should copy this across to your Mac and unzip it.

    Inside the unzipped folder there will be a file called "Yourprojectname".xcodeproj

    Double click it, and it should open in xcode.

    From there you can run it in the simulator or on a device.

    After it's all working fine, if you want to make any quick changes to the xcode project, change the build type in MMF to "iOS application" instead of the project.

    When you build it this time, it will ask you to save an "Application.cci". Just copy this file, once built, over to the unzipped directory which contains your xcode project and overwrite the old Application.cci.

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Jun 2009
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Xcode Problem

    Ok thanks, but the problem is, when I double click on "yourprojectname".xcodeproj it wouldn't open, but I finally fixed that. But now when I try to build it from there, it says uikit doesn't exist...

  4. #4
    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: Xcode Problem

    Possibly a problem with your XCode install - you might want to try downloading one of the sample files from the iOS Dev Center and make sure you can run it using the simulator first, just to be sure. I remember reading recently some people had problems installing XCode 4 using Lion OS.

    Good luck!

Similar Threads

  1. Xcode problem
    By roro35bzh in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 20th August 2013, 06:19 AM
  2. exporting ios xcode project problem
    By Chokito in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 7th May 2013, 03:04 PM
  3. Problem with supported architectures on XCode
    By paobrasil in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 24th December 2012, 06:50 PM
  4. Strange new problem in xcode - armv6
    By iamjot in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 17th December 2012, 07:12 AM
  5. Problem with iOS final Xcode project
    By Hristos in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 6th October 2012, 12:16 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
  •