0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Xcode Build時のエラー'Linker command failed with exit code 1 (use -v to see invocation)'の解決方法

Last updated at Posted at 2023-11-01

開発端末

MacBook Air M2チップ(macos Ventura 13.4)

エラー内容

Framework 'FBLPromises' not found
Linker command failed with exit code 1 (use -v to see invocation)

解決方法

Unity-iPhone.xcworkspaceで開き直して、ビルド再実行

Unity-iPhone.xcworkspaceがない人

ターミナルからビルドするフォルダに移動し、コマンド実行。

コマンド
pod install

pod installでエラーが出た人

[!] GoogleAppMeasurement requires CocoaPods version >= 1.10.2, which is not satisfied by your current version, 1.9.0.

以下コマンド実行

コマンド
sudo gem install cocoapods

最後に

pod installが正常に終了すると、Unity-iPhone.xcworkspaceが作成されているので
それビルドして終了。お疲れ様でした!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?