craftzdog / craftzdog/react-native-quick-base64
Error building app using this package in CI/CD
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 464
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
› Linking react-native-quick-base64 Pods/react-native-quick-base64 » react_native_quick_base64
⚠️ ld: dylib (/Users/expo/Library/Developer/Xcode/DerivedData/FindingFocus-ewnqgjvlayshdtdnyyfxnerrizim/Build/Intermediates.noindex/ArchiveIntermediates/FindingFocus/BuildProductsPath/Release-iphoneos/React-Core/React.framework/React) was built for newer iOS version (12.4) than being linked (11.0)
❌ Undefined symbols for architecture arm64
┌─ Symbol: facebook::jsi::Value::~Value()
└─ Referenced from: void facebook::jsi::Object::setProperty<facebook::jsi::Function>(facebook::jsi::Runtime&, facebook::jsi::String const&, facebook::jsi::Function&&) in react-native-quick-base64.o
❌ ld: symbol(s) not found for architecture arm64
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
Is anyone else getting an error like this?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the CI/CD iOS archive using the reported React Native package and compare the deployment target with the linker output. Done means the arm64 build links successfully without the missing facebook::jsi::Value symbol or the iOS version mismatch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, ios, react-native
- Domain
- build-system, ci-cd, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100