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.

Build is failing in iOS

See original GitHub issue

Before 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:

screen shot 2019-03-07 at 6 05 20 pm

Screenshots:

Manual linking in libraries:

screen shot 2019-03-07 at 6 07 15 pm

Header Search Path:

screen shot 2019-03-07 at 6 08 57 pm

Link Binary with libraries:

screen shot 2019-03-07 at 6 09 47 pm

PodFile:

screen shot 2019-03-07 at 6 11 57 pm

Installed pod version:

screen shot 2019-03-07 at 6 13 22 pm

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
yassinecccommented, May 19, 2019

@jamesawer3 Can you try setting your header search paths to recursive? ping @rizwanatta

0reactions
rizwanattacommented, Jun 14, 2019

@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!

Read more comments on GitHub >

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

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