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.

No Carthage support

See original GitHub issue

Description

I use carthage as dependency manager. (CocoaPod alternative) I add facebook/react-native as one of the dependency.

I run carthage update (similar with pod install). Its failed to build react-native because its not compatible.

Skipped building react-native due to the error:
Dependency "react-native" has no shared framework schemes for any of the platforms: iOS

Reproduction Steps and Sample Code

use carthage as your dependency manager https://github.com/Carthage/Carthage

add this repo as dependency. build

Additional Information

  • React Native version: 0.44
  • Platform: iOS
  • Development Operating System: MacOS
  • Dev tools: Xcode

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:27
  • Comments:21

github_iconTop GitHub Comments

26reactions
lswithcommented, Jul 21, 2017

Carthage is gaining some serious space in the dependency management of iOS apps. This should definitely move up to a higher priority.

13reactions
michallaskowskicommented, May 15, 2018

+1, keep it open, I also would prefer to use it with Carthage.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Carthage/Carthage: A simple, decentralized dependency ...
0 Carthage supports static frameworks. Because Carthage has no centralized package list, and no project specification format, most frameworks should build ...
Read more >
What to do if a library you want to use doesn't support ...
So one way to get a project to support Carthage is to fork it on GitHub and then share the scheme in Xcode...
Read more >
Carthage for iOS
Learn about integrating Sentry into your Xcode project using Carthage. ... Make sure to use carthage build --use-xcframeworks --no-use-binaries after ...
Read more >
How to add Carthage support in existing CocoaPods project
In this short blog post, I'll describe how you can add Carthage support for a library that already supports CocoaPods. Sharing the Xcode...
Read more >
How To Create A Framework With Carthage Support
The only thing we need to do now is run this command: carthage build --no-skip-current . It will build the framework and create...
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