mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 09:39:14 +08:00
If day is 1-9, device log is sent to REPL like the following format. Oct 3 16:40:38 Watson-no-iPhone Timer[431] <Warning>: Tapped So, NSArray *words = [line componentsSeparatedByString: @" "]; creates the object which has words[0] = @"Oct" words[1] = @"" words[2] = @"3" then date object which is used in filter is wrong.