BlueFrogGaming / icuke

Integration testing for iPhone applications with Cucumber
MIT License
20 stars 3 forks source link

You need to specify SDK 4.0 to run an SDK 4.2 app #1

Closed eraserhd closed 12 years ago

eraserhd commented 13 years ago

This, of course, will frustrate people, and it should not be so.

whenceforth commented 13 years ago

How do I go about doing that? I'm trying to use icuke with a Gemfile in my 4.2 project, as described at https://github.com/BlueFrogGaming/icuke/issues/2#issuecomment-1029650

but bundle install is failing from what appears to be my lack of having 4.3 installed. ext/iCuke/Rakefile hardcodes version = '4.3'

eraserhd commented 12 years ago

This issue has been resolved. You can specify any installed SDK and it will work correctly so long as your app will run on it.