Skip to content
Discussion options

You must be logged in to vote

I've resolved this issue by providing a full path to the ipa file.

To find out what the correct path is use this script.

    - &log_output_directories_just_in_case
      name: Log Output directories
      script: |
        echo "$CM_BUILD_DIR"
        ls $CM_BUILD_DIR 
        echo "search for ipa"
        find "$CM_BUILD_DIR" -type f -name "*.ipa"

Each project has a different path so we can't take this path $CM_BUILD_DIR/ios/App/build/ios/ipa/*.ipa as granted.
In my case the correct path was

    artifacts:
      - $CM_BUILD_DIR/build/ios/ipa/*.ipa

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zdary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant