I'm attempting to build and update a specific target or scheme, but I haven’t been successful in doing so.
Commands I’ve used so far -
- carthage build [target name] --platform ios --use-xcframeworks
- carthage build [scheme name] --use-xcframeworks
- carthage build [target name]
- carthage update [target name] --use-xcframeworks
Does this functionality exist? If it does, could you help me resolve it and suggest the possible Carthage
command?