linker command failed with exit code 1 (use -v to see invocation)
When I try to build the game for IOS using xcode 12 its giving me this error.
Undefined symbols for architecture arm64: "__GetCurrentMediaTime", referenced from: _EnergySuiteBehaviour_UpdateCurrentTime_m12C92A54F142FE103211A9382D8C2033B4633EF8 in Assembly-CSharp1.o _iOSBridge_GetCurrentMediaTime_mB004350395AADAEDF1C776C2F4AFB76BC115C021 in Assembly-CSharp1.o _iOSBridge__GetCurrentMediaTime_m91D651934E063627CEB467A408FCA83CC0AA4188 in Assembly-CSharp1.o (maybe you meant: _iOSBridge__GetCurrentMediaTime_m91D651934E063627CEB467A408FCA83CC0AA4188) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
any solutions to fix this?