rollout / rox-ios

2 stars 2 forks source link

Carthage build fails #2

Open silverhammermba opened 3 years ago

silverhammermba commented 3 years ago

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.

bbernberg commented 3 years ago

Try this workaround. It seems related to a Carthage/Xcode 12 issue.