Skip to content

Carthage build fails #2

@silverhammermba

Description

@silverhammermba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions