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.

「チラ裏ですよ」Cocoapods使用時にXcode UIテストが落ちる

Last updated at Posted at 2019-12-26

出力エラー

(en) The bundle “****************” couldn’t be loaded because it is damaged or missing necessary resources

(ja) バンドル“****************”は、壊れているか必要なリソースがないため読み込めませんでした。 バンドルを再インストールしてください。

環境

  • Xcode 11.3 (11C29)
  • CocoaPods 1.8.4

対策

Target - > building settings - > ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES - > Value(Boolean) を $(inherited) に変更

余談

pod install でワーニングが表示されてたのを予め解決しておく

[!] The `<project name> [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `<.xcconfig location>'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.
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?