IOS build error
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:5
Top 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 >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
Can you see if the target is set to iOS 10.0 ? @wadeyw intercom now, supports only iOS 10 and above.
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