I have installed watir-webdriver via macgem in root and in user, I have required rubygems
and included /Library/Frameworks
recursively in my framework search path in build settings for this project.
require 'rubygems' runs without a problem require 'watir-webdriver' returns the error :
Assertion failed: (method_getImplementation(m) == imp), function add_method, file vm.cpp, line 1019.
(lldb)
Im really new to using ruby in xcode can someone explain this? Thanks