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.

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

  1. Create a new app:

    react-native init TestFlipper --version 0.62.0-rc.2
    open TestFlipper/iOS/TestFlipper.xcworkspace
    
  2. Build (command-b)

  3. See: Screenshot 2020-02-14 at 17 00 15

Expected Behavior

No new warnings being added to the build.

Environment

Xcode 11.3.1

Issue Analytics

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

github_iconTop GitHub Comments

6reactions
maestorcommented, Apr 16, 2020

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’).

2reactions
priteshrnandgaonkarcommented, Feb 17, 2020

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.

Read more comments on GitHub >

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

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