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.

Hi, I’m following the steps to setup the project, but I’m facing below issues

IOS: pod install showing error [!] CocoaPods could not find compatible versions for pod “react-native-intercom”: In Podfile: react-native-intercom (from ../node_modules/react-native-intercom)

Specs satisfying the react-native-intercom (from …/node_modules/react-native-intercom) dependency were found, but they required a higher minimum deployment target.

My package version: “react”: “16.9.0”, “react-native”: “0.61.4”, “react-native-intercom”: “^15.0.0”,

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
hemchecommented, Apr 20, 2020

Can you see if the target is set to iOS 10.0 ? @wadeyw intercom now, supports only iOS 10 and above.

Screen Shot 2020-04-20 at 4 32 39 PM
1reaction
kamyab-tatvacommented, Oct 15, 2020

I am facing the same error “/ios/Intercom.framework/Headers/Intercom.h:14:2: This version of Intercom for iOS supports iOS 10.0 upwards.” Version : “react”: “16.13.1”, “react-native”: “0.63.3”, “react-native-intercom”: “^18.0.0”

IOS version in Xcode is: 11.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xcode: Build Failed, but no error messages - Stack Overflow
Build operation failed without specifying any errors. Individual build tasks may have failed for unknown reasons. One possible cause is if there are...
Read more >
Build Failed — but no reason! | Apple Developer Forums
Hi, I'm experiencing weird Xcode behavior. I'm getting "build failed" after some alterations to the code, but Xcode will NOT give me the...
Read more >
Oh dear! Build errors? - LoopDocs - GitHub Pages
Open your project in Xcode as normal. Then go to the menu bar at the top of the screen and find the "Product"...
Read more >
Steps to resolve failed to build iOS app error - YouTube
Steps to resolve failed to build iOS app error :1. rm ios /Podfile2. flutter pub upgrade3. flutter pub run4. flutter clean && flutter ......
Read more >
Troubleshooting build errors and crashes - Expo Documentation
Sometimes it's necessary to open the full Xcode logs in order to find the information that you need; for example, if the JavaScript...
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