Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1
is the error I am getting. It seems like the Realm and RealmSwift frameworks in TrySwiftData.xcodeproj are imported manually - and are a version (1.1.0 2) that does not support Swift 3.0.1 (see realm/realm-swift#4255). I am not sure how I can manually import / update these versions, though?
cc @NatashaTheRobot
is the error I am getting. It seems like the
RealmandRealmSwiftframeworks inTrySwiftData.xcodeprojare imported manually - and are a version (1.1.0 2) that does not support Swift 3.0.1 (see realm/realm-swift#4255). I am not sure how I can manually import / update these versions, though?cc @NatashaTheRobot