'RealmSwift' should be a swift module
I have encountered this warning after installing RealmSwift by cocoa pod.
As suggested by the official document, 'RealmSwift' is not a Objective-C module.
Something went wrong.
To Reproduce
Steps to reproduce the behavior:
(Install RealmSwift by cocoa pod)
Add pod 'RealmSwift' in the Podfile
Run pod install
Import RealmSwift in the xcworkspace
Expected behavior
RealmSwift should be a swift module, which can use properly in a swift project.
'RealmSwift' should be a swift module I have encountered this warning after installing RealmSwift by cocoa pod. As suggested by the official document, 'RealmSwift' is not a Objective-C module. Something went wrong.
To Reproduce Steps to reproduce the behavior: (Install RealmSwift by cocoa pod)
pod 'RealmSwift'
in the Podfilepod install
Expected behavior RealmSwift should be a swift module, which can use properly in a swift project.
Screenshots