Martin Rajniak
03/15/2022, 6:29 PMembedAndSignAppleFrameworkForXcode
at least that is what I think is happening here)
> Task :embedAndSignAppleFrameworkForXcode FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':embedAndSignAppleFrameworkForXcode' (type 'Copy').
- Type 'org.gradle.api.tasks.Copy' property 'sign' doesn't have a configured value.
Reason: This property isn't marked as optional and no value has been configured.
Possible solutions:
1. Assign a value to 'sign'.
2. Mark property 'sign' as optional.
Please refer to <https://docs.gradle.org/7.2/userguide/validation_problems.html#value_not_set> for more details about this problem.
Paul Woitaschek
03/15/2022, 6:32 PMMartin Rajniak
03/15/2022, 7:29 PM--stacktrace
and I don't see anything useful.
Locally I don't have an issue (but it might be because I build debug
and on CI I fail to build release
).
There were changes in signing of iOS app, so I think it is the cause,
but without knowing what is wrong, very hard to fix.Paul Woitaschek
03/15/2022, 7:31 PMMartin Rajniak
03/15/2022, 7:31 PMPaul Woitaschek
03/15/2022, 7:33 PMMartin Rajniak
03/15/2022, 7:34 PMPaul Woitaschek
03/15/2022, 7:35 PMMartin Rajniak
03/15/2022, 7:36 PMPaul Woitaschek
03/17/2022, 11:12 AM