ios - Realm: Module was created by an older version of compiler and could not build objective-c module -
i have followed steps provided add framewowrk link https://realm.io/docs/swift/latest/
it gives error issue?
is because compiled older version of xcode, since have latest xcode 7 beta?
if so, how solve this?
you'll have wait support swift 2.0 (#2062) before can use realm swift in swift 2.0 project.
because framework written in swift built in old version compiler not able use in xcode 7. therefore, needed re-build using compiler of xcode 7. however, swift 2 required on xcode 7; working adapt realmswift.framework swift 2.
Comments
Post a Comment