infinitered / bluepotion

Like RedPotion, but for Android
MIT License
74 stars 18 forks source link

HelloWorld app crashing on load #126

Open jeremiahlukus opened 6 years ago

jeremiahlukus commented 6 years ago

I have tried this on both a device and using an emulator. Im not sure where the error is coming from once I find it I will post.

     Start com.jparrack.helloWorld/.PMHomeActivity
--------- beginning of main
--------- beginning of system
  open fragment: <HomeScreen|207557333>
E/com/jparrack/helloWorld 2427): Exception raised: ArgumentError: wrong number of arguments (0 for 1)
E/com/jparrack/lockdown( 2427):         from /Users/jeremiahparrack/.rvm/gems/ruby-2.4.1/bundler/gems/bluepotion-293730b31e3b/lib/project/pro_mo
--------- beginning of crash
(main)>
jeremiahlukus commented 6 years ago

Its an issue with layouts, and standard_text_view

darinwilson commented 6 years ago

Hi @jeremiahlukus - sorry you had trouble. Unfortunately, we're no longer using or working on this library. We should have stated as much in the README, so I apologize if it looked like this project was still active (I'm going to address that right now, in fact).

I don't know that anyone else is using BluePotion, but you could ask around on the RubyMotion community forum - there might be someone there who could help you out.

Again, our apologies - good luck!

andrewhavens commented 6 years ago

@darinwilson Jeremiah is an active member of our community on Slack. He's working on an Android project and I mentioned to him that BluePotion could use some help if he is willing to contribute. So we're going to try to keep pushing BluePotion forward as a community. I can merge PRs as they come in. Just wanted to give you a heads-up.

@jeremiahlukus Be sure to mention the cause of the issue if you find it. Your last comment was a little vague. 😄

darinwilson commented 6 years ago

Hi @andrewhavens! Sorry for closing this issue prematurely (and the subsequent PR for the README). I knew you had taken over maintaining RedPotion but didn't know you had taken over this one as well. It'd be awesome if it could get going again.

Thanks!

jeremiahlukus commented 6 years ago

Hey yes it was a bit vague, it was more for myself. I'll give you an overview of what needs to be done once I get home. That way you will know what the upcoming PR will be.