-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Using Xcode 12.2. Added this to my Cartfile
github "rollout/rox-ios"
Which resolved to
github "rollout/rox-ios" "4.9.22"
github "rollout/rox-ios-core" "4.9.22"
But the carthage build fails, basically everything fails for the same reason:
error: no such module 'ROXCore'
import ROXCore
^
Note that this is the same error I get if I just try to clone this repository and build it in Xcode: the ROXCore framework is missing. If I copy it in from the rollout/rox-ios-core repo, it builds successfully. But obviously that doesn't work when Carthage is building it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels