出力エラー
(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.