Why there are 2 different Build Phases in README.md #449
Unanswered
mustafaozhan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I suppose you have a dynamic framework. In this case you don't need any additional build phase. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given that in README.md we have
With
org.jetbrains.kotlin.native.cocoapods
In Xcode add Build Phase (at end of list) with script:
Without
org.jetbrains.kotlin.native.cocoapods
In Xcode add Build Phase (at end of list) with script:
In my project I have
org.jetbrains.kotlin.native.cocoapods
and actually both approach is working. Then I start thinking why we have the first option mentioned in README.md at all ? Is the first option better performing withorg.jetbrains.kotlin.native.cocoapods
?Beta Was this translation helpful? Give feedback.
All reactions