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
error message objc[43175]: Class _TtC9Alamofire21CompositeEventMonitor is implemented in both /Users/park.youngho/Library/Developer/Xcode/DerivedData/RxAlamofireIssue-ebruzcuwguenwjcwhjhbhmmxqsti/Build/Products/Debug-iphonesimulator/Alamofire.framework/Alamofire (0x10397f280) and /Users/park.youngho/Library/Developer/Xcode/DerivedData/RxAlamofireIssue-ebruzcuwguenwjcwhjhbhmmxqsti/Build/Products/Debug-iphonesimulator/RxAlamofire.framework/RxAlamofire (0x104e094f0). One of the two will be used. Which one is undefined.
Xcode screenshot
The text was updated successfully, but these errors were encountered:
When using Carthage, an error message occurs.
Sometimes, when using RxAlamofire's functions, the app crashes.
It says that RxAlamofire overrides dependencies like Alamofire.
This doesn't happen with Moya.
Xcode Version
15.3
MacOS Version
Sonoma 14.2.1
Carfile
github "RxSwiftCommunity/RxAlamofire" ~> 6.1
Carthage install screenshot
error message
objc[43175]: Class _TtC9Alamofire21CompositeEventMonitor is implemented in both /Users/park.youngho/Library/Developer/Xcode/DerivedData/RxAlamofireIssue-ebruzcuwguenwjcwhjhbhmmxqsti/Build/Products/Debug-iphonesimulator/Alamofire.framework/Alamofire (0x10397f280) and /Users/park.youngho/Library/Developer/Xcode/DerivedData/RxAlamofireIssue-ebruzcuwguenwjcwhjhbhmmxqsti/Build/Products/Debug-iphonesimulator/RxAlamofire.framework/RxAlamofire (0x104e094f0). One of the two will be used. Which one is undefined.
Xcode screenshot
The text was updated successfully, but these errors were encountered: