Coder Social home page Coder Social logo

Comments (5)

Schlaubischlump avatar Schlaubischlump commented on June 2, 2024 1

I know, that I fixed the problem on my machine, but I don't recall how...

You can try the following:

  1. Figure out where the jekyll binary is. E.g /usr/bin/jekyll. You should be able to figure this out by running which jekyll
  2. Find the build script that calls jekyll. I think it should be somewhere in the Help subproject.
  3. Add the following line to the beginning of the build script (where you replace /usr/bin with the folder where the jekyll binary is installed):
    PATH=${PATH}:/usr/bin

from locationsimulator.

Eirias avatar Eirias commented on June 2, 2024 1

For everyone who stumbles across this issue as well. My which jekyll printed out: /opt/homebrew/opt/ruby/bin
and i added it as @Schlaubischlump mentioned to the beginning of the Run Script to make it work again.
JekyllFix

from locationsimulator.

Schlaubischlump avatar Schlaubischlump commented on June 2, 2024

You need to install jekyll. I think its a ruby package. So its probably something along the lines of "gem install jekyll". Sometimes its tricky to get Xcode to recognize the installed jekyll.

Jekyll is needed to compile the Help book you are seeing when you open the "Help" menubar item.

from locationsimulator.

Fritz6389 avatar Fritz6389 commented on June 2, 2024

Thank you for you quick answer!

As you can tell, I'm still new to this. I have installed Jekyll v. 4.3.2 using rbenv. Sadly I'm now shown: "Jekyll not found - check setup requirements"

I know that I need to add Jekyll to the path for Xcode but which of the options under 'LocationSimulator' -- 'Build Settings' I need to modify still remains a mystery to me.

Thank you for bearing with me.

from locationsimulator.

Aaru911 avatar Aaru911 commented on June 2, 2024

Error installing jekyll:
There are no versions of google-protobuf (>= 3.25, < 5.0) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?
google-protobuf requires Ruby version >= 2.7, < 3.4.dev. The current ruby version is 2.6.10.210.

I'm unable to unstall jerkyll
and google protobuf as well
ERROR: Error installing google-protobuf:
The last version of google-protobuf (>= 2.7) to support your Ruby & RubyGems was 3.23.4. Try installing it with gem install google-protobuf -v 3.23.4 and then running the current command again
google-protobuf requires Ruby version >= 2.7, < 3.4.dev. The current ruby version is 2.6.10.210.

from locationsimulator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.