DevUtils-app
DevUtils-app copied to clipboard
Cannot build because of Highlightr missing framework schemes
Hey there!
I'm trying to build your app locally on my Mac (Catalina 10.15.7). I run carthage bootstrap --platform macOS
and I get the following output:
*** Checking out Highlightr at "2.1.0"
*** Checking out ShortcutRecorder at "3.3.0"
*** xcodebuild output can be found in /var/folders/30/y6syzx6d2997wbgl7jyn9wp00000gn/T/carthage-xcodebuild.xU4c1k.log
*** Downloading ShortcutRecorder.framework binary at "3.3.0 (2020-07-12)"
*** Skipped building Highlightr due to the error:
Dependency "Highlightr" has no shared framework schemes for any of the platforms: Mac
You can see it fails at building Highlightr
. I checked out the RobertoMachorro/Highlightr repo and it does have the .xcodeproj
dir in the repo. I tried pointing the Cartfile.resolved to "master"
and also to the original repo: raspu/Highlightr, but the problem persists.
Any input?
Hm, this is strange. This looks like an issue with your Carthage or Highlightr. Can you try to create a new Cartfile and install it independently to see if it work?
I faced the same error and figured that XCode wasn't installed. :) Once installed, carthage worked like a charm
I faced the same error and figured that XCode wasn't installed. :) Once installed, carthage worked like a charm
Yep, that worked. Thanks! :ok_hand: