Building app with Detox fails

Bitrise Build Issue Report template

iOS App Build failing with detox

I am trying to build ios app with detox but build is failing with error Build system information error: /Users/vagrant/git/ios/Pods/Target Support Files/Pods-ReactNativeCI/Pods-ReactNativeCI.debug.xcconfig: unable to open file (in target "ReactNativeCI" in project "ReactNativeCI") (in target 'ReactNativeCI')

Environment:

The stack used is Xcode 10.2x on MacOS 10.14

In my workflow, there’s a cript that builds ios app with detox, which is as follows :slight_smile:
set -e
set -x
echo “Building iOS app…”
detox build -c ios.sim.debug

Reproducibility

I tried changing stack to xcode 10.1.x on MacOS High Sierra and it produces error error: /Users/vagrant/git/ios/Pods/Target Support Files/Pods-ReactNativeCI/Pods-ReactNativeCI.debug.xcconfig: unable to open file (in target "ReactNativeCI" in project "ReactNativeCI") (in target 'ReactNativeCI') (logs here : https://app.bitrise.io/build/9e1a1af9697181f7#?tab=log)

Local reproduction

Local reproduction: builds succeeds in xcode, but fails at bitrise

Build log

link to the logs : https://app.bitrise.io/build/f7290fb0ea24afad#?tab=log

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