John O'Reilly
10/24/2023, 6:11 PMembedAndSignAppleFrameworkForXcode
error (https://github.com/joreilly/PeopleInSpace/issues/263) trying to build/install PeopleInSpace app to physical iOS device. We see same error if you say try to archive. More in thread....John O'Reilly
10/24/2023, 6:12 PM> Task :common:embedAndSignAppleFrameworkForXcode FAILED
error: Some problems were found with the configuration of task ':common:embedAndSignAppleFrameworkForXcode' (type 'FrameworkCopy').
FAILURE: Build failed with an exception.
* What went wrong:
Some problems were found with the configuration of task ':common:embedAndSignAppleFrameworkForXcode' (type 'FrameworkCopy').
- In plugin 'org.jetbrains.kotlin.gradle.scripting.internal.ScriptingKotlinGradleSubplugin' type 'org.jetbrains.kotlin.gradle.plugin.mpp.apple.FrameworkCopy' property 'destinationDirectory' 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 'destinationDirectory'.
2. Mark property 'destinationDirectory' as optional.
For more information, please refer to <https://docs.gradle.org/8.4/userguide/validation_problems.html#value_not_set> in the Gradle documentation.
- In plugin 'org.jetbrains.kotlin.gradle.scripting.internal.ScriptingKotlinGradleSubplugin' type 'org.jetbrains.kotlin.gradle.plugin.mpp.apple.FrameworkCopy' property 'sourceFramework' 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 'sourceFramework'.
2. Mark property 'sourceFramework' as optional.
For more information, please refer to <https://docs.gradle.org/8.4/userguide/validation_problems.html#value_not_set> in the Gradle documentation.
John O'Reilly
10/24/2023, 6:18 PMOsman Saral
08/01/2024, 9:07 PMOsman Saral
08/02/2024, 8:58 AM