User Tag List

Results 1 to 3 of 3

Thread: Cannot open xcode file

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleXNA Export ModuleInstall Creator Pro
    Shadeve's Avatar
    Join Date
    Aug 2011
    Location
    GA USA
    Posts
    228
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Cannot open xcode file

    I've made a lot of apps so i know how the process works and all and xcode and MMF2 are both updated. But recently i made an app and when i open it with xcode it says Project (file path) cannot be opened because the project file cannot be parsed. Anyone know how to fix that?

  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)
    Try this (found via google search)

    Right click on your projectname.xcodeproj file here projectname will be the name of your project. Now after right clicked select Show Packages Contents. After that open your projectname.pbxproj file in a text editor. Now search for the line containing <<<<<<< .mine, ======= and >>>>>>> .r. For example in my case it looked liked this

    <<<<<<< .mine
    9ADAAC6A15DCEF6A0019ACA8 .... in Resources */,
    =======
    52FD7F3D15DCEAEF009E9322 ... in Resources */,
    >>>>>>> .r269
    Now remove those <<<<<<< .mine, ======= and >>>>>>> .r lines so it would look like this

    9ADAAC6A15DCEF6A0019ACA8 /* BuyPriceBtn.png in Resources */,

    52FD7F3D15DCEAEF009E9322 /* discussionForm.zip in Resources */,
    Now save and open your Xcode project and build it. Everything will be fine.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleXNA Export ModuleInstall Creator Pro
    Shadeve's Avatar
    Join Date
    Aug 2011
    Location
    GA USA
    Posts
    228
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I'll try that, but why would it be showing this error now? The only thing i've done different is use MMF2 developer instead of just MMF2 and ive added iads and in app purchases

Similar Threads

  1. Invalid CCI file format in Xcode
    By RoguePixel in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 17th December 2013, 03:44 PM
  2. Archiving file in xcode - size jump
    By Ramses in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 27th June 2012, 06:34 AM
  3. Xcode doesn't like apostrophes in your file name
    By colej_uk in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 19th January 2012, 10:42 PM
  4. How do I open a PDF file?
    By mdlm in forum The Games Factory 2 - Technical Support
    Replies: 14
    Last Post: 21st June 2010, 12:27 AM
  5. Cannot open include file: 'windows.h': Nosuch file
    By JasonDarby in forum Extension Development
    Replies: 12
    Last Post: 11th February 2007, 11:12 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
  •