[codenameone-discussions] Re: build list gets stuck

2021-07-05 Thread Shai Almog
Odd that it happens on the short build, I'll try to look into this. On Monday, July 5, 2021 at 8:31:35 PM UTC+3 daved...@gmail.com wrote: > For whatever reason, they seem to be happening a lot. This is on my short > build which only takes 2 minutes. > > On Sunday, July 4, 2021 at 6:56:19 PM

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-05 Thread Shai Almog
Release should still print logging. I don't see any change in the native code with the latest maven release so I don't think that's possible. On Monday, July 5, 2021 at 6:38:13 PM UTC+3 P5music wrote: > No, it does not work as well. > I would like to know if it is possible that I altered

[codenameone-discussions] Re: build list gets stuck

2021-07-05 Thread Dave Dyer
For whatever reason, they seem to be happening a lot. This is on my short build which only takes 2 minutes. On Sunday, July 4, 2021 at 6:56:19 PM UTC-7 Shai Almog wrote: > These are crashes or timeouts in the servers. We're looking into these but > they're pretty hard to debug. > > On Sunday,

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-05 Thread 'P5music' via CodenameOne Discussions
No, it does not work as well. I would like to know if it is possible that I altered something in my project inadvertently, like changing from Debug to Release somewhere. It is something that happens only with the CN1 app, opening the snapshot project as created by maven. Is it also possible that

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-05 Thread Hannah R
Just in case, maybe try Log.p("Message ", Log.DEBUG); too. It should be the same as suggested by Shai, but it never hurts to try. On Sunday, July 4, 2021 at 10:05:44 PM UTC-4 Shai Almog wrote: > If nothing appears then this isn't us. It's an environment problem, not > sure how to debug that.

Re: [codenameone-discussions] Re: Native interfaces in Intellij

2021-07-05 Thread Dennis Rogers
Thanks! On Friday, July 2, 2021 at 9:07:53 AM UTC-4 Steve Hannah wrote: > Looks like there is a bug right now in the maven plugin regarding where it > generates the IOS native interfaces. > > It seems to be generating them in src/main/objectivec (i.e. in the "src" > directory of the root