XCode version required for InDesign CS5

I am using XCode (version 3.2.2) to build projects . Although SDK sample projects are getting build  correctly ,but project created using DollyX gives many errors.
Can anybody tell me does CS5 supports my XCode version . In porting guide it is specified that InDesign CS5 still requires Xcode 3.1.3.
So do I require that.

Hello,
I am using 3.1.
P

Similar Messages

  • What is the activation code for InDesign CS5?

    What is the activation code for InDesign CS5?

    We've recently upgraded to CS5 and they are requiring an activation/authorization to continue using the program.

  • What kind of laptop would recomend for InDesign CS5?

    I am trying to buy a Toshiba Laptop Satellilte P750-BT4G22
    Intel Core i7, 1G NVIDIA, 6GB memory, 640 GB HD
    Would this work for InDesign CS5?

    Any laptop really would work. Your laptop seems more than capable. It helps if it has a nice processor and a good amount of ram, which you do, but I have found InDesign is rather friendly
    and most people can run the software easily. Also, screen size may matter to you for ease of use.
    Here are receomended specs for InDesign from Adobe:
    Windows
    Intel® Pentium® 4 or AMD Athlon® 64 processor
    Microsoft® Windows® XP with Service Pack 3 or Windows 7
    1GB of RAM (2GB recommended)
    1.6GB (1.3GB for InCopy) of available hard-disk space for installation; additional free space required during installation (cannot install on removable flash-based storage devices)
    1024×768 display (1280×800 recommended) with 16-bit video card
    DVD-ROM drive
    Adobe® Flash® Player 10 software required to export SWF files
    Some features in Adobe Bridge rely on a Direct X 9-capable graphics card with at least 64MB of VRAM

  • What are the versions required for JBOSS,JDK and ORACLE to setup the ATG 10.2.

    Hi Folks,
    Could you please share, What are the versions required for JBOSS, JDK and ORACLE to setup the ATG 10.2.
    Thank you.

    In case you don't have access to MOS :
    JBOSS : 5.1.2 EAP
    JDK : 1.6.0_38
    ORACLE :
    Oracle Exadata5
    Oracle 10gR2 (10.2.0.3)
    Oracle 10gR2 RAC (10.2.0.3)
    Oracle 11gR2 (11.2.0.2.0)
    Oracle 11gR2 RAC (11.2.0.2.0)

  • What is the Java runtime version required for SAP GUI 6.20 for Windows?

    Hi All,
    I need the following information:
    1.       What is the Java Runtime version required for SAP GUI version 6.2 for Windows (Platform Windows XP)?
    2.       And is there any problem if we use Java runtime version 1.6 on PC?
    It would be great if anybody can provide the information on the above.

    To run SAP GUI for WIndows -- Java isnt a pre-requisite nor is there any dependency for the same.
    Thanks,
    GLM

  • DPS Tools for InDesign CS5 / CS5.5

    Hi everyone.
    Can't find download link of DPS Tools for InDesign CS5 / CS5.5. on Adobe site.
    We plan to use CS5/CS5.5, cause we use  WoodWing Enterprise in production.
    Anyone can help us to download latest builds for CS5/CS5.5?
    Thanks
    Thanks

    Hi Tomek
    I know about that, but WoodWing customer can still use InDesign CS5/CS5.5.
    Quote from dps-faq-indesign5and5.5: 
    >>>
    How did this product change impact me if I am a WoodWing or vjoon K4 customer?
    WoodWing and vjoon K4 pure EWS customers see no impact. WoodWing and vjoon continues to work for InDesign CS5 and CS5.5, however the creation of folios will be capped at v31. Pure refers to the vjoon customers using only the vjoon K4 user interface that do not also use the folio builder panel.
    Hybrid WoodWing and K4 customers (those that do not disable Folio Builder panel and those using the Overlay Creator panel) are impacted. The Folio Builder Panel no longer functions in CS5 and CS5.5. v31 will be the last release for Overlay Creator panel and the Digital Publishing plugin for CS5 and CS5.5. There will be no updates or bug fixes to the Overlay Creator panel or Digital Publishing plugin for InDesign CS5 and CS5.5.
    <<<
    So we  need to download  v.31 tolls.
    Could you help me  with that?

  • Is there one-on-onePrepress help in Denver Colorado for InDesign CS5?

    Is there one-on-one Prepress help in Denver Colorado for InDesign CS5?

    What sort of help are you looking for?
    Thanks,
    Stephen
    http://sterlingcomputing.com

  • Cross reference or hyperlinking not working for InDesign CS5 Book to ePub

    I cannot get hyperlinks or cross reference links to work when generating an ePub from InDesign CS5. (7.0.0.355, Mac OS 10.6.2)
    Here's how to recreate a simple test demonstrating the issue.
    1. Create a new InDesign Book (File -> New -> Book)
    2. Create document one (File -> New -> Document)
    3. Create a text box and type "Table of Contents"
    4. Create document two (File -> New -> Document)
    5. Create a text box in it and type "Story One"
    6. Create a new paragraph style and assign it to the Story One text
    7. Save document 2. I just kept the name Untitled-2.xhtml
    8. Back in document 1, add a cross-reference and select document 2, the style you created, and then "Story One". "Story One" should now appear under the previously typed Table of Contents text, and when highlighed, should show it is an active cross reference in the Hyperlinks panel.
    9. Save document 1. I just kept the name Untitled-1.xhtml
    10. Add both documents to the Book and save the book.
    11. From the Book panel, select Export Book to EPUB...
    12. Save the epub file and open it in Adobe Digital Editions.
    Note that the text "Story One" appears as a hyperlink but when clicked does not switch to the document 2. It does nothing apparent when clicked.
    Looking at the XHTML source for the first document, it is immediately evident why. The filename for document 2.thml is missing.  It looks like this: <a href="#anchor-anchor">
    When it should be : <a href="Untitled-2.xhtml#anchor-anchor">
    The same thing works if you create a hyperlink instead of a cross reference.
    I note then when I use the option to go to the destinate reference in the Cross Link (hyperlink) panel, it does switch to the second InDesign docuemtn. So the cross reference is functioning (in InDesign). But the link is broken in the ePub for the above mentioned reason.
    Bug? Something I'm overlooking?
    Entire source of Untitled-1.xhtml:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Untitled-1.xhtml</title>
    <link href="template.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="untitled-1">
    <div class="generated-style">
    <p class="basic-paragraph" xml:lang='en-us'><span class="no-style-override">Table of Contents</span></p>
    <p class="basic-paragraph" xml:lang='en-us'><span class="no-style-override"><a href="#anchor-anchor">“story one”</a></span></p>
    </div>
    </div>
    </body>
    </html>

    As far as I can tell, it has NOT yet been fixed in CS5.5.  I'm having the same problem.  I have about 90 hyperlinks to fix.
    And the explanation that Teus Dejong gives indicates it's not going to be that helpful:  "we have found that only the links in documents split by the CS5 exporter will be fixed. For books the script does only work for references to earlier documents in the book, not for forward references. This means in practice that for most books the script will not repair the links and should be seen as a means to add the year only. At the moment I see no way to repair this, because the book epub output of InDesign does not contain sufficient information to repair links referencing forward to others documents in a book."
    It's pretty discouraging.

  • System requirements for InDesign CS6

    Hi,
    I currently use InDesign CS5 but need to upgrade to CS6. My computer uses Intel Core2 Quad CPU Q9400 @2.66 GHz with 3.0 GB RAM.
    Accoring to Adobe, CS6 requires a Pentium 4. My computer runs on Windows XP with the 3.0 Service pack and uses 32 Bit.
    Based on my research, it seems the Intel Core2 Quad CPU is powerful enough to do the job.
    Will my computer be able to handle the upgrade to CS6?
    Thanks for your help.
    Ed

    Bob,
    I just moved up to CS6. Photoshop ran great as well as Illustrator and Bridge. InDesign would get to the "starting up service registry" and fail. Every time.
    I did everything I know to do. Rebuild prefs, remove plugins (not that there were any on a one day old install) so I got on support chat.
    After hours they decide that Vista in not a supported OS. Fine I need to upgrade anyway.
    I now have WIN 7 Ultimate installed... SAME error!
    I am at a total loss.
    The only thing I can think of is the processor. Intel Core2 Quad Q6600 @ 2.40
    4 gigs of RAM on a 32 bit OS.
    I know if I go 64 I can have the world... but I would also need to buy all new software.
    So any idea what is going on?
    I hate to spend $50 a month on software I can't use (indesign is my most used program).
    Thanks in advance Chris

  • Where is product key for InDesign CS5 located in Mac Osx?

    Hello Adobe Community,
    So this is the context:
    Our only Mac in head office is unable to boot up into OSx, I took it to the Genius bar to troubleshoot and they said to wipe the hard drive and re install OSx which is fine except that I need the InDesign CS5 product key off of it. We don't have the product key written down anywhere or the original software/box it came with and also, I don't know which email address InDesign is registered to because it was installed years before I was hired. But I am able to access the hard drive on the Mac and see all the files by booting off an OSx on my USB key. So my question is: does anyone know the file or where I can find the product key on the hard drive?
    I'm hoping someone has run into a similiar problem and has a magical answer!
    Thanks in advance!

    Do you still have the original proof of purchase (CS5 was released in April 2010)? E.g. check who you purchased the software through as well. Depending on the license type the supplier might even be able to assist with the S/N if they recorded it. Also if the serial number was registered against a company name, support might be able to retrieve this for you based on the domain name, but you'd need to at least have proof of purchase is my guess. (Generally they'd ask for a copy of the installer media as well to show that you have the original installer CDs/DVDs).
    I'd definitely try contacting Adobe Customer Support:
    http://helpx.adobe.com/contact.html
    Let us know how you go.
    Cari

  • Which Oracle Workflow version required for Oracle Warehouse Builder 92

    Hi,
    I have Oracle Database 9i and OWB 9.2. I want to install Oracle Workflow, which version is required for OWB 9.2.
    Help required from anybody in this matter.
    Thanks
    Liyakat

    Goodmorning Liyakat,
    Simply get the latest version, 2.6.3 that is for my platform.
    There's an interesting and informative document on that on Mark Rittman's site, check the following link: http://www.rittman.net/archives/000770.html
    Good luck, Patrick

  • JRE version requirement for browser based Webtop connections ?

    I've been looking but I can't see a documented require version number for JRE for SGD browser webtop connections.
    Can anyone point me in the direction of something that says 'must use JRE 1.5 or higher' or something like that ?
    Edited by: Slimm on Feb 29, 2008 1:25 AM

    This is covered in the Release Notes for each version. e.g.
    [SGD version 4.4 release notes|http://docs.sun.com/source/820-2548/chapter1.html#d0e1108]

  • Won't accept serial no. for InDesign CS5 when trying to upgrade to CS6. What to do?

    I own InDesign CS5 (single product, not part of a suite) and I'm trying to upgrade to CS6, which I just bought. When prompted for the serial no. for CS5 the installer won't accept it; it says it is not a qualifying product. I have double-checked the serial number at My Adobe account – it is correct. Please help!

    Please refer : http://helpx.adobe.com/creative-suite/kb/error-serial-number-qualifying-product.html

  • Which xcode version works for OS X 10.7.5?

    I'm a web designer and I'd like to learn how to create simple apps for iPad and iPhone so I decided to install xcode but the current version is only supporting OS 10.8.4 or later. I'm working on Mac OS X 10.7.5.
    Which version of xcode works best for OS 10.7.5 and where can I get it?
    I'm new to xcode and not sure where to start so I'd appreciate any help and suggestion. Thank you.

    Xcode 4.6.3 is available on Apple's Developer Downloads site - you will need to at least be registered as a developer for access.

  • DB version required for Content DB install on windows 2000/2003

    Hello,
    I looked at the certification matrix for content db and regarding the database it looks strange :
    o Oracle RDBMS 11.1.0.6.0 (or higher) (see Note#1)
    o Oracle RDBMS 10.2.0.2 (or higher)
    o Oracle RDBMS 10.1.0.5 (or higher)
    I don't know what version should I download in order to install on windows 2000/2003.
    the single version available for windows (with the required version number) on the download page of the database is
    "Oracle Database 10g Release 2 (10.2.0.3) for Microsoft Windows Vista"
    which is built especially for Vista. or is it ok to use it for 2000/2003 ?
    for example in 10g release 1 I don't see any version >= 10.1.0.5. the greatest is 10.1.0.3. is it normal ? or do I misunderstood something ?
    thanks,
    Florin

    We had a similar problem when trying to pre-install the JRE, then run a web page with an applet in it. Apparently there is a bug in the JRE installer (1.3.1_01) that puts extraneous values into the registry (it's in the bug database somewhere). As a work-around, you can delete those values out of the registry. I had to do this in our installer with a simple C++ program.
    Delete the INF values under:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{8AD9C840-044E-11D1-B3E9-00805F499D93}\DownloadInformation
    and
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution Units\{CAFEEFAC-0013-0001-0001-ABCDEFFEDCBA}\DownloadInformation
    ('0013-0001-0001' <==> JRE 1.3.1_01. Replace with your version)
    Hope this helps!

Maybe you are looking for

  • Error deploying new portal logon page

    Hi Gurus, I'm getting an error deploying my new portal logon page. I've made teh necessary changes to the portal.logon.par.bak file. I've rename it and made the necessary changes in config tool. i've created a new autoscheme_test.xml file and have as

  • Function Module "SO_OBJECT_SEND" not working in ECC6

    Hi experts, We have upgraded our SAP version from 4.6c to EEC6, in 4.6C one of our Z program has used function module u201CSO_OBJECT_SENDu201D for sending mails to external user.  But the same prog throws error in SOST "Message cannot be processed as

  • Adobe reader does not open usage right enabled files in Ubntu 8.0.4

    I have a series of pdf files with the usage right enabled in adobe acrobat. When I try to open them in linux Ubuntu 8.0.4 the adobe windows flashes for a second and the disappears. I tried to run the command in a terminal but it doesn't give me any e

  • Connector replacement?

      Bought an MSI G4Ti4200-VTP8X and it was missing the tv-out/video-in 1-to-4 connector... I don't want to return it as I already got rid of my old Radeon8500 and dont have another board to use... is there anywhere I could pick up a replacement connec

  • Can't Pair iPhone to iPad using Personal Hotspot

    Hello. I have an iPhone3GS and an iPad (WiFi only). I recently updated my iPhone to use the new 4.3 software and see that it now has the "Personal Hotspot" option. I called AT&T and activated the functionality. However, it appears that I can only use