https://kotlinlang.org logo
Title
a

Akram Bensalem

03/31/2022, 10:19 AM
Hello, I'm trying to export Decompose for iOS part but I always get this error !!
The following build commands failed:	PhaseScriptExecution [CP-User]\ Build\ shared /Users/akrambensalem/AndroidStudioProjects/EzLive/build/ios/Pods.build/Debug-iphonesimulator/shared.build/Script-4552119A071AC6BAB7327E6434237EC3.sh (in target 'shared' from project 'Pods')
(1 failure)
a

Arkadii Ivanov

03/31/2022, 10:50 AM
Hello, the error message should be somewhere above the logs
a

Akram Bensalem

03/31/2022, 10:51 AM
a

Arkadii Ivanov

03/31/2022, 10:56 AM
Thanks, this looks like a generic Multiplatform question rather than Decompose specific. Unfortunately I am not familiar with cocoapods, never used it. There was a similar issue a while ago and it seems like a solution was found. https://kotlinlang.slack.com/archives/C01403U1ZGW/p1636982712026500?thread_ts=1636982712.026500&cid=C01403U1ZGW Maybe @Benoye could shed some light?
a

Akram Bensalem

03/31/2022, 10:59 AM
Yeah, It seems that any library I add to cocoapods will make the app build failed Thank you for the help
I fix the problem I had to remove
export(project(":shared"))
a

Arkadii Ivanov

03/31/2022, 11:21 AM
Glad you fixed the issue and provided the way!