yukiarrr / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), and export ipa
MIT License
279 stars 135 forks source link

Installing provisioning profile #62

Open vgekht opened 3 years ago

vgekht commented 3 years ago

[14:38:50]: Error setting value 'MyprojectName.xcodeproj' for option 'path' [14:38:50]: You passed invalid parameters to 'update_code_signing_settings'. [14:38:50]: Check out the error below and available options by running fastlane action update_code_signing_settings +---------------------------+-----------------------------------------------------+ | Lane Context | +---------------------------+-----------------------------------------------------+ | DEFAULT_PLATFORM | ios | | PLATFORM_NAME | ios | | LANE_NAME | ios export_ipa | | KEYCHAIN_PATH | ~/Library/Keychains/ios-build.keychain | | ORIGINAL_DEFAULT_KEYCHAIN | "/Users/runner/Library/Keychains/login.keychain-db" | +---------------------------+-----------------------------------------------------+ [14:38:50]: Path is invalid

vgekht commented 3 years ago

Hello! I'm trying to build an ios project and have a problem with these steps

my scenario is:

jobs: build: name: iOS build runs-on: macos-latest steps:

what is wrong here ? thanks

andreyluiz commented 3 years ago

Hello @vgekht. Did you manage to fix this issue? I have the exact same problem as you.

ericchenwws commented 2 years ago

I'm having the exact same problem as well. @vgekht , @andreyluiz, have you guys had any clue about it?

ericchenwws commented 2 years ago

To any one having the same issue. I've finally figured out why. It's because we need another github action to direct to the code repo path first. To achieve that, we need to add one step before we call this action: