I've finally reproduced it. I had been using Xcode 8 to do the builds. Changing to Xcode 7 reproduced it.
Fixing this might be tricky (i.e. may require upgrading to Xcode 8 on the build server - and Xcode upgrades almost always come with trade-offs). Best bet right now is to figure out why the Log.sendLog() isn't reaching you. (I still can't reproduce this problem). It should be working. The most likely scenario is that it is getting blocked by a spam filter. If you're 100% sure that isn't happening. Check again so you're 101% sure. There aren't a whole lot of other things that it could be. Steve On Mon, Jul 24, 2017 at 10:43 AM, Steve Hannah <[email protected] > wrote: > >> About the console not working, Steve does it make sense to add a build >> hint that will toggle using printf and NSLog since we now use a macro? >> > > This would be easy to do. I doubt it would make a difference here but I > could be wrong, and there might be other benefits I'm not aware of. > > I'm currently working on trying to reproduce this problem by playing with > build settings and running on different versions of iOS. So far I haven't > been successful. (Logging working fine for me in all cases). > > Steve > > >> -- >> You received this message because you are subscribed to the Google Groups >> "CodenameOne Discussions" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> Visit this group at https://groups.google.com/grou >> p/codenameone-discussions. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/codenameone-discussions/b5c25f8d-7f73-4ea3-b256-a00740db >> 0e66%40googlegroups.com >> <https://groups.google.com/d/msgid/codenameone-discussions/b5c25f8d-7f73-4ea3-b256-a00740db0e66%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Steve Hannah > Software Developer > Codename One > http://www.codenameone.com > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKVyDHBakYy%3D%3DkKXnuU%2Bd%3D1GZ9LA2ADRPebCx2VccchtXw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
