Closed lexuanquynh closed 8 years ago
What version of swift are you using? You should be using 0.1
for <=swift2.3, and 0.2
for swift 3.
Ive the same issue, i think with normal pod 'ObjectMapper+Realm'
the default version is 0.1 instead of the last 0.2
@Jakenberg have you missed to update the pod? im trying to use
pod 'ObjectMapper+Realm', '~> 0.2'
but the install command give me an error about wrong name or version not avaible
Hm that is strange. I just double checked and I'm able to download 0.2
fine. Perhaps your Podfile.lock
is configured for 0.1
already, and you just need to run pod update ObjectMapper+Realm
?
thanks all. I fixed it :D I using pod with version 0.39.0, so I must use: pod 'ObjectMapper+Realm', '~> 0.2' Thanks so much.