User Tag List

Results 1 to 8 of 8

Thread: Can you replace cci file in final xcode project?

  1. #1
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Question Can you replace cci file in final xcode project?

    I am wondering how I can speed up my development so I don't have to redo everything in xcode for every iteration or update.
    Is it possible to build your project as a final xcode project, and then if you want to make an update in the future to the game you can just build the cci file and replace with that and upload the new version to the store? (as long as I have not added any new extensions to the game) Or can you only replace the cci when building as a regular xcode project in developement?

    I am unsure what is the best and smoothest method. It is a real pain now to have to redo so much things in xcode.

  2. #2
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    the short answer is YES and that is the way is done here, BUT if you add a new extension final project will do require to be updated.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #3
    Clicker Fusion 2.5Fusion 2.5 MaciOS 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)Universal Windows Platform Export Module (Steam)
    advaith's Avatar
    Join Date
    Jun 2015
    Location
    SF Bay Area, California, USA
    Posts
    1,324
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

  4. #4
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Thank you. What if I change some values in an extension, for example if I change out the id values in an object? Would that information be transfered with the cci file? Also if I remove an extension, should I also build a clean project folder?

    Also if this works with cci for building and replacing in the "Final xcode project", why even use and build the regular "xcode project"? What is the differance between them two?

  5. #5
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    all information including your sounds are inside cci, so you can only build.

    Even if you delete an extension this one will not be called during execution, but don't leave it there as final building since you will leave a dead code inside your game/application.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  6. #6
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    The simple answer is that ALL extensions are included in the normal Xcode project zip. Final Xcode project only includes the extensions you had in your project mfa when you exported the Xcode zip file. The cci includes all your art, sounds and code. This is why you can just export cci files if you made code, art or sound changes.

    If you get a new beta, you need to re-export a whole project zip again ( either normal or final).

  7. #7
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    "The cci includes all your art, sounds and code."

    I assume that it also included changes made the extensions though? Like for example if you change the id number in an extension like the chartboost object or the inapp object?

  8. #8
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Correct. All changes to your existing project components are updated. You only need to re-export a project if you add NEW extensions.

Similar Threads

  1. Xcode gives error Project File Cannot be Parsed
    By advaith in forum iOS Export Module 2.5
    Replies: 2
    Last Post: 17th June 2015, 02:49 AM
  2. Xcode gives error Project File Cannot be Parsed
    By advaith in forum Fusion 2.5
    Replies: 1
    Last Post: 14th June 2015, 09:25 PM
  3. Replies: 2
    Last Post: 11th March 2015, 06:24 PM
  4. Difference Between "IOS Application" and "IOS final Xcode Project"
    By Decoamorim in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 31st May 2013, 09:36 PM
  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
  •