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.

Add Podfile change for iOS

See original GitHub issue

Every time, When I m try to upgrade to the new react native version, I would speed too many times to fix compilation environment, If we can provide the correct Podfile configuration for react-native dependency. This toolkit will be more usefully.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
lucasbentocommented, Sep 2, 2019

@Matrixbirds: that’s because we started supporting CocoaPods out-of-the-box on 0.60 release, therefore we only have diff after that version.

0reactions
lucasbentocommented, Sep 3, 2019

@Matrixbirds: I’m closing this issue since it’s quite clear why Podfile is not existent on versions before 0.60, please don’t hesitate on opening another issue if you feel the need to.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using CocoaPods
<Creating a new Xcode project with CocoaPods · Save your Podfile. · Run $ pod install · Open the MyApp.xcworkspace that was created....
Read more >
iOS: cocoa Pods: How do I add a new dependency to an ...
In terminal change the directory to your project directory containing *.xcodeproj · Run open Podfile. Which opens the Podfile in textEdit. · Add...
Read more >
CocoaPods | CodePath iOS Cliffnotes
Create the Podfile · ⚠️ Common Issues · Add dependencies to the Podfile · Download and integrate the dependencies into your project ·...
Read more >
How To Manage Dependencies With CocoaPods - Cocoacasts
Now that we have listed the dependencies of the target, it's time to install them. Save the changes you made to your project's...
Read more >
CocoaPods Under The Hood - objc.io
CocoaPods is a library dependency management tool for OS X and iOS applications. With CocoaPods ... Every time pod install is run and...
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