question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

run-ios error: Undefined symbols for architecture x86_64 - Intercom

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
aditibarbhaicommented, Jul 18, 2020

Resolved by upgrading Xcode. Thanks!

1reaction
BrianBoyle18commented, Jul 13, 2020

@aditibarbhai You’ll need to make sure you’re using Xcode 11.4 to build your app.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found