Starting from EkoChat v4.3, we change to use .xcframework
and enable module stability. This means we can use the SDK for the future Xcode version.
Here are the steps to migrate from the previous SDK version.
Remove and unlink EkoChat.framework
and Realm.framework
from your project.
Remove custom Run Script Phase that is required for the version prior to v4.3. strip-frameworks.sh
is no longer required, since .xcframework
already handle fat binary.
Copy and link EkoChat.xcframework
and Realm.xcframework
to your project. And set Embed & Sign.
​