This is on purpose. We do not codesign our nightly builds. If you want to test beta releases of VLC for iOS, you can contact Felix to be added to the beta tester group.
Totally agree with you with ARC dealloc method is unused but for life cycle it still goes inside the dealloc. For my scenario, i need to perform some cleanup on dealloc method so that's why I ask.
Anyway, i will try to cleanup at viewDidDisapear instead.
Hi Felix, Sorry for missing information. Basically, I add dealloc method into VDLPlaybackViewController.m for Dropin-Player sample: - (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; if (_mediaplayer) { @try { [_mediaplayer removeObserver:self forKeyPath:@"time"...
when running Dropin-Player sample for iOS, I found we cannot go into dealloc method at VDLPlaybackViewController page when pressing Done button. I guess there is something cannot be released.
The bug happens on master branch from commit: 4ef02b6b899890135569dd65a41acbea9c8f03dd (MVK: drop 7 patches, adapt to new build script, update libvlc hash)
The problem is still exist in the lasted build. It seems only happen when building with real device. Here is my logs: Undefined symbols for architecture armv7: "_celt_pitch_xcorr_neon", referenced from: __celt_autocorr in libMobileVLCKit.a(celt_lpc.o) _pitch_search in libMobileVLCKit.a(pit...