Flipper’s dependencies throw build warnings
See original GitHub issue🐛 Bug Report
Adding Flipper integration to one’s iOS project adds a whole bunch of build warnings.
To Reproduce
-
Create a new app:
react-native init TestFlipper --version 0.62.0-rc.2 open TestFlipper/iOS/TestFlipper.xcworkspace
-
Build (command-b)
-
See:
Expected Behavior
No new warnings being added to the build.
Environment
Xcode 11.3.1
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Why can't I see build warnings for… | Apple Developer Forums
I'm working within an Xcode workspace, and I've noticed that Xcode isn't showing me any build warnings for target dependencies when building from...
Read more >Debugging - Expo Documentation
Learn about different techniques and tools available to debug your Expo project.
Read more >flipper - Laur's blog
flipper. More: -ajax 12.1 2 2.1.7 2016 3 3d 400 404 418 530 56 7 8 aapt access ... boom bootstrap bootstrap 3...
Read more >react native deprecated gradle features were used in this build ...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings...
Read more >Warning: dependencies! - language design - Rust Internals
pinned dependencies will get older and as you upgrade your rustc version (which people invariably do do), that count of warnings would increase...
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
Is there any schedule when will dependencies warning fixed? After upgrading RN 0.62 which have Flipper support, I have massive amount of warning outputs. And my CI have 4MB of log restriction (Travis in use), so I didn’t even get build finished. Reason is thousands of unnecessary warning output rows which goes over 35k lines (approximately row limit when 4MB exceed and task will terminated).
As a workaround to get builds finished, have to currently run xcodebuild with some ignore flags (CLANG_WARN_COMMA=‘NO’ CLANG_WARN_DOCUMENTATION_COMMENTS=‘NO’ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=‘NO’).
There are few warnings from FlipperKit network plugin which I will fix it. Majority of the warnings are coming from FlipperKit’s dependencies like Flipper-Folly, Flipper-PeerTalk, Flipper-RSocket, ComponentKit etc. I will fix the once coming from FlipperKit. I will fix the once coming from the dependencies later.