Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xCode4.3] The application launches but nothing happens #7

Open
dodikk opened this issue Apr 26, 2012 · 2 comments
Open

[xCode4.3] The application launches but nothing happens #7

dodikk opened this issue Apr 26, 2012 · 2 comments

Comments

@dodikk
Copy link

dodikk commented Apr 26, 2012

I'm unable to do testing with zucchini.

The application launches but nothing happens afterwards. I've tried to run it both with the prebuilt CoreDataBooks example and with the newly created one. I can reproduce the issue both with the iOS simulator and on the iPad2 device.

You can see my system configuration below.

xcode-select -print-path
/Applications/Xcode.app/Contents/Developer

xcodebuild -version
Xcode 4.3.2
Build version 4E2002

sudo gem install zucchini-ios
Password:
Successfully installed zucchini-ios-0.5.5
1 gem installed

which ruby
/usr/bin/ruby

ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]

My OS :
Mac OS X 10.7.3
Build 11D50d

@padi
Copy link

padi commented Jun 11, 2012

Update: Nevermind, I just had the wrong directory in config.yml for the CoreDataBooks.app. I was using a different version.


I don't have XCode 4.3 but I think I have the same error, the CoreDataBooks app starts on simulator but does nothing after that.

xcode-select -print-path
/Developer

xcodebuild -version
Xcode 4.2
Build version 4C199

which ruby
/Users/dev/.rvm/rubies/ruby-1.9.3-p125/bin/ruby

ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]

MacOS X 10.6.8

@dodikk
Copy link
Author

dodikk commented Jun 11, 2012

I've heard some people succeeded to both launch and test.
Instead of specifying an application on the filesystem they have put the path to the application installed in the sandbox to their "config.yml". Unfortunately, I have not tried this approach yet.

~/Library/Application\ Support/iPhone\ Simulator//YourApplication.app

P.S. Double checked my config file. All path entries are absolute and point to valid application. After all, it succeeds to launch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants