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

build fails when iOS deployment target is set to 15 #244

Closed
castdrian opened this issue Mar 27, 2024 · 2 comments
Closed

build fails when iOS deployment target is set to 15 #244

castdrian opened this issue Mar 27, 2024 · 2 comments

Comments

@castdrian
Copy link

The following build commands failed:
	CompileC /Users/adrian/Library/Developer/Xcode/DerivedData/movieweb-damicqciutnuugbwbopodxwwmoju/Build/Intermediates.noindex/ArchiveIntermediates/movieweb/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/react-native-quick-crypto.build/Objects-normal/arm64/MGLCipherHostObject.o /Users/adrian/Developer/mw-native/node_modules/react-native-quick-crypto/cpp/Cipher/MGLCipherHostObject.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-quick-crypto' from project 'Pods')
(1 failure)
@jensdev
Copy link

jensdev commented Apr 17, 2024

@castdrian I'm having the same issue on version 0.6.1. I fixed it by adding pod "OpenSSL-Universal", "~> 1.1.1100" to the target in my Podfile

target 'RNApp' do
  pod "OpenSSL-Universal", "~> 1.1.1100"

@MindWire
Copy link

Thanks, worked for me. (I had to change it 1.1.2200).

github-merge-queue bot pushed a commit to MetaMask/metamask-mobile that referenced this issue Sep 25, 2024
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

This PR fixes a bug introduces on iOS builds using
react-native-quick-crypto as documented
[here](margelo/react-native-quick-crypto#244)

## **Related issues**

Fixes:

## **Manual testing steps**

1. Go to this page...
2.
3.

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

Successful build:
https://app.bitrise.io/build/076ad837-6e35-4165-a4f2-14c5754ad1d3

## **Pre-merge author checklist**

- [x] I’ve followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [x] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [x] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
devin-ai-integration bot pushed a commit to MetaMask/metamask-mobile that referenced this issue Sep 25, 2024
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

This PR fixes a bug introduces on iOS builds using
react-native-quick-crypto as documented
[here](margelo/react-native-quick-crypto#244)

## **Related issues**

Fixes:

## **Manual testing steps**

1. Go to this page...
2.
3.

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

Successful build:
https://app.bitrise.io/build/076ad837-6e35-4165-a4f2-14c5754ad1d3

## **Pre-merge author checklist**

- [x] I’ve followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [x] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [x] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
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

3 participants