7.237 fails to compile on ipod touch.

Previous topic - Next topic

mykyl66

It doesn't matter what code I try and use, if I compile in version 7.237 of glbasic I get the following debug errors in xcode when compiling.

Any help please or is this a newly introduced bug in the latest version of glbasic?

No idea what is happening as I am at no point trying to run any movies or whatever and the same code worked perfectly before.

Thanks

Mike R

Build iPhone of project iPhone with configuration Debug

Check dependencies

Undefined symbols:
"_MPMoviePlayerPlaybackDidFinishNotification", referenced from:
      _MPMoviePlayerPlaybackDidFinishNotification$non_lazy_ptr in libGLBasiciPhone-egl.a(iPhoneAppController.o)
  "_OBJC_CLASS_$_MPMoviePlayerController", referenced from:
      __objc_classrefs__DATA@0 in libGLBasiciPhone-egl.a(iPhoneAppController.o)

ld: symbol(s) not found
collect2: ld returned 1 exit status




mykyl66