Dmitriy Tarasevich
07/18/2024, 7:06 PMFAILURE: Build failed with an exception.
* What went wrong:
Some problems were found with the configuration of task ':multiplatform:sdks:sportsbook-sdk:embedAndSignAppleFrameworkForXcode' (type 'EmbedAndSignTask').
- Type 'org.jetbrains.kotlin.gradle.plugin.mpp.apple.EmbedAndSignTask' 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.7/userguide/validation_problems.html#value_not_set> in the Gradle documentation.
- Type 'org.jetbrains.kotlin.gradle.plugin.mpp.apple.EmbedAndSignTask' 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.7/userguide/validation_problems.html#value_not_set> in the Gradle documentation.
Has anyone run into this issue while trying to compile for iOS? This became a thing when we moved to 2.0 and adding outputDirectory
to the framework configuration. Weirdly enough... if I just dont touch anything for roughly 10 minutes and retry it doesn't have this issue.Siggi Gunnarss
11/06/2024, 10:51 AMDmitriy Tarasevich
11/06/2024, 1:35 PMDmitriy Tarasevich
11/06/2024, 1:35 PMDmitriy Tarasevich
11/06/2024, 1:35 PMSiggi Gunnarss
11/06/2024, 2:06 PM