我正在尝试使用Unity Cloud Building在iOS上构建手机游戏。我收到错误消息:
13817: ▸ ❌; Undefined symbols for architecture armv7
13818: ▸ > Symbol: _requestReview
13819: ▸ > Referenced from: _LevelManager_Start_m2992410788 in Bulk_Assembly-CSharp_2.o
13820: ▸ ❌; ld: symbol(s) not found for architecture armv7
13821: ▸ ❌; clang: error:
13822: ▸ Compiling UnityAppController+UnityInterface.mm
13823: ▸ Compiling UnityAppController+Rendering.mm
13824: ▸ Compiling UnityAdsUnityWrapper.mm
13825: ▸ Compiling StoreReview.m
13826: ▸ Compiling SplashScreen.mm
希望有人可以帮助我。