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

      When building an iOS 7.0 deployment target project with asset catalog the build fails to code sign.

      > Codesign check fails : /Users/iosbuildmaster/Jenkins/Home/jobs/Nordea Bedrift - iOS/workspace/build/Nordea-Bedrift-Staging.app: a sealed resource is missing or invalid
      > file modified: /Users/iosbuildmaster/Jenkins/Home/jobs/Nordea Bedrift - iOS/workspace/build/Nordea-Bedrift-Staging.app/Assets.car

      Lowering the deployment target to 6.0 resolves the problem.

          [JENKINS-22802] assets.car code sign failure

          I can solve the problem by turning off archiving.

          Cameron Palmer added a comment - I can solve the problem by turning off archiving.

          Karl Wagner added a comment -

          Archive + build IPA is broken; it generates these incorrectly-signed products.

          I worked around this by only generating an archive, then having a shell step to export the IPA from that archive. Don't let the plugin build the IPA for you.

          Karl Wagner added a comment - Archive + build IPA is broken; it generates these incorrectly-signed products. I worked around this by only generating an archive, then having a shell step to export the IPA from that archive. Don't let the plugin build the IPA for you.

          lacostej added a comment -

          This is because we need to use the new archivePath argument I think.

          See http://stackoverflow.com/a/24310447/311450

          See also JENKINS-30362

          lacostej added a comment - This is because we need to use the new archivePath argument I think. See http://stackoverflow.com/a/24310447/311450 See also JENKINS-30362

            Unassigned Unassigned
            palmerc Cameron Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: