Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7278565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:53:30+00:00 2026-05-28T22:53:30+00:00

I have a Run Script phase on my target that renders a PDF manual.

  • 0

I have a “Run Script” phase on my target that renders a PDF manual. I want to include this manual in my Xcode archive of the product.

How do I tell Xcode from a script what files to add to its archive during the Archive phase?

Currently, the script places the PDF in BUILT_PRODUCTS_DIR, but this appears not to suffice.

xsltproc -o >(fop -fo - -pdf "$BUILT_PRODUCTS_DIR/doc/$TARGET_NAME.pdf") \                                                                                                                                                       
    --stringparam use.extensions 0 \ 
    --stringparam fop1.extensions 1 \ 
    --stringparam draft.mode no \
    --stringparam admon.graphics 1 \ 
    --stringparam admon.graphics.extension .svg \
    /opt/local/share/xsl/docbook-xsl/fo/docbook.xsl \
    "$TARGET_NAME/manual.xml"
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T22:53:31+00:00Added an answer on May 28, 2026 at 10:53 pm

    You can add a post build script to the Archive action, using the ARCHIVE_PRODUCTS_PATH environment variable.

    1. Select the Product menu > Edit Scheme
    2. Expand the Archive action
    3. Add a post action run script:

      cp "/path/to/some/file" "${ARCHIVE_PRODUCTS_PATH}/somefile"
      

    Your file will be included in the archive, you can see it by showing the package contents of the archive, or sharing the built products of the archive.

    You can see all the environment variables available by adding a run script that runs printenv then checking the output in the Console application in system.log.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Run Script phase configured for my project's target. It is run
I have a zsh script that I want to run such that it also
I have this mail script I have to run a few times. To start
I have a form which on submit I want to run a script via
I have a shell script file (run.sh) that contains the following: #!/bin/bash %JAVA_HOME%/bin/java -jar
I have a python script that works great when run by itself. Based on
I have to run this script: /scripts/saveData.rb And in it, I need to use
I have a shell script that I would like to run at the end
How do I have a script run every, say 30 minutes? I assume there
I need to run a script and have access to the default stdin (terminal

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.