After I upgraded to last MAC sistem I get this error when try to run ios with comand
tns debug ios --bundle --provision 4a6905a8-b946 --no-hmr
Command failed: ruby -e "require 'xcodeproj'; Xcodeproj::Config.new('mobile/platforms/ios/plugins-debug.xcconfig').merge(Xcodeproj::Config.new('mobile/node_modules/nativescript-ng-ripple/platforms/ios/build.xcconfig')).save_as(Pathname.new('mobile/platforms/ios/plugins-debug.xcconfig'))"
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:inrequire': cannot load such file -- xcodeproj (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:inrequire'
from -e:1:in `'
Anyone know what is an issue?
In the docs it's written to install xcodeproj via sudo gem install xcodeproj.
I installed ruby via brew and put ruby in my path variable to omit to install anything with sudo.
Most helpful comment
In the docs it's written to install
xcodeprojviasudo gem install xcodeproj.I installed
rubyviabrewand putrubyin mypathvariable to omit to install anything withsudo.