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

xcode integration ipa file name is not change

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

      after updated xcode version,

      ipa file name is not same input name in ipa file name pattern.

      it's name is app bundle name.

       

          [JENKINS-63763] xcode integration ipa file name is not change

          zhiyuan zhang added a comment -

          I also encountered the same problem

          zhiyuan zhang added a comment - I also encountered the same problem

          zhiyuan zhang added a comment - - edited

          arksh

          You can execute the following shell command to rename ipa after the build is complete
          I found that the naming of the dSYM compressed package is effective
          This is how I did it, hope I can help you.

           

          cd ${WORKSPACE}/build/Ios/build/Debug-iphoneos/ipa
          ls *dSYM.zip |awk -F "-dSYM.zip" '{print "mv ""xxxxx.ipa"" \""$1$2".ipa\""}'|bash
           

          zhiyuan zhang added a comment - - edited arksh You can execute the following shell command to rename ipa after the build is complete I found that the naming of the dSYM compressed package is effective This is how I did it, hope I can help you.   cd ${WORKSPACE}/build/Ios/build/Debug-iphoneos/ipa ls *dSYM.zip |awk -F "-dSYM.zip" '{print "mv ""xxxxx.ipa"" \""$1$2".ipa\""}'|bash  

            Unassigned Unassigned
            arksh seokhwan kong
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: