amirrajan / rubymotion-applied

RubyMotion documentation provided by the community. Submit a pull request to the docs for a free one year indie subscription.
Apache License 2.0
49 stars 10 forks source link

SDKs available against SDKs supported #148

Open SebEchegaray opened 1 year ago

SebEchegaray commented 1 year ago

Hi all

I am pretty new on the RubyMotion world but this is something that goes beyond my knowledge and I can't really solve.

I create my app using motion create <MyAppName> but when I run rake it throws this error:

Resolving dependencies...
swift-driver version: 1.75.2     ERROR! * ERROR: The requested deployment target SDK is not available or supported by RubyMotion at this time.
Available SDKs: 16.4
Supported SDKs: 16.2

I tried downgrading to older version of Xcode, latest version of Xcode, latest version of RubyMotion, but nothing works. Apparently something to do with my setup, meaning my OS and versions, etc.

Thanks

thogg4 commented 2 months ago

What is the deployment target listed in your Rakefile?