Unable to Build on Bitrise Web, only able to build via CLI

Bitrise Build Issue Report template

Description of the issue

Previously, I have been able to archive and export ipa for ios on Bitrise. Following upgrade of React Native to 0.61.5, I am suddenly unable to archive on Bitrise web. However, this step only works when I do it via the CLI.
I get the error:
error: /Users/vagrant/git/ios/Pods/Target Support Files/Yoga/Yoga.xcconfig: unable to open file (in target "Yoga" in project "Pods") (in target 'Yoga' from project 'Pods')

Environment:

Where did the issue happen?

Which build Step causes the issue and which version of the step?

xcode-archive@2.7.1

Reproducibility

  • _Does a “Rebuild” help? NO
  • _Does a rebuild without caches help? : NO
  • Does the issue happen sporadically, or every time? : EVERYTIME
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? :

Local reproduction

_Can it be reproduced on your own Mac/PC by following our local debug guide?: NO

Build log

User defaults from command line:
    IDEArchivePathOverride = /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/__archive__167700588/{projectName}.xcarchive

Build settings from command line:
    COMPILER_INDEX_STORE_ENABLE = NO

note: Using new build system
note: Planning build
note: Constructing build description
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'Shimmer' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 5.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'RNCryptor-objc' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'Protobuf' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'BVLinearGradient' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'Fabric' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'Adjust' from project 'Pods')
error: /Users/vagrant/git/ios/Pods/Target Support Files/Yoga/Yoga.xcconfig: unable to open file (in target "Yoga" in project "Pods") (in target 'Yoga' from project 'Pods')
error: /Users/vagrant/git/ios/Pods/Target Support Files/Yoga/Yoga.xcconfig: unable to open file (in target "Yoga" in project "Pods") (in target 'Yoga' from project 'Pods')
error: /Users/vagrant/git/ios/Pods/Target Support Files/Yoga/Yoga.xcconfig: unable to open file (in target "Yoga" in project "Pods") (in target 'Yoga' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 5.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'SAMKeychain' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'Crashlytics' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'react-native-viewpager' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'nanopb' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'react-native-version-check' from project 'Pods')

** ARCHIVE FAILED **

Hi @kizitoegeonu,

Sorry to hear about the issue. Please include the complete logfile or an URL for the build which would allow us to inspect it. Thanks!

Deleting pods from the repo and disabling pod cache helped me solve this

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