Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Xcode project separate builds?

    SDK Help
    0
    3
    225
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      On 22/08/2013 at 05:22, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R13+ 
      Platform:      Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      On my MacBook, I have installed Xcode 4.6.3 and used the R13 (for now) cinema4dsdk xcode project as a template for my plugin but instead of one composite build for 64 and 32 bit, it has individual builds for each.  Is this how it works now with Xcode or is this new to R13+ in Xcode?  Is there some way to get it to make the composite build?

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        On 23/08/2013 at 03:30, xxxxxxxx wrote:

        And to qualify: No, I cannot install 3.2.6 (nor do I want to go through the frustrating process that might make it possible).  I am on OS 10.8.

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          On 25/08/2013 at 03:29, xxxxxxxx wrote:

          Originally posted by xxxxxxxx

          <ADDRESS>
          User Information:
          Cinema 4D Version:   R13+ 
          Platform:     
          Mac OSX  ; 
          Language(s) :    
          C++  ;

          ---------
          </ADDRESS> On my MacBook, I have installed Xcode 4.6.3 and used the R13 (for now) cinema4dsdk xcode project as a template for my plugin but instead of one composite build for 64 and 32 bit, it has individual builds for each.  Is this how it works now with Xcode or is this new to R13+ in Xcode?  Is there some way to get it to make the composite build?

          If you use the R13 SDK, it will create 32 & 64 builds in Release mode (and that is automatically put into one dylib). In debug you can decide if you want a 32 or 64 bit build (to speed up the build process we avoid creating all versions).

          Note that R14 doesn't support 32 bit anymore and that even for R13 it doesn't make sense to support 32 bit these days from my pov. The only Macs just supporting 32 bit had been the (first) 2006 MacBook and the Mac mini (with the Core Solo cpu), if memory serves me well.

          Best regards,

          Wilfried

          1 Reply Last reply Reply Quote 0
          • First post
            Last post