Hello, I'm trying to export Decompose for iOS part...
# mvikotlin
a
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
Hello, the error message should be somewhere above the logs
a
message has been deleted
a
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
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
Glad you fixed the issue and provided the way!