Hi everyone.
I was going crazy on these video bugs until I found your posts. Thanks so much!
I followed the instructions but now I am getting these errors while building for iOS.
Do you have a solution for that, too? I would really appreciate it! ;-D
[2/9] Compile Module.AvfMediaFactory.cpp
UATHelper: Packaging (iOS): In file included from C:\***\Plugins\AvfMedia\Intermediate\Build\IOS\UE4\Shipping\AvfMedia\Module.AvfMedia.cpp:3:
UATHelper: Packaging (iOS): C:\***\Plugins\AvfMedia\Source\AvfMedia\Private\Player\AvfMediaPlayer.cpp:396:67: error: use of undeclared identifier 'GetAvfMediaPlayerDebugData'
UATHelper: Packaging (iOS): UE_LOG(LogTemp, Warning, TEXT("State of AVFMediaPlayer is %s"), *GetAvfMediaPlayerDebugData());
UATHelper: Packaging (iOS): ^
UATHelper: Packaging (iOS): C:\***\Plugins\AvfMedia\Source\AvfMedia\Private\Player\AvfMediaPlayer.cpp:614:9: error: use of undeclared identifier 'GetAvfMediaPlayerDebugData'
UATHelper: Packaging (iOS): return GetAvfMediaPlayerDebugData();
UATHelper: Packaging (iOS): ^
PackagingResults: Error: use of undeclared identifier 'GetAvfMediaPlayerDebugData'
PackagingResults: Error: use of undeclared identifier 'GetAvfMediaPlayerDebugData'
UATHelper: Packaging (iOS): C:\***\Plugins\AvfMedia\Source\AvfMedia\Private\Player\AvfMediaPlayer.cpp:623:26: error: out-of-line definition of 'GetAvfMediaPlayerDebugData' does not match any declaration in 'FAvfMediaPlayer'
UATHelper: Packaging (iOS): FString FAvfMediaPlayer::GetAvfMediaPlayerDebugData() const
UATHelper: Packaging (iOS): ^~~~~~~~~~~~~~~~~~~~~~~~~~
PackagingResults: Error: out-of-line definition of 'GetAvfMediaPlayerDebugData' does not match any declaration in 'FAvfMediaPlayer'
UATHelper: Packaging (iOS): 3 errors generated.