You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im having the exact same problem. @oenama Have you found a solution yet? it happened for me when i switched from xcode 10.1 to 10.3 thus having to upgrade my evreflection library to 5.10.1
Realm object is empty
here's the model declaration:
Category.swift
SubCategory.swift
API response - > JSON
--> let result_ = Category(json: responseData as? String)
print(result_) -->
any idea why this happens ?
EVReflection -> Version 5.10.1
Realm -> Version 3.16.1
**pods installed **
pod 'EVReflection'
pod 'EVReflection/Realm'
The text was updated successfully, but these errors were encountered: