Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-21375

XCode 5 needs more parameters to store xcarchive

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • xcode-plugin
    • None

      If you use XCode 5 you need to add -archivePath ${WORKSPACE}/YourApp.xcarchive to save the xcarchive. Otherwise non is stored.

          [JENKINS-21375] XCode 5 needs more parameters to store xcarchive

          John Doe added a comment -

          This is also an issue with Xcode 6. I'm not sure what "Generate Archive" is supposed to do if it's not to save out an archive. It does cause the .ipa creation to fail (if selected) and the build output directory is set. I can't see how to get a .xcarchive file with it either way.

          John Doe added a comment - This is also an issue with Xcode 6. I'm not sure what "Generate Archive" is supposed to do if it's not to save out an archive. It does cause the .ipa creation to fail (if selected) and the build output directory is set. I can't see how to get a .xcarchive file with it either way.

          It's not that it's not created, rather it is created in a different path:
          /Users/YourUser/Library/Developer/Xcode/Archives
          http://stackoverflow.com/questions/8722633/generate-xcarchive-into-a-specific-folder-from-the-command-line

          Ohad Schneider added a comment - It's not that it's not created, rather it is created in a different path: /Users/ YourUser /Library/Developer/Xcode/Archives http://stackoverflow.com/questions/8722633/generate-xcarchive-into-a-specific-folder-from-the-command-line

          And regarding the archivePath flag, you can simply set it yourself in the Custom xcodebuild arguments field.

          Ohad Schneider added a comment - And regarding the archivePath flag, you can simply set it yourself in the Custom xcodebuild arguments field.

            Unassigned Unassigned
            devtribe Daniel Kopp
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: