Closed vitorventurin closed 7 years ago
Not sure what to make of it. Did you poke around to see if Xcake's dependencies installed correctly? Did you install Xcake using gem
or some other means?
@RikkiGibson whats your rubygem email btw, I'm gunna add you to it as an author.
@RikkiGibson Yes. I've installed via gem (using RVM and ruby 2.4.0). That's really weird.
@jcampbell05 It's rikkigibson [at] gmail [dot] com
@RikkiGibson you should be added so you can push versions up :)
@RikkiGibson @vitorventurin @jcampbell05 I had the same problem, it is due to the import in the lib/xcake/xcodeproj_ext/PBXGroup.rb
file.
Changing it to require 'xcodeproj'
instead of require 'Xcodeproj'
fixed my problem: probably this works anyway on case insensitive systems, so that it was hard to reproduce.
@earien cool, I guess we should add this to our linting tests.
Does that mean if you use hfs case sensitive on your mac you'd trigger the issue?
@RikkiGibson basically you won't notice the issue if you are using a case insensitive filesystem, whilst it will fail on a case sensitive one.
We should fix the import in the lib/xcake/xcodeproj_ext/PBXGroup.rb
file, as actually the correct name of the library is lowercased: require 'xcodeproj'
.
I've got this error:
:(