【iOS】Realm build

Xcodeをバージョンアップしたときに、Realmのビルドしたバージョンとの違いが問題になる。
Module compiled with Swift 4.0 cannot be imported in Swift 4.0.3:


git clone https://github.com/realm/realm-cocoa
git submodule update --init --recursive
build.sh build

Leave a Reply