run-ios error: Undefined symbols for architecture x86_64 - Intercom
See original GitHub issueThe project I am working on used to have a deployment target of ios 9 - IPHONEOS_DEPLOYMENT_TARGET = 9.0
and was using "react-native-intercom": "13.1.0"
Currently, I’m trying to upgrade to the latest version (16.0.0). I set the deployment target to ios 10, but I’m getting the following error when I do pod install
:
[!] CocoaPods could not find compatible versions for pod "Intercom":
In snapshot (Podfile.lock):
Intercom (= 5.5.1, ~> 5.0)
In Podfile:
react-native-intercom (from `../node_modules/react-native-intercom`) was resolved to 16.0.0, which depends on
Intercom (~> 6.1.0)
Specs satisfying the `Intercom (= 5.5.1, ~> 5.0), Intercom (~> 6.1.0)` dependency were found, but they required a higher minimum deployment target.
What is the minimum deployment target for the latest version? I couldn’t find it in the READ.ME
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
Undefined symbols for architecture x86_64 - Intercom #29327
Description I recently upgraded to Intercom 7.1.1 via cocoapods (cocoapods version 1.9.3). was able to successfully run pod install when ...
Read more >react-native-intercom throws cryptic error - Undefined symbols ...
The project is building fine till linking stage and then throws this error. I have done all the steps described in the intercom...
Read more >[Solved]-Apple Mach-O Linker Error - Undefined symbols for ...
Coding example for the question Apple Mach-O Linker Error - Undefined symbols for architecture x86_64: "_UISceneWillEnterForegroundNotification" and ...
Read more >React Native Firebase Analytics: Undefined symbols for ...
When I tried to build the project with expo run:ios , I got the following error. ❌ Undefined symbols for architecture x86_64 ┌─...
Read more >Fixing React Native build error: Undefined symbols ... - Medium
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Resolved by upgrading Xcode. Thanks!
@aditibarbhai You’ll need to make sure you’re using Xcode 11.4 to build your app.