Hello. How can I build my `shared` changes for Xco...
# multiplatform
a
Hello. How can I build my
shared
changes for Xcode? What I do right now run the iosApp to reflect changes in xcode (which I don't like)
a
c
Usually what works for me whenever I made changes to shared or added new pods is to run:
Copy code
pod install
command + B (build the project + frameworks)
a
Yeah that's what I'm doing now. From Xcode
a
run
./gradlew syncFramework  -Pkotlin.native.cocoapods.platform=iphonesimulator -Pkotlin.native.cocoapods.archs=x86_64 -Pkotlin.native.cocoapods.configuration=Debug
from your terminal