0
1

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 5 years have passed since last update.

Unity から Xcode経由でiOSへビルドするときのエラー「library not found for -liPhone-lib」

Last updated at Posted at 2020-09-26

バージョン

Xcode Version 12.0.1
Mac OS Catalina
iOS 13.7

エラー

Unity から Xcode経由でiOSへビルド
Xcodeのビルドの最後の方で、こんなエラー

ld: library not found for -liPhone-lib
clang: error: linker command failed with exit code 1 (use -v to see invocation)

原因

Unityのプロジェクト名が全角の文字を含んでいたため。

(誤) TEST1

(正) TEST1
 

以上


これだけで、半日悩んだ・・・・・
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?