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

`motion doctor` #58

Open amirrajan opened 6 years ago

amirrajan commented 6 years ago

Wish list:

"On the list":

Xcode Select trouble shooting, related to this thread

andrewhavens commented 6 years ago

More ideas:

amirrajan commented 6 years ago

https://osquery.io/ this may end up being useful.

astechishin commented 6 years ago

C Functions and Graphics Context

Most Ruby devs do not consider the () after a function necessary. However for certain bridges to the underlying frameworks it is necessary to include the parentheses. It would be helpful to pick this error:

drawRect:': uninitialized constant Xxxxx::UIGraphicsGetCurrentContext (NameError)

When the () is missing from a call to UIGraphicsGetCurrentContext