LoginSignup
3
2

More than 1 year has passed since last update.

React Nativeでビルドするときにerror code 65と言われる

Last updated at Posted at 2022-02-01

エラー内容

初期の頃は結構このエラーで何時間も食われてしまったのとたまに出てきてしまうので少しだけメモ。
下のエラーがnpx react-native run-iosの時に出てくる。

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening hogehoge.xcworkspace.
Command line invocation:
.....

対処法

  1. Xcodeを開く
  2. 左側からプロジェクトを選択。
  3. 中央にあるワークスペースのタブからSigning & Capabilities > Signing(Debug)にあるTeamを選択する。

スクリーンショット 2022-02-01 22.26.04.png

3
2
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
3
2