DevUtils-app icon indicating copy to clipboard operation
DevUtils-app copied to clipboard

Cannot build because of Highlightr missing framework schemes

Open gvko opened this issue 4 years ago • 3 comments

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?

gvko avatar Oct 11 '20 12:10 gvko

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?

trungdq88 avatar Oct 15 '20 15:10 trungdq88

I faced the same error and figured that XCode wasn't installed. :) Once installed, carthage worked like a charm

varunarang avatar Oct 29 '20 17:10 varunarang

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:

gvko avatar Nov 05 '20 19:11 gvko