#Error: shorebird patch ios using github-actions failed.
1 messages · Page 1 of 1 (latest)
Idk if this is the issue. But I don't think you should forward the --flavor and -t to flutter, since those are shorebird arguments. So you shouldn't need the --
if that don't help, you might want to try running with the verbose flag to check if there are more information that we can extract from the error
This looks like an apple issue (it can't find the provisioning profile for com.skt.nn.dev)
Does this command work for you locally?
-t flag for target is neccesary for build flutter. if no flag, an error occured. although I add --verbose, no extra information is extracted 😢
Work well locally. It is failed on only the environment of github actions.
oh yeah, I am sure the -t is necessary.
I mean the separator is not necessary. So instead of -- --flavor development -t lib/main_development.dart you could just --flavor development -t lib/main_development.dart
Even if I do that, the same error occurs. what's the problem...🤯 😰
It looks like the runner is not properly set up to sign the iOS app
How did you do this before introducing shorebird?
Closing after a week of inactivity. Please reopen with answers to the above if this is still an issue.