russhwolf
08/27/2021, 2:53 AMxcodebuild -sdk iphoneos -configuration Debug -workspace ./sample/app-ios/SettingsDemo.xcodeproj/project.xcworkspace -scheme SettingsDemo build
then I get this error when hits that gradle task in the script phase
A problem was found with the configuration of task ':shared:embedAndSignSharedAppleFrameworkForXcode' (type 'Copy').
- Type '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.0/userguide/validation_problems.html#value_not_set> for more details about this problem.
Does anyone have insight on what’s going wrong, or what else I can pass to xcodebuild to better mimic what’s happening when I build from the Xcode UI?russhwolf
08/27/2021, 3:49 AMHarshita Kalani
07/19/2023, 8:56 AM