Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing CI iOS #250

Closed
Mookiies opened this issue Apr 30, 2021 · 1 comment
Closed

Failing CI iOS #250

Mookiies opened this issue Apr 30, 2021 · 1 comment

Comments

@Mookiies
Copy link
Contributor

Mookiies commented Apr 30, 2021

The yarn deploy/release/ios task fails to build. This causes the Deploy step of the iOS github workflow to fail.

Here is a truncated log. I've created a gist of the full log for the workflow here as the log is too long to view in github workflow ui https://gist.githubusercontent.com/Mookiies/75f853d4cf2110897e67cfeb0e0b2109/raw/9cc713fb4e06bc5108d3b49561d163d72f528cf6/1_react-native-ios.txt

yarn deploy/release/ios
warning: The Legacy Build System will be removed in a future release. You can configure the selected build system and this deprecation message in File > Workspace Settings.
...
=== BUILD TARGET RNBackgroundExample OF PROJECT RNBackgroundExample WITH CONFIGURATION Release ===
ld: in /Users/.../src/react-native-background-upload/example/RNBackgroundExample/ios/Pods/OpenSSL-Universal/ios/lib/libcrypto.a(cryptlib.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/malcolm.scruggs/src/react-native-background-upload/example/RNBackgroundExample/ios/Pods/OpenSSL-Universal/ios/lib/libcrypto.a' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: warning: could not create compact unwind for _DES_read_password: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _DES_read_2passwords: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _RAND_load_file: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _RAND_write_file: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _ERR_print_errors_cb: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _ERR_print_errors: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _PEM_SealUpdate: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _PEM_X509_INFO_write_bio: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _PEM_read_bio_PrivateKey: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _process_pci_value: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _PKCS7_verify: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _PKCS7_decrypt: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _read_string_inner: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _pkey_GOST01cp_encrypt: stack subl instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _pkey_GOST01cp_decrypt: stack subl instruction is too different from dwarf stack size
** BUILD FAILED **

error Command failed with exit code 65.

Running yarn deploy/release/ios locally gives the same errors as the ones in ci

@Mookiies
Copy link
Contributor Author

I tried with no luck

  1. not using legacy build system
  2. pod deintegrate and pod install

I referenced these issues to try and find a solution
facebook/react-native#24450
facebook/react-native#25240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant