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

      I have a job that builds multiple IPA files, I have noticed in the workspace after a build only one IPA file exists, if I look at the workspace during a build I see other IPA files, but only one exists at a given time.

          [JENKINS-19924] Removes previous .ipa files

          the same thing happens to me - is there any way to distinguish the ipa names for different targets?

          Miroslav Kutak added a comment - the same thing happens to me - is there any way to distinguish the ipa names for different targets?

          lacostej added a comment - - edited

          Is this still the case ? The project is supposed to be able to multiple IPAs. Can you describe your config a bit more ?
          Are you using multiple xcode build steps in one job ? Then yes, this could cause it because we do something like

          for (FilePath path : ipaOutputPath.list("*.ipa")) {
              path.delete();
          }
          

          lacostej added a comment - - edited Is this still the case ? The project is supposed to be able to multiple IPAs. Can you describe your config a bit more ? Are you using multiple xcode build steps in one job ? Then yes, this could cause it because we do something like for (FilePath path : ipaOutputPath.list( "*.ipa" )) { path.delete(); }

            Unassigned Unassigned
            ashtonwilliams Ashton Williams
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: