Summary of some errors in video development using Mac mini devices
The recent real-machine testing, found that the video true function point of the broadcast, the simulator crashed in main, and there is no crash information, which makes me very troubled, no hint, after the person's advice got some methods, hereby share:
Because the crash in main and there is no crash log output, so we can not be judged by the output, so we break the point to debug, step by step, but there is no useful information hint also jumped here:
At this time many people may be inside the collapse, for example I ~ Now, when the breakpoint debugging here we press F8, always press, and observe the console output, and the code jump, I was the console at some point in time the error message appears as follows:
2015-09-17 15:28:52.135 cloudplatform[4966:152303] 15:28:52.135 error:98:error '!obj ' trying to fetch default input Device ' s sample rate
2015-09-17 15:28:52.135 cloudplatform[4966:152303] 15:28:52.135 error:100:error getting audio input device sample RA TE: '!obj '
2015-09-17 15:29:16.056 cloudplatform[4966:152303] 15:29:16.056 warning:230:the input device is 0x0; ' (null) '
2015-09-17 15:29:16.056 cloudplatform[4966:152303] 15:29:16.056 warning:234:the output device is 0x26; ' applehdaengineoutputdp:3,0,1,1:0:{2d4c-0564-4d593139} '
2015-09-17 15:29:16.057 cloudplatform[4966:152303] 15:29:16.057 error:296:error '!obj '
2015-09-17 15:29:16.057 cloudplatform[4966:151927] 15:29:16.057 error:296:error-66680
2015-09-17 15:29:16.057 cloudplatform[4966:152303] 15:29:16.057 error:113: * * * NULL Aqionode Object
2015-09-17 15:29:16.057 cloudplatform[4966:151927] 15:29:16.057 error:296:error-66680
2015-09-17 15:29:16.057 cloudplatform[4966:151927] 15:29:16.057 error:296:error-66680
2015-09-17 15:29:26.657 cloudplatform[4966:151927] 15:29:26.657 error:296:error-66680
2015-09-17 15:29:29.305 cloudplatform[4966:152303] 15:29:28.560 error:703:can ' t make Uisound Renderer
Before that, I have not seen this hint, after translation, this hint refers to the development of hardware problems caused by the device, not our code error, in a word, in short, you put the headset into the Mac Mini to try on it!! \ (^o^)/~ Try it, it's amazing.
iOS essay-record My recent video development problems