Build is failing in iOS
See original GitHub issueBefore I have submitted the issue
[ ] I have read an installation guide
[ ] I know that for an iOS I need to install pods because I’ve read the installation guide
[ ] I have read a linking guide and checked that everything is OK like in manual linking guide
[ ] I know that before using tipsi-stripe
I need to set options for my app as described in usage guide
The problem
Build is failing without error.
Environment
tipsi-stripe
version: 7.4.0- iOS or Android: iOS
- React-Native version: 0.44.3
- OS version:
Screenshots:
Manual linking in libraries:
Header Search Path:
Link Binary with libraries:
PodFile:
Installed pod version:
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
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 >Xcode 4: Build Failed, No Issues - ios - Stack Overflow
I've been getting 'Build Failed' with no errors in the Issue navigator(only warnings). Report navigator, though, displayed errors correctly.
Read more >Build failed on iOS device · Issue #9823 - GitHub
When I'm trying to build project for real device or open xcode project I get error. Reproduction. ns create app --react; cd app;...
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 >iOS - Build fail troubleshooting guide - Goodbarber
If GoodBarber is taking care of your iOS app updates/publication to the App Store, contact our Support in case of an iOS build...
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
@jamesawer3 Can you try setting your header search paths to recursive? ping @rizwanatta
@jamesawer3 the problem i had was . $(inherited) was not in search paths and pods installing was being tangled! so in all version of builds . tvOs/debug/release . i had to go to . LIBRARY SEARCH PATH, HEADER SEARCH PATH, OTHER LINKED FLAGS . to put it there and the again installing the pods did the trick and library just worked #yayeeee
what new i did was adding a new header search path to main Project
$(SRCROOT)/…/node_modules/tipsi-stripe/ios/TPSStripe recursive
and bang the tipsi-stripe is kicking in now ! thanks for your help!