No Carthage support
See original GitHub issueDescription
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:
- Created 6 years ago
- Reactions:27
- Comments:21
Top 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 >
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 Free
Top 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
Carthage is gaining some serious space in the dependency management of iOS apps. This should definitely move up to a higher priority.
+1, keep it open, I also would prefer to use it with Carthage.