-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproducePublishing step doesn't see generated ipa file.
![]() Expected resultsipa would be detected Actual resultsSkip publishing to App Store Connect: no IPAs or PKGs found Build id (optional)669a58506176f48f5349256b |
Beta Was this translation helpful? Give feedback.
Answered by
zdary
Jul 20, 2024
Replies: 1 comment
-
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.
Each project has a different path so we can't take this path
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zdary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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