ios - Error occurs in one project, not in a partially replicated second project. Related to playing multimedia -


i have 2 projects. in them trying play video either avplayer or mpmovieplayercontroller.

in 1 large project i've been developing in few months, i've added new screen, button, , code display video. pressing button displays video. did not work; video displays "loading..." second , application breaks, showing me main method - highlighting line:

return uiapplicationmain(argc, argv, nil, nsstringfromclass([appappdelegate class])); 

in second project i've created, mimic new screen, button, , code tried adding first project. project displays video perfectly. first project fails either avplayer or mpmovieplayercontroller, second works fine either.

i've made new screen in first project initial view controller, same failing result.

i'm not sure information show you. debug console? frameworks have included in 1 not other?

i'm @ wits end trying figure out, slightest suggestion mean lot.

i don't know mean application breaks, it's crashing or it's paused ?. had similar problem on 1 of project , problem caused breakpoint set on exceptions, seems mpmovieplayercontroller throws exceptions while playing movie handled breakpoints stop app in strage places


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -