-
Notifications
You must be signed in to change notification settings - Fork 147
Description
Hi! I am working with the build action to create a release variant for my iOS app. I have used all the required inputs but for some reason the archive keeps failing. I cant seem to get too clear of an error since they are a little cryptic and was hoping that someone could help me or see an issue with my commands. I haven't done any fast lane configuration so there's a good chance it could just be that. I didn't go down the fastlane config route since the action itself did not have too much about that, and when I looked at other repos I didn't see a fastlane file anywhere, but there's a chance I had just missed it.
First I want to show how I am using the action:
Previous steps that I run before the action are:
Configure Node
Select Xcode version to 14.2
Install cocoapods
Install dependencies
Pod Install
Are there any steps that I might be missing here? The provisioning profile I am using has been used to sign apps before so it should be good here as well. If there is anything at all that I might be missing I would be willing to try it. I appreciate any feedback, thank you!