質問編集履歴

1

追加で試したことを追記しました

2022/05/28 11:14

投稿

yamazaki000
yamazaki000

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,13 @@
12
12
  ・unityでplugin → iOS にGADU*のプラグインを導入
13
13
  (参考:https://teratail.com/questions/0kpv8rvn4etr0a)
14
14
  ・terminalに「arch -x86_64 pod install→enter->chmod +chmod +x process_symbols.sh」を入力(参考:https://stackoverflow.com/questions/72188269/xcode-admob-build-failed-issue)
15
+ 【5/28追加】
16
+ ・podfileに以下の内容を追加→build不可
17
+ __target 'Unity-iPhone' do
18
+ pod 'GoogleMobileAdsMediationUnity'
19
+ pod 'Google-Mobile-Ads-SDK'
20
+ end_
21
+ _(参考:https://stackoverflow.com/questions/71600576/how-do-i-solve-undefined-symbols-for-architecture-arm64-error)
15
22
 
16
23
  上記を試しましたが状況が改善されません。
17
24
  何か対応策がありましたら、ご教授いただけますでしょうか。