greatcat19

Results 3 comments of greatcat19

something like ``` $ bundle e fastlane match development --platform catalyst ``` My lane: ```rb def perform_match(type) platform = lane_context[:PLATFORM_NAME] # https://docs.fastlane.tools/actions/match/#match match_platform = platform == :ios ? 'ios' :...

if you copy this command and paste it to the script phase of xcode, you'll see the actual error it should be something like ``` ios/tailwind.config.js not found ``` there...