Also removed unzip.o from armv7 and arm64 x86_64 for libCardboardSDK_{architecutre}.a as building for the simulator complained about duplicate symbols. Removing both json_value.o and unzip.o removed any duplicate symbol warnings however the same crash still occurs.
A
Andrew Morton
said
almost 7 years ago
I've written a fixGVR.sh script which is removing all the duplicate libraries I can see that are common to WikiTude and GVRSDK. App compiles properly but at runtime I still get errors thrown by the GVRSDK when trying to render a video frame. Removing WikiTude fixed the issue. I'm removing the following libraries.
lodepng.o json_value.o unzip.o sha256.o hmac.o
I also tried running the same script on Wikitude (exluding lodepng which I know Wikitude has customized) however if I do this then Wikitude refuses to compile.
I.karpenko