Coder Social home page Coder Social logo

Comments (5)

fastlane-bot avatar fastlane-bot commented on April 25, 2024

It seems like you have not included the output of fastlane env
To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env 👍

from fastlane.

muhammadqazi avatar muhammadqazi commented on April 25, 2024

@eslamoomohamed try this guide
https://medium.com/@muhammedqazi/mastering-fastlane-the-ultimate-guide-to-effortless-android-and-ios-deployments-with-github-e0878c3f9529

from fastlane.

tomwanzek avatar tomwanzek commented on April 25, 2024

@eslamoomohamed Not sure, if it is the same scenario for you, but I ran into the same issue after upgrading some iOS Build dependencies for our CircleCI job. We moved from a slightly older fastlane + XCode 13.x build & deploy pipeline to:

  • fastlane 2.212.1, XCode 14.2, cocoapods 1.12.0 (cocoapods 1.12.0 was critical to remove issues with the actual build/signing)

With those dependencies we ran into the issue you described.

The good news is, we got through it by removing a temporary tweak he had to introduce 5 months or so ago.
Back then we had to add

ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = "true"

As per #20813 this seems be an issue with the newer versions.

Once we removed it, it unblocked this issue.

The downside is we immediately ran into the next one, which appears to be essentially #20799

We're still investigating how to unblock that one.

from fastlane.

eslamoomohamed avatar eslamoomohamed commented on April 25, 2024

thx @tomwanzek this was the solution for the issue, it was on ci-workflow.yaml and I didn't realize it

from fastlane.

younisrahman avatar younisrahman commented on April 25, 2024

Xcode14.1.0 and fastlane2.212.1 ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=false work's for me

from fastlane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.