#github action ios issue

1 messages · Page 1 of 1 (latest)

tender cave
#

That likely means you’re using the deprecated flutter_gen api

#

Is it using synthetic code gen?

unkempt pivot
#

alright tnx, will try with syntetic package false

unkempt pivot
#

@tender cave @naive blade

naive blade
#

I don't see any error there. I'm not sure why it exited with 2

#

Maybe the grep itself is failing?

#
grep: output.log: No such file or directory
Error: Process completed with exit code 2.
#

I think that might be the failure?

tender cave
#

looks like the output log is missing

unkempt pivot
#

so, should i be signing with apple development or apple distribturion cert?

tender cave
unkempt pivot
#

i want to deploy to stores, internal testing/testflight

#

but when i try with ditribution cert, shorebird is not able to finish the build

#

i can share more info if you tell me what you need

tender cave
#

what's the exact error?

tender cave
#

Looks like your signing failed.

#

Why do you have automatic signing disabled?

unkempt pivot
#

i am using exportoptions. should i remove that from args?

tender cave
#

does a flutter build ipa work for you?

unkempt pivot
#

yes

tender cave
#

can you share the full flutter command you're running to release to the app store?