RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 265 forks source link

Carthage build RxRealm fail #177

Closed hhl1809 closed 2 years ago

hhl1809 commented 2 years ago

Dear,

Can someone help to check because right now carthage can not build the RxRealm anymore, I guess because RxSwift updated from 6.2.0 to 6.5.0. Its raised this error:

` ARCHIVE FAILED

The following build commands failed: CompileSwift normal arm64 CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler`

I still can fetch and build RxRealm success last week.

rynecheow commented 2 years ago

Hi, would you be able to contribute a fix for this? Would gladly review and merge.

lihao6485 commented 2 years ago

Hi @hhl1809, you can update to v5.0.4, it should fix the problem.