Bitrise Build Issue Report template
Description of the issue
I have upgrade from react-native 0.44.3 to 0.50.0, I also use a library for caching images that was upgraded “react-native-cached-image”.
On bitrise build I get the error : (that blob is used for the above lib)
ld: library not found for -lRNFetchBlob
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Everything works locally :
- react-native run-ios
- Xcode build
- re-cloned repo, install bitrise-cli locally and bitrise run primary
Environment:
Bitrise.io: Xcode Archive & Export 2.3.7 (always latest)
Xcode: 9.1 (same version as local)
fails on Xcode Archive & Export…
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - If you have multiple different build configurations (workflows), does the issue affect all/more than one? : NO
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : when upgraded react-native and a library
Other stacks
Can it be reproduced by running the build locally with our CLI ( https://www.bitrise.io/cli ), after doing a new git clone of the repository into the /tmp
directory and running the build from there with the Bitrise CLI ( https://www.bitrise.io/cli )?
NO, locally everything works
Build log
Please attach the build log (you can download the build log from the build’s page, once the build is finished, using the “Download log” button - floating at the bottom right corner of the log viewer), or if you can’t attach the whole log then send the full log through a private channel (e.g. email - https://www.bitrise.io/contact ), with a link to the related Discuss issue.
enabled bitrise support for : https://www.bitrise.io/app/75fc176a077120d1
build log: https://drive.google.com/file/d/1V4ZylGeFjCvw-tiuB-95xH-1U2XLiVWN/view?usp=sharing