I am trying to get the Frank / Cucumber Framework to work on Yosemite with Xcode 6.1. I followed the instructions for installing and franking the project:
- gem set franc cucumber
- explicit setup (in the project folder)
- frank system
- frank start
Only the last part ends with a segmentation error:
LAUNCHING APP... sh: line 1: 15828 Trace/BPT trap: 5 /Library/Ruby/Gems/2.0.0/gems/sim_launcher-0.4.13/lib/sim_launcher/../../native/ios-sim "showsdks" 2>&1 sh: line 1: 15832 Segmentation fault: 11 /Library/Ruby/Gems/2.0.0/gems/sim_launcher-0.4.13/lib/sim_launcher/../../native/ios-sim "launch" "/Volumes/Project/CucuTest/Frank/frankified_build/Frankified.app" "--sdk" "--family" "iphone" "--exit" 2>&1
I know that you need to add accessibility for applications so that the computer can control the applications. In Yosemite, this changed, and I was not able to add / usr / bin / frank to the list, but I added Terminal.app. Is this a problem or am I looking in the wrong place.
This is the first time I'm using Frank / Cucumber.
source share