Unable to use this in XCFramework with ObservalbleObject. #244
Unanswered
AdityaAthavale
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a bunch of Observable Objects which I am using with Factory and I am building with XCFramework.
Unfortunately Factory gives me below Compilation error in Injections.swift on line 359.
'ObservableObject' aliases 'Combine.ObservableObject' and cannot be used here because 'Combine' was not imported by this file
Can you look in to this?
Beta Was this translation helpful? Give feedback.
All reactions