Guilherme Delgado
08/06/2024, 6:47 PMcd "$SRCROOT/.."
./gradlew :shared:embedAndSignAppleFrameworkForXcode
This is the first setting on Build Phases, looks ok to me 🤷♂️Kurt Renzo Acosta
08/06/2024, 6:50 PMRick Clephas
08/06/2024, 6:55 PMGuilherme Delgado
08/06/2024, 7:13 PMGuilherme Delgado
08/07/2024, 10:26 AMcd "$SRCROOT/.."
./gradlew :shared:embedAndSignAppleFrameworkForXcode
Created by Kotlin Wizard
if [ "YES" = "$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED" ]; then
echo "Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \"YES\""
exit 0
fi
cd "$SRCROOT/.."
./gradlew :shared:embedAndSignAppleFrameworkForXcode
It always fails no matter which I use.
I don’t know how to fix this 🤔Rick Clephas
08/07/2024, 1:27 PMGuilherme Delgado
08/07/2024, 1:53 PM.gradle/cache/
content, cleaned the project on Android Studio and also the iOS Derived Data. Then I’ve built the project in Android Studio with sucess. Next on Xcode I’ve tried the same but it failed:Guilherme Delgado
08/07/2024, 1:54 PMDomainProtocols
import SharedSDK
(shared framework) so it will fail with
> No such module ‘SharedSDK’Guilherme Delgado
08/07/2024, 1:54 PMRick Clephas
08/07/2024, 1:57 PMDataExtensions
target?Guilherme Delgado
08/07/2024, 2:00 PMGuilherme Delgado
08/07/2024, 2:00 PMGuilherme Delgado
08/07/2024, 2:01 PMRick Clephas
08/07/2024, 2:02 PMDataExtensions
target imports the DomainProtocols
module, which I am guessing is your Kotlin module?Guilherme Delgado
08/07/2024, 2:02 PMGuilherme Delgado
08/07/2024, 2:02 PMRick Clephas
08/07/2024, 2:03 PMDomainProtocols
also fails to build? Resulting in the no such module error?Guilherme Delgado
08/07/2024, 2:03 PMRick Clephas
08/07/2024, 2:05 PMGuilherme Delgado
08/07/2024, 2:05 PMRick Clephas
08/07/2024, 2:06 PMGuilherme Delgado
08/07/2024, 2:06 PMGuilherme Delgado
08/07/2024, 2:08 PMGuilherme Delgado
08/07/2024, 2:11 PMRick Clephas
08/07/2024, 2:12 PMGuilherme Delgado
08/07/2024, 2:12 PMGuilherme Delgado
08/07/2024, 2:12 PMGuilherme Delgado
08/07/2024, 2:13 PMGuilherme Delgado
08/07/2024, 2:14 PMRick Clephas
08/07/2024, 2:14 PMRick Clephas
08/07/2024, 2:15 PMRick Clephas
08/07/2024, 2:15 PMRick Clephas
08/07/2024, 2:17 PMGuilherme Delgado
08/07/2024, 2:17 PMGuilherme Delgado
08/07/2024, 2:31 PMGuilherme Delgado
08/07/2024, 2:31 PMGuilherme Delgado
08/07/2024, 2:32 PMGuilherme Delgado
08/07/2024, 2:32 PMGuilherme Delgado
08/07/2024, 2:33 PMGuilherme Delgado
08/07/2024, 2:41 PMGuilherme Delgado
08/07/2024, 2:44 PM