3
3

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.

Archiveでビルドが失敗する

Last updated at Posted at 2014-06-10

Xcodeでstatic libraryを使ったアプリを作ってると、普通にビルドする時は通るのに、配布用にArchiveでビルドすると、Lexical or Preprocessor Issueと出て失敗することがあります。

ArchiveのときはSearchPathが異なるの原因のようです。

環境

  • Xcode 5.1.1

構成

こんな感じで、workspace内にアプリとstatic libraryがあります。
アプリにstatic libraryをリンクしていて、ご覧の通りBuildが成功してます。

Untitled2.png

失敗

deviceを変えて、Archiveするとこのようにヘッダが見つからず失敗します。

Untitled3.png

対策

coolAppのUser Header Search Pathsに
$(PROJECT_DIR)/..recursiveで追加してください。

Untitled4.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?