EXPO-IOS: pod exited with non-zero code: 1

SDK 42.0.0
expo 4.12.1
eas-cli/0.31.1 win32-x64 node-v12.14.0
Windows 10

Will be glad of any help. Thanks.

EAS Build log
d:\expo\sm24>eas build
√ Select platform » iOS
√ Linked to project @XXX
√ Using remote iOS credentials (Expo server)
√ Push Notifications setup for XXX
√ Compressed project files 15s (16.1 MB)
√ Uploaded to EAS 6s Learn more: fyi/eas-build-archive.md at main · expo/fyi · GitHub

Build details: Build Details — 19f24db2-f59d-4129-abf6-03ef34afef5b — Expo

Waiting for build to complete. You can press Ctrl+C to exit.
× Build failed

:apple: iOS build failed:
Unknown error. Please see logs.

Build Details Log (full: Build Details — 19f24db2-f59d-4129-abf6-03ef34afef5b — Expo)

Installing pods
Installing unimodules:
expo-app-auth@10.2.2 from …/node_modules/expo-app-auth/ios
expo-application@3.2.0 from …/node_modules/expo-application/ios
expo-constants@11.0.2 from …/node_modules/expo-constants/ios
expo-device@3.3.0 from …/node_modules/expo-device/ios
expo-error-recovery@2.2.0 from …/node_modules/expo-error-recovery/ios
expo-facebook@11.3.1 from …/node_modules/expo-facebook/ios
expo-file-system@11.1.3 from …/node_modules/expo-file-system/ios
expo-font@9.2.1 from …/node_modules/expo-font/ios
expo-google-sign-in@9.2.1 from …/node_modules/expo-google-sign-in/ios
expo-image-loader@2.2.0 from …/node_modules/expo-image-loader/ios
expo-image-picker@10.2.3 from …/node_modules/expo-image-picker/ios
expo-keep-awake@9.2.0 from …/node_modules/expo-keep-awake/ios
expo-local-authentication@11.1.1 from …/node_modules/expo-local-authentication/ios
expo-modules-core@0.2.0 from …/node_modules/expo-modules-core/ios
expo-network@3.2.0 from …/node_modules/expo-network/ios
expo-permissions@12.1.1 from …/node_modules/expo-permissions/ios
expo-splash-screen@0.11.4 from …/node_modules/expo-splash-screen/ios
expo-sqlite@9.2.1 from …/node_modules/expo-sqlite/ios
expo-structured-headers@1.1.1 from …/node_modules/expo-structured-headers/ios
expo-updates@0.8.5 from …/node_modules/expo-updates/ios
expo-updates-interface@0.2.2 from …/node_modules/expo-updates-interface/ios
unimodules-app-loader@2.2.0 from …/node_modules/unimodules-app-loader/ios
unimodules-core@7.1.2 from …/node_modules/@unimodules/core/ios
unimodules-react-native-adapter@6.3.9 from …/node_modules/@unimodules/react-native-adapter/ios
unimodules-task-manager-interface@6.2.0 from …/node_modules/unimodules-task-manager-interface/ios
Auto-linking React Native modules for target sm24: RNBottomActionSheet, RNCAsyncStorage, RNDateTimePicker, RNGestureHandler, RNReanimated, RNSVG, RNScreens, react-native-safe-area-context, react-native-webview, and rn-fetch-blob
Analyzing dependencies
Fetching podspec for DoubleConversion from ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec
Fetching podspec for Folly from ../node_modules/react-native/third-party-podspecs/Folly.podspec
Fetching podspec for glog from ../node_modules/react-native/third-party-podspecs/glog.podspec
Adding spec repo trunk with CDN https://cdn.cocoapods.org/
CocoaPods 1.11.2 is available.
To update use: sudo gem install cocoapods
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at Release 1.11.2 · CocoaPods/CocoaPods · GitHub
[!] Unable to find a specification for RNImageHelper depended upon by RNBottomActionSheet
You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.
    [stderr] [!] <PBXResourcesBuildPhase UUID=13B07F8E1A680F5B00A75B9A> attempted to initialize an object with an unknown UUID. F6C4FC7E3013469A82793508 for attribute: files. This can be the result of a merge and the unknown UUID is being discarded.
    pod exited with non-zero code: 1

Try installing react-native-image-helper

Thanks @wodin, works :slight_smile:

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.