TestingWithFrank / Frank

Automated acceptance tests for native iOS apps
http://testingwithfrank.github.io/
Apache License 2.0
214 stars 57 forks source link

frank launch: no suitable image found #21

Closed messivanio closed 9 years ago

messivanio commented 10 years ago

When I try to run the frank launch command, I see the error:

WARN: Unresolved specs during Gem::Specification.reset: cucumber (>= 0) rspec (>= 2.0) rack (~> 1.4) tilt (>= 1.3.4, ~> 1.3) i18n (>= 0) json (>= 0) thor (>= 0) rake (>= 0) activesupport (~> 3.0) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. LAUNCHING APP... Using installed ios-sim at /usr/local/bin/ios-sim 2014-04-05 14:11:49.899 osascript[1938:507] Error loading /Library/ScriptingAdditions/XMail.osax/Contents/MacOS/XMail: dlopen(/Library/ScriptingAdditions/XMail.osax/Contents/MacOS/XMail, 262): no suitable image found. Did find: /Library/ScriptingAdditions/XMail.osax/Contents/MacOS/XMail: no matching architecture in universal wrapper osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/XMail.osax" declares no loadable handlers. sh: line 1: 1940 Trace/BPT trap: 5 /usr/local/bin/ios-sim "showsdks" 2>&1 sh: line 1: 1943 Trace/BPT trap: 5 /usr/local/bin/ios-sim "launch" "/Users/code/my-app/Frank/frankified_build/Frankified.app" "--sdk" "" "--family" "iphone" "--exit" 2>&1

messivanio commented 9 years ago

Follow this instructions to resolve the problem.