The official Elixir SDK for Sentry (sentry.io)
Elixir plugin for SublimeText 3 providing code completion and linting.
discord/discord-oauth2-example 171
Discord OAuth2 Example
discord/sample-game-integration 80
An example using Discord's API and local RPC socket to add Voice and Text chat to an instance or match based multiplayer game.
Python Library for Blizzard's Community Platform API
Tornado Hub for Eventlet
vishnevskiy/zookeeper-elixir 16
Zookeeper client for Elixir with common recipes.
Fast BBCode for JavaScript written in CoffeeScript
bbcodepy is a fast Python BBCode parser and renderer
Final Fantasy XIV Lodestone Scraper
issue openedfacebook/react-native
iOS 14.4 : Style property 'height' is not supported by native animated module
Description
Hello everyone,
I am having an issue with iOS 14.4 and the TextInput component. First of all, I do not encounter the problem on iOS 13.X versions.
When I press a basic TextInput, I encounter the following error: Style property 'height' is not supported by native animated module
Thx in advance.
React Native version:
System:
OS: macOS 11.2.1
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Memory: 34.75 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.16.3 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 6.14.4 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.0 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Xcode: 12.4/12D4e - /usr/bin/xcodebuild
Languages:
Java: Not Found
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.4 => 0.63.4
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Steps To Reproduce
- Click on TextInput
Expected Results
Describe what you expected to happen. Write in TextInput
Snack, code example, screenshot, or link to a repository:
export interface Props {
}
interface State {
value: string;
}
class Search extends Component<Props, State> {
constructor(props: Props | Readonly<Props>) {
super(props);
this.state = {
value: "",
}
}
render() {
return (
<TextInput
style={{ height: 40, width: "100%", backgroundColor: "#000" }}
value={this.state.value}
onChangeText={(text) => this.setState({ value: text })} />
);
}
}
export default Search;
created time in 32 minutes
issue commentfacebook/react-native
Hi @joeycs, Did you start working on this? Unfortunately, I didn't see your comment when I started and I've just sent a PR with that method. As I haven't mentioned that I'd like to work on this I can close my PR but I want to make sure how things are with you.
Actually, no. I haven't had time to work on it like I thought. You can go ahead with your PR!
comment created time in an hour
PR opened discord/discord-api-docs
Deno-Discord-Slash-Commands is a simple Deno wrapper for slash commands. It provides get/send/edit/delete methods for handling responses/follow up messages, as well as a verify signature function for receiving slash command requests from discord.
pr created time in an hour
pull request commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
Platform | Engine | Arch | Size (bytes) | Diff |
---|---|---|---|---|
android | hermes | arm64-v8a | 8,903,394 | +758 |
android | hermes | armeabi-v7a | 8,395,388 | -4,496 |
android | hermes | x86 | 9,391,979 | +407 |
android | hermes | x86_64 | 9,334,398 | -1,395 |
android | jsc | arm64-v8a | 10,354,110 | -282,560 |
android | jsc | armeabi-v7a | 9,829,195 | -287,807 |
android | jsc | x86 | 10,404,193 | -282,916 |
android | jsc | x86_64 | 10,986,861 | -284,711 |
Base commit: f27621465d82f2b75676c1f745c82e814452602d
comment created time in an hour
pull request commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!
comment created time in an hour
pull request commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
Platform | Engine | Arch | Size (bytes) | Diff |
---|---|---|---|---|
ios | - | universal | n/a | -- |
Base commit: f27621465d82f2b75676c1f745c82e814452602d
comment created time in an hour
issue commentfacebook/react-native
Hi @joeycs, Did you start working on this? Unfortunately, I didn't see your comment when I started and I've just sent a PR with that method. As I haven't mentioned that I'd like to work on this I can close my PR but I want to make sure how things are with you.
comment created time in an hour
Pull request review commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
private void updateAndSendTouchExplorationChangeEvent(boolean enabled) { } } + private void updateAndSendInvertColorsChangeEvent() {+ boolean isInvertColorsEnabled = this.getIsInvertColorsEnabled();++ if (mInvertColorsEnabled != isInvertColorsEnabled) {+ mInvertColorsEnabled = isInvertColorsEnabled;++ ReactApplicationContext reactApplicationContext = getReactApplicationContextIfActiveOrWarn();+ if (reactApplicationContext != null) {+ reactApplicationContext+ .getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
google-java-format
suggested changes:
@@ -167 +166,0 @@
-
comment created time in an hour
Pull request review commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
private boolean getIsReduceMotionEnabledValue() { return value != null && value.equals("0.0"); } + @TargetApi(Build.VERSION_CODES.LOLLIPOP)
google-java-format
suggested changes:
@@ -105 +104,2 @@
- Settings.Secure.getString(mContentResolver, Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED);
+ Settings.Secure.getString(
+ mContentResolver, Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED);
comment created time in an hour
Pull request review commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
private void updateAndSendTouchExplorationChangeEvent(boolean enabled) { } } + private void updateAndSendInvertColorsChangeEvent() {+ boolean isInvertColorsEnabled = this.getIsInvertColorsEnabled();++ if (mInvertColorsEnabled != isInvertColorsEnabled) {+ mInvertColorsEnabled = isInvertColorsEnabled;
google-java-format
suggested changes:
@@ -162,2 +162,2 @@
- .getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
- .emit(INVERT_COLORS_EVENT_NAME, mInvertColorsEnabled);
+ .getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
+ .emit(INVERT_COLORS_EVENT_NAME, mInvertColorsEnabled);
comment created time in an hour
Pull request review commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
import android.content.ContentResolver; import android.content.Context; import android.database.ContentObserver;+import android.provider.Settings.Secure;
google-java-format
suggested changes:
@@ -14 +13,0 @@
-import android.provider.Settings.Secure;
comment created time in an hour
pull request commentfacebook/react-native
[Android] Enable isInvertColorsEnabled property to AccessibilityInfo component
Hi @MSzalowski!
Thank you for your pull request and welcome to our community.
Action Required
In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.
Process
In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.
Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed
. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.
If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!
comment created time in 2 hours
PR opened facebook/react-native
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
Summary
This PR enables isInvertColorsEnabled()
of AccessibilityInfo
for Android.
That setting is queried using the Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED property. https://developer.android.com/reference/android/provider/Settings.Secure#ACCESSIBILITY_DISPLAY_INVERSION_ENABLED
Changelog
[Android] [Added] - isInvertColorsEnabled()
of AccessibilityInfo
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->
Test Plan
Enable and disable color inversion setting in device/emulator accessibility settings and check if property getter updates with a new value.
pr created time in 2 hours
PR opened discord/discord-interactions-js
I use this somewhat extensively throughout my project and I thought it would be neat to flesh out this library with all of the data models & types found at the discord docs. I don't know typescript so if this looks useful, someone would have to make an effort to translate that code and remove any redundancies. Thanks.
pr created time in 3 hours
issue openedfacebook/react-native
Description
I'm trying to run default React Native project on Apple M1. Installation by using npx react-native init AwesomeProject.
After creating project i trying to run project by react-native run-ios but at the end i see error
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'Flipper' from project 'Pods')
Platform in Podfile is setup to platform :ios, '10.0'
React Native version:
react-native: 0.63.4 => 0.63.4
Steps To Reproduce
- Create project by npx
- Run project from CLI
Expected Results
Project launch in emulator
Snack, code example, screenshot, or link to a repository:
arminhupka@MacBook-Pro ~ % cd /Users/arminhupka/Desktop/reacter/AwesomeProject
arminhupka@MacBook-Pro AwesomeProject % react-native run-ios
info Found Xcode workspace "AwesomeProject.xcworkspace"
info Building (using "xcodebuild -workspace AwesomeProject.xcworkspace -configuration Debug -scheme AwesomeProject -destination id=704C58A1-C20B-44DC-A1F4-7CF960BF630D")
▸ Compiling FlipperCppBridgingConnection.mm
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
^~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
▸ Compiling FBCxxFollyDynamicConvert.mm
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
^~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
▸ Compiling FlipperClient.mm
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
^~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
▸ Compiling ConnectionContextStore.cpp
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
^~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/ssl/OpenSSLUtils.h:104:7: '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
* @return Cipher name, or empty if the code is not found
~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/SSLContext.h:226:13: parameter 'curveName:' not found in the function declaration [-Wdocumentation]
* @param curveName: The name of the ec curve to support, eg: prime256v1.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
❌ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:44:10: 'event2/event-config.h' file not found
#include <event2/event-config.h>
^~~~~~~~~~
▸ Compiling AsyncServerSocket.cpp
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/FBString.h:1789:72: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:181:18: parameter 'network,' not found in the function declaration [-Wdocumentation]
* @param [in] network, pair of address and cidr
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:329:18: parameter 'ipSlashCidr' not found in the function declaration [-Wdocumentation]
* @param [in] ipSlashCidr address in "192.168.1.0/24" format
^~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Conv.h:1266:44: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ScopeGuard.h:125:52: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/String.h:73:18: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
^~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/String.h:73:21: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:121:9: empty paragraph passed to '\par' command [-Wdocumentation]
//! \par
~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:541:15: template parameter 'ex' not found in the template declaration [-Wdocumentation]
//! \tparam ex Exception in *this will be thrown nested into ex;
~~~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:602:15: template parameter 'CatchFns...' not found in the template declaration [-Wdocumentation]
//! \tparam CatchFns... A pack of unary monomorphic function object types.
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Memory.h:67:30: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Memory.h:67:50: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:366:10: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base the event_base structure returned by event_base_new() or
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:378:9: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:435:11: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:436:11: parameter 'flags' not found in the function declaration [-Wdocumentation]
@param flags a bitwise combination of the kinds of events to aggregate
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:447:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:448:10: parameter 'flags' not found in the function declaration [-Wdocumentation]
@param flags a bitwise combination of the kinds of events to aggregate
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:450:10: parameter 'clear' not found in the function declaration [-Wdocumentation]
@param clear option used to reset the maximum count.
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:672:10: parameter 'cfg' not found in the function declaration [-Wdocumentation]
@param cfg the event configuration object
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:689:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb an event_base to be freed
^~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:782:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event base
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:783:10: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev the event
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:817:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new() or
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:819:10: parameter 'flags' not found in the function declaration [-Wdocumentation]
@param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:837:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:838:10: parameter 'tv' not found in the function declaration [-Wdocumentation]
@param tv the amount of time after which the loop should terminate,
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:855:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:875:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:888:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:903:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1008:11: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd An fd or signal
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1009:11: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events One or more EV_* flags
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1010:11: parameter 'arg' not found in the function declaration [-Wdocumentation]
@param arg A user-supplied argument.
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1078:10: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base the event base to which the event should be attached.
^~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1079:10: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd the file descriptor or signal to be monitored, or -1.
^~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1080:10: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events desired events to monitor: bitfield of EV_READ, EV_WRITE,
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1082:10: parameter 'callback' not found in the function declaration [-Wdocumentation]
@param callback callback function to be invoked when the event occurs
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1083:10: parameter 'callback_arg' not found in the function declaration [-Wdocumentation]
@param callback_arg an argument to be passed to the callback function
^~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1119:10: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev an event struct to be modified
^~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1120:10: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base the event base to which ev should be attached.
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1121:10: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd the file descriptor to be monitored
^~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1122:10: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events desired events to monitor; can be EV_READ and/or EV_WRITE
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1123:10: parameter 'callback' not found in the function declaration [-Wdocumentation]
@param callback callback function to be invoked when the event occurs
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1124:10: parameter 'callback_arg' not found in the function declaration [-Wdocumentation]
@param callback_arg an argument to be passed to the callback function
^~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1197:10: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base an event_base
^~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1198:10: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd a file descriptor to monitor, or -1 for no fd.
^~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1199:10: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events event(s) to monitor; can be any of EV_READ |
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1201:10: parameter 'callback' not found in the function declaration [-Wdocumentation]
@param callback callback function to be invoked when the event occurs
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1202:10: parameter 'arg' not found in the function declaration [-Wdocumentation]
@param arg an argument to be passed to the callback function
^~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1203:10: parameter 'timeout' not found in the function declaration [-Wdocumentation]
@param timeout the maximum amount of time to wait for the event. NULL
^~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1254:10: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev an event struct to be removed from the working set
^~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1463:10: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1464:10: parameter 'npriorities' not found in the function declaration [-Wdocumentation]
@param npriorities the maximum number of priorities
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1484:10: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev an event struct
^~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1485:10: parameter 'priority' not found in the function declaration [-Wdocumentation]
@param priority the new priority to be assigned
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1555:11: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base An event_base on which to scan the events.
^~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1556:11: parameter 'output' not found in the function declaration [-Wdocumentation]
@param output A stdio file to write on.
^~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1582:11: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd The signal to active events on.
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:68:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it replaces the "current"
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:82:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it is easily confused by
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:96:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the event base from
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:112:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the event base from
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:128:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the event base from
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:140:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is obsolete, and has been replaced by
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:154:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is obsolete, and has been replaced by
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:167:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it is easily confused by
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:179:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated event_set() is not recommended for new code, because it requires
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:210:11: parameter 'buffer' not found in the function declaration [-Wdocumentation]
* @param buffer the evbuffer that the callback is watching.
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:211:11: parameter 'cb' not found in the function declaration [-Wdocumentation]
* @param cb the callback whose status we want to change.
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:219:11: parameter 'buffer' not found in the function declaration [-Wdocumentation]
* @param buffer the evbuffer that the callback is watching.
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:220:11: parameter 'cb' not found in the function declaration [-Wdocumentation]
* @param cb the callback whose status we want to change.
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer_compat.h:42:5: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because its behavior is not correct
^~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer_compat.h:82:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it clears all previous
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:205:11: parameter 'bufev' not found in the function declaration [-Wdocumentation]
@param bufev an existing bufferevent allocated with
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:207:11: parameter 'addr' not found in the function declaration [-Wdocumentation]
@param addr the address we should connect to
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:208:11: parameter 'socklen' not found in the function declaration [-Wdocumentation]
@param socklen The length of the address
^~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:219:11: parameter 'bufev' not found in the function declaration [-Wdocumentation]
@param bufev An existing bufferevent allocated with bufferevent_socket_new()
^~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:220:11: parameter 'evdns_base' not found in the function declaration [-Wdocumentation]
@param evdns_base Optionally, an evdns_base to use for resolving hostnames
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:222:11: parameter 'family' not found in the function declaration [-Wdocumentation]
@param family A preferred address family to resolve addresses to, or
^~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:225:11: parameter 'hostname' not found in the function declaration [-Wdocumentation]
@param hostname The hostname to resolve; see below for notes on recognized
^~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:227:11: parameter 'port' not found in the function declaration [-Wdocumentation]
@param port The port to connect to on the resolved address.
^~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:646:17: empty paragraph passed to '@param' command [-Wdocumentation]
@param options
^~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:659:17: empty paragraph passed to '@param' command [-Wdocumentation]
@param options
~~~~~~~~~~~~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:689:12: parameter 'limit' not found in the function declaration [-Wdocumentation]
@param limit A suggested upper bound of bytes to write to dst.
~~~~~~~~~~~~~^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent_compat.h:59:4: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the current
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:239:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class T Data type to store
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:240:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Compare Comparison function that imposes a
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:242:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Allocator allocation policy
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:243:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class GrowthPolicy policy object to control growth
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:759:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Key Key type
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:760:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Value Value type
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:761:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Compare Function that can compare key types and impose
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:763:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Allocator allocation policy
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:764:5: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class GrowthPolicy policy object to control growth
^~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:743:13: parameter 'executionObserver' not found in the function declaration [-Wdocumentation]
* @param executionObserver EventHandle's execution observer.
^~~~~
▸ Compiling FlipperClient.cpp
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
^~~~~~~~~~~~~~~
⚠️ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
❌ /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:44:10: 'event2/event-config.h' file not found
#include <event2/event-config.h>
~~^
▸ Compiling FlipperConnectionManagerImpl.cpp
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening AwesomeProject.xcworkspace. Run CLI with --verbose flag for more details.
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace AwesomeProject.xcworkspace -configuration Debug -scheme AwesomeProject -destination id=704C58A1-C20B-44DC-A1F4-7CF960BF630D
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperCppBridgingConnection.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -target x86_64-apple-ios9.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu++14 -stdlib\=libc++ -fobjc-arc -fobjc-weak -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Yoga -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/\*\* -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -fmodule-map-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperCppBridgingConnection.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperCppBridgingConnection.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperCppBridgingConnection.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:21: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~
static_cast<void>( )
In file included from <built-in>:1:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target Support Files/FlipperKit/FlipperKit-prefix.pch:2:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:40: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~
static_cast<void>( )
In file included from <built-in>:1:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target Support Files/FlipperKit/FlipperKit-prefix.pch:2:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:28:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Table.h:40:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:116:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Demangle.h:19:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: warning: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1788:15: note: cast expression to void to silence warning
: (throw_exception<std::logic_error>(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<void>(
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: warning: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:29: note: cast expression to void to silence warning
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Format.h:30:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: warning: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: warning: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FBCxxFollyDynamicConvert.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -target x86_64-apple-ios9.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu++14 -stdlib\=libc++ -fobjc-arc -fobjc-weak -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Yoga -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/\*\* -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -fmodule-map-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FBCxxFollyDynamicConvert.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FBCxxFollyDynamicConvert.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FBCxxFollyDynamicConvert.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:21: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~
static_cast<void>( )
In file included from <built-in>:1:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target Support Files/FlipperKit/FlipperKit-prefix.pch:2:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:40: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~
static_cast<void>( )
In file included from <built-in>:1:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target Support Files/FlipperKit/FlipperKit-prefix.pch:2:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:28:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Table.h:40:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:116:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Demangle.h:19:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: warning: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1788:15: note: cast expression to void to silence warning
: (throw_exception<std::logic_error>(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<void>(
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: warning: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:29: note: cast expression to void to silence warning
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Format.h:30:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: warning: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: warning: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperClient.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -target x86_64-apple-ios9.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu++14 -stdlib\=libc++ -fobjc-arc -fobjc-weak -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Yoga -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/FlipperKit -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/\*\* -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -fmodule-map-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperClient.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperClient.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/x86_64/FlipperClient.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:21: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~
static_cast<void>( )
In file included from <built-in>:1:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target Support Files/FlipperKit/FlipperKit-prefix.pch:2:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:40: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~
static_cast<void>( )
In file included from <built-in>:1:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target Support Files/FlipperKit/FlipperKit-prefix.pch:2:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:28:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Table.h:40:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:116:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Demangle.h:19:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: warning: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1788:15: note: cast expression to void to silence warning
: (throw_exception<std::logic_error>(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<void>(
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: warning: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:29: note: cast expression to void to silence warning
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Format.h:30:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: warning: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: warning: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/ConnectionContextStore.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Flipper' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios8.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -Wall -std\=c++14 -Wno-global-constructors -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/Flipper/Flipper-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/ConnectionContextStore.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/ConnectionContextStore.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/ConnectionContextStore.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:21: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:57:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ostream:138:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:215:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:17:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:190:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/system_error:145:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__errc:104:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:40: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:57:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ostream:138:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:215:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:17:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:190:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/system_error:145:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__errc:104:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:28:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Table.h:40:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:116:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Demangle.h:19:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: warning: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1788:15: note: cast expression to void to silence warning
: (throw_exception<std::logic_error>(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<void>(
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: warning: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:29: note: cast expression to void to silence warning
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Format.h:30:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: warning: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: warning: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:11:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/SSLContext.h:33:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/ssl/OpenSSLUtils.h:104:7: warning: '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
* @return Cipher name, or empty if the code is not found
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:11:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/SSLContext.h:226:13: warning: parameter 'curveName:' not found in the function declaration [-Wdocumentation]
* @param curveName: The name of the ec curve to support, eg: prime256v1.
^~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/SSLContext.h:226:13: note: did you mean 'curveName'?
* @param curveName: The name of the ec curve to support, eg: prime256v1.
^~~~~~~~~~
curveName
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.h:13:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperInitConfig.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/portability/Event.h:24:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:44:10: fatal error: 'event2/event-config.h' file not found
#include <event2/event-config.h>
^~~~~~~~~~~~~~~~~~~~~~~
9 warnings and 1 error generated.
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/AsyncServerSocket.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Flipper-Folly' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios10.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++11 -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper-Folly/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper-Folly -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -DFOLLY_HAVE_PTHREAD\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -frtti -fexceptions -std\=c++14 -Wno-error -Wno-unused-local-typedefs -Wno-unused-variable -Wno-sign-compare -Wno-comment -Wno-return-type -Wno-global-constructors -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/Flipper-Folly/Flipper-Folly-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/AsyncServerSocket.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/AsyncServerSocket.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/AsyncServerSocket.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/SocketAddress.h:26:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:28:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddressV4.h:26:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/FBString.h:1789:72: warning: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/FBString.h:1788:15: note: cast expression to void to silence warning
: (throw_exception<std::logic_error>(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<void>(
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/SocketAddress.h:26:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:181:18: warning: parameter 'network,' not found in the function declaration [-Wdocumentation]
* @param [in] network, pair of address and cidr
^~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:181:18: note: did you mean 'network'?
* @param [in] network, pair of address and cidr
^~~~~~~~
network
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:329:18: warning: parameter 'ipSlashCidr' not found in the function declaration [-Wdocumentation]
* @param [in] ipSlashCidr address in "192.168.1.0/24" format
^~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:329:18: note: did you mean 'cidrNetwork'?
* @param [in] ipSlashCidr address in "192.168.1.0/24" format
^~~~~~~~~~~
cidrNetwork
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/String.h:27:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Conv.h:1266:44: warning: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Conv.h:1266:29: note: cast expression to void to silence warning
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/String.h:31:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:20:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/String.h:73:18: warning: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/String.h:73:21: warning: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/ShutdownSocketSet.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/File.h:26:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:121:9: warning: empty paragraph passed to '\par' command [-Wdocumentation]
//! \par
~~~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:541:15: warning: template parameter 'ex' not found in the template declaration [-Wdocumentation]
//! \tparam ex Exception in *this will be thrown nested into ex;
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:541:15: note: did you mean 'Ex'?
//! \tparam ex Exception in *this will be thrown nested into ex;
^~
Ex
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:602:15: warning: template parameter 'CatchFns...' not found in the template declaration [-Wdocumentation]
//! \tparam CatchFns... A pack of unary monomorphic function object types.
^~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/ExceptionWrapper.h:602:15: note: did you mean 'CatchFns'?
//! \tparam CatchFns... A pack of unary monomorphic function object types.
^~~~~~~~~~~
CatchFns
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:40:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Synchronized.h:32:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/SharedMutex.h:29:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/concurrency/CacheLocality.h:33:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Memory.h:67:30: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Memory.h:67:21: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/SocketAddress.h:26:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:27:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddressException.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/detail/IPAddress.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Sockets.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/net/NetOps.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ostream:138:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:215:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:17:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:190:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/system_error:145:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__errc:104:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:40:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Synchronized.h:32:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/SharedMutex.h:29:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/concurrency/CacheLocality.h:33:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Memory.h:67:50: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/Memory.h:67:40: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/SocketAddress.h:26:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddress.h:27:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/IPAddressException.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/detail/IPAddress.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Sockets.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/net/NetOps.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ostream:138:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ios:215:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__locale:17:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:190:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/system_error:145:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__errc:104:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Event.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:69:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:366:10: warning: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base the event_base structure returned by event_base_new() or
^~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:378:9: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:435:11: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:436:11: warning: parameter 'flags' not found in the function declaration [-Wdocumentation]
@param flags a bitwise combination of the kinds of events to aggregate
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:447:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:448:10: warning: parameter 'flags' not found in the function declaration [-Wdocumentation]
@param flags a bitwise combination of the kinds of events to aggregate
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:450:10: warning: parameter 'clear' not found in the function declaration [-Wdocumentation]
@param clear option used to reset the maximum count.
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:672:10: warning: parameter 'cfg' not found in the function declaration [-Wdocumentation]
@param cfg the event configuration object
^~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:689:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb an event_base to be freed
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:782:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event base
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:783:10: warning: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev the event
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:817:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new() or
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:819:10: warning: parameter 'flags' not found in the function declaration [-Wdocumentation]
@param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:837:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:838:10: warning: parameter 'tv' not found in the function declaration [-Wdocumentation]
@param tv the amount of time after which the loop should terminate,
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:855:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:875:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:888:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:903:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_init()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1008:11: warning: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd An fd or signal
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1009:11: warning: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events One or more EV_* flags
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1010:11: warning: parameter 'arg' not found in the function declaration [-Wdocumentation]
@param arg A user-supplied argument.
^~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1078:10: warning: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base the event base to which the event should be attached.
^~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1079:10: warning: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd the file descriptor or signal to be monitored, or -1.
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1080:10: warning: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events desired events to monitor: bitfield of EV_READ, EV_WRITE,
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1082:10: warning: parameter 'callback' not found in the function declaration [-Wdocumentation]
@param callback callback function to be invoked when the event occurs
^~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1083:10: warning: parameter 'callback_arg' not found in the function declaration [-Wdocumentation]
@param callback_arg an argument to be passed to the callback function
^~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1119:10: warning: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev an event struct to be modified
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1120:10: warning: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base the event base to which ev should be attached.
^~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1121:10: warning: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd the file descriptor to be monitored
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1122:10: warning: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events desired events to monitor; can be EV_READ and/or EV_WRITE
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1123:10: warning: parameter 'callback' not found in the function declaration [-Wdocumentation]
@param callback callback function to be invoked when the event occurs
^~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1124:10: warning: parameter 'callback_arg' not found in the function declaration [-Wdocumentation]
@param callback_arg an argument to be passed to the callback function
^~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1197:10: warning: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base an event_base
^~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1198:10: warning: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd a file descriptor to monitor, or -1 for no fd.
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1199:10: warning: parameter 'events' not found in the function declaration [-Wdocumentation]
@param events event(s) to monitor; can be any of EV_READ |
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1201:10: warning: parameter 'callback' not found in the function declaration [-Wdocumentation]
@param callback callback function to be invoked when the event occurs
^~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1202:10: warning: parameter 'arg' not found in the function declaration [-Wdocumentation]
@param arg an argument to be passed to the callback function
^~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1203:10: warning: parameter 'timeout' not found in the function declaration [-Wdocumentation]
@param timeout the maximum amount of time to wait for the event. NULL
^~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1254:10: warning: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev an event struct to be removed from the working set
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1463:10: warning: parameter 'eb' not found in the function declaration [-Wdocumentation]
@param eb the event_base structure returned by event_base_new()
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1464:10: warning: parameter 'npriorities' not found in the function declaration [-Wdocumentation]
@param npriorities the maximum number of priorities
^~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1484:10: warning: parameter 'ev' not found in the function declaration [-Wdocumentation]
@param ev an event struct
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1485:10: warning: parameter 'priority' not found in the function declaration [-Wdocumentation]
@param priority the new priority to be assigned
^~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1555:11: warning: parameter 'base' not found in the function declaration [-Wdocumentation]
@param base An event_base on which to scan the events.
^~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1556:11: warning: parameter 'output' not found in the function declaration [-Wdocumentation]
@param output A stdio file to write on.
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1582:11: warning: parameter 'fd' not found in the function declaration [-Wdocumentation]
@param fd The signal to active events on.
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event.h:1582:11: note: did you mean 'sig'?
@param fd The signal to active events on.
^~
sig
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Event.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:70:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:68:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it replaces the "current"
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:75:1: note: add a deprecation attribute to the declaration to silence this warning
struct event_base *event_init(void);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:82:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it is easily confused by
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:89:1: note: add a deprecation attribute to the declaration to silence this warning
int event_dispatch(void);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:96:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the event base from
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:103:1: note: add a deprecation attribute to the declaration to silence this warning
int event_loop(int);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:112:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the event base from
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:119:1: note: add a deprecation attribute to the declaration to silence this warning
int event_loopexit(const struct timeval *);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:128:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the event base from
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:135:1: note: add a deprecation attribute to the declaration to silence this warning
int event_loopbreak(void);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:140:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is obsolete, and has been replaced by
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:147:1: note: add a deprecation attribute to the declaration to silence this warning
int event_once(evutil_socket_t , short,
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:154:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is obsolete, and has been replaced by
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:161:1: note: add a deprecation attribute to the declaration to silence this warning
const char *event_get_method(void);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:167:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it is easily confused by
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:174:1: note: add a deprecation attribute to the declaration to silence this warning
int event_priority_init(int);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:179:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated event_set() is not recommended for new code, because it requires
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/event_compat.h:184:1: note: add a deprecation attribute to the declaration to silence this warning
void event_set(struct event *, evutil_socket_t, short, void (*)(evutil_socket_t, short, void *), void *);
^
_LIBCPP_DEPRECATED
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Event.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:71:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:210:11: warning: parameter 'buffer' not found in the function declaration [-Wdocumentation]
* @param buffer the evbuffer that the callback is watching.
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:210:11: note: did you mean 'buf'?
* @param buffer the evbuffer that the callback is watching.
^~~~~~
buf
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:211:11: warning: parameter 'cb' not found in the function declaration [-Wdocumentation]
* @param cb the callback whose status we want to change.
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:211:11: note: did you mean 'buf'?
* @param cb the callback whose status we want to change.
^~
buf
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:219:11: warning: parameter 'buffer' not found in the function declaration [-Wdocumentation]
* @param buffer the evbuffer that the callback is watching.
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:219:11: note: did you mean 'buf'?
* @param buffer the evbuffer that the callback is watching.
^~~~~~
buf
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:220:11: warning: parameter 'cb' not found in the function declaration [-Wdocumentation]
* @param cb the callback whose status we want to change.
^~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer.h:220:11: note: did you mean 'buf'?
* @param cb the callback whose status we want to change.
^~
buf
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Event.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:72:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer_compat.h:42:5: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because its behavior is not correct
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer_compat.h:51:1: note: add a deprecation attribute to the declaration to silence this warning
char *evbuffer_readline(struct evbuffer *buffer);
^
_LIBCPP_DEPRECATED
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer_compat.h:82:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it clears all previous
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/buffer_compat.h:96:1: note: add a deprecation attribute to the declaration to silence this warning
int evbuffer_setcb(struct evbuffer *buffer, evbuffer_cb cb, void *cbarg);
^
_LIBCPP_DEPRECATED
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Event.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:73:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:205:11: warning: parameter 'bufev' not found in the function declaration [-Wdocumentation]
@param bufev an existing bufferevent allocated with
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:207:11: warning: parameter 'addr' not found in the function declaration [-Wdocumentation]
@param addr the address we should connect to
^~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:208:11: warning: parameter 'socklen' not found in the function declaration [-Wdocumentation]
@param socklen The length of the address
^~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:219:11: warning: parameter 'bufev' not found in the function declaration [-Wdocumentation]
@param bufev An existing bufferevent allocated with bufferevent_socket_new()
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:220:11: warning: parameter 'evdns_base' not found in the function declaration [-Wdocumentation]
@param evdns_base Optionally, an evdns_base to use for resolving hostnames
^~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:222:11: warning: parameter 'family' not found in the function declaration [-Wdocumentation]
@param family A preferred address family to resolve addresses to, or
^~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:225:11: warning: parameter 'hostname' not found in the function declaration [-Wdocumentation]
@param hostname The hostname to resolve; see below for notes on recognized
^~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:227:11: warning: parameter 'port' not found in the function declaration [-Wdocumentation]
@param port The port to connect to on the resolved address.
^~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:646:17: warning: empty paragraph passed to '@param' command [-Wdocumentation]
@param options
~~~~~~~~~~~~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:659:17: warning: empty paragraph passed to '@param' command [-Wdocumentation]
@param options
~~~~~~~~~~~~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:689:12: warning: parameter 'limit' not found in the function declaration [-Wdocumentation]
@param limit A suggested upper bound of bytes to write to dst.
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent.h:689:12: note: did you mean 'dst_limit'?
@param limit A suggested upper bound of bytes to write to dst.
^~~~~
dst_limit
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Event.h:24:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:75:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent_compat.h:59:4: warning: declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
@deprecated This function is deprecated because it uses the current
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/libevent/include/event2/bufferevent_compat.h:78:1: note: add a deprecation attribute to the declaration to silence this warning
struct bufferevent *bufferevent_new(evutil_socket_t fd,
^
_LIBCPP_DEPRECATED
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/Request.h:22:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:239:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class T Data type to store
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:240:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Compare Comparison function that imposes a
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:242:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Allocator allocation policy
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:243:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class GrowthPolicy policy object to control growth
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:759:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Key Key type
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:760:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Value Value type
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:761:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Compare Function that can compare key types and impose
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:763:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class Allocator allocation policy
^~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/sorted_vector_types.h:764:5: warning: '@param' command used in a comment that is not attached to a function declaration [-Wdocumentation]
* @param class GrowthPolicy policy object to control growth
^~~~~
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-Folly/folly/io/async/AsyncServerSocket.cpp:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncServerSocket.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/AsyncSocketBase.h:20:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:743:13: warning: parameter 'executionObserver' not found in the function declaration [-Wdocumentation]
* @param executionObserver EventHandle's execution observer.
^~~~~~~~~~~~~~~~~
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper-Folly/folly/io/async/EventBase.h:743:13: note: did you mean 'observer'?
* @param executionObserver EventHandle's execution observer.
^~~~~~~~~~~~~~~~~
observer
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperClient.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Flipper' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios8.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -Wall -std\=c++14 -Wno-global-constructors -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/Flipper/Flipper-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperClient.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperClient.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperClient.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:21: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:190:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/system_error:145:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__errc:104:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:23:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:40: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/mutex:190:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__mutex_base:15:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/system_error:145:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__errc:104:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:68:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/F14Map.h:41:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Policy.h:28:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/container/detail/F14Table.h:40:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:116:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Demangle.h:19:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: warning: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1788:15: note: cast expression to void to silence warning
: (throw_exception<std::logic_error>(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<void>(
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:22:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:44: warning: possible misuse of comma operator here [-Wcomma]
[&](Tgt res) { return void(out = res), src; });
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Conv.h:1266:29: note: cast expression to void to silence warning
[&](Tgt res) { return void(out = res), src; });
^~~~~~~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:14:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionImpl.h:12:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnection.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic-inl.h:23:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Format.h:30:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:18: warning: '\a' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/String.h:73:21: warning: '\b' command does not have a valid word argument [-Wdocumentation]
* \' \" \? \\ \a \b \f \n \r \t \v
~~^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h:16:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperInitConfig.h:10:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/portability/Event.h:24:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:44:10: fatal error: 'event2/event-config.h' file not found
#include <event2/event-config.h>
^~~~~~~~~~~~~~~~~~~~~~~
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperConnectionManagerImpl.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Flipper' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios8.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -Wall -std\=c++14 -Wno-global-constructors -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/Flipper/Flipper-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperConnectionManagerImpl.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperConnectionManagerImpl.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperConnectionManagerImpl.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h:11:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:39:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h:11:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:40:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Synchronized.h:32:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/SharedMutex.h:29:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/concurrency/CacheLocality.h:33:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:30: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:21: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h:11:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h:11:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:40:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Synchronized.h:32:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/SharedMutex.h:29:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/concurrency/CacheLocality.h:33:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:50: warning: possible misuse of comma operator here [-Wcomma]
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/Memory.h:67:40: note: cast expression to void to silence warning
return rc == 0 ? (errno = 0, ptr) : (errno = rc, nullptr);
^~~~~~~~~~
static_cast<void>( )
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h:11:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cerrno:26:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/errno.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/errno.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/sys/errno.h:81:15: note: expanded from macro 'errno'
#define errno (*__error())
^
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h:11:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBase.h:46:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/portability/Event.h:24:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:44:10: fatal error: 'event2/event-config.h' file not found
#include <event2/event-config.h>
^~~~~~~~~~~~~~~~~~~~~~~
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Flipper' from project 'Pods')
cd /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios8.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/arminhupka/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Index/DataStore -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper/include -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Private/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-DoubleConversion -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Glog -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/boost-for-react-native -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket -I/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-DoubleConversion -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources-normal/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources/x86_64 -I/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/DerivedSources -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/Flipper -F/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -Wall -std\=c++14 -Wno-global-constructors -include /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Target\ Support\ Files/Flipper/Flipper-prefix.pch -MMD -MT dependencies -MF /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.d --serialize-diagnostics /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.dia -c /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp -o /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket/rsocket/RSocketResponder.h:17:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket/rsocket/Payload.h:17:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/IOBuf.h:30:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1789:72: warning: possible misuse of comma operator here [-Wcomma]
"basic_fbstring: null pointer initializer not valid"),
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBString.h:1788:15: note: cast expression to void to silence warning
: (throw_exception<std::logic_error>(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
static_cast<void>(
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket/rsocket/RSocketResponder.h:17:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket/rsocket/Payload.h:17:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/IOBuf.h:31:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/FBVector.h:40:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:52: warning: possible misuse of comma operator here [-Wcomma]
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/ScopeGuard.h:125:34: note: cast expression to void to silence warning
auto catcher = []() -> R { warnAboutToCrash(), std::terminate(); };
^~~~~~~~~~~~~~~~~~
static_cast<void>()
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.h:8:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket/rsocket/RSocketResponder.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket/yarpl/Flowable.h:18:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-RSocket/yarpl/flowable/Flowable.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/HHWheelTimer.h:20:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/AsyncTimeout.h:19:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventBaseBackendBase.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/io/async/EventUtil.h:21:
In file included from /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/Flipper-Folly/folly/portability/Event.h:24:
/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Headers/Public/libevent/event.h:44:10: fatal error: 'event2/event-config.h' file not found
#include <event2/event-config.h>
^~~~~~~~~~~~~~~~~~~~~~~
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.4, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'Flipper-PeerTalk' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'YogaKit' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'boost-for-react-native' from project 'Pods')
warning: no rule to process file '/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket/rsocket/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'Flipper-RSocket' from project 'Pods')
warning: no rule to process file '/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket/rsocket/benchmarks/CMakeLists.txt' of type 'text' for architecture 'x86_64' (in target 'Flipper-RSocket' from project 'Pods')
warning: no rule to process file '/Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper-RSocket/rsocket/benchmarks/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'Flipper-RSocket' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'Flipper-Glog' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'Flipper-DoubleConversion' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'Flipper' from project 'Pods')
** BUILD FAILED **
The following build commands failed:
CompileC /Users/arminhupka/Library/Developer/Xcode/DerivedData/AwesomeProject-aftuxiwcpebuoedgjwszxcdsfnhf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/ConnectionContextStore.o /Users/arminhupka/Desktop/reacter/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
created time in 3 hours
issue commentgetsentry/sentry-elixir
Default environment_name is not reflected in the README.
Thanks for taking a look at this!
comment created time in 4 hours
issue commentgetsentry/sentry-elixir
Default environment_name is not reflected in the README.
Ahhhhh, right, thank you so much. Greatly appreciate the correction. I will make a correction to the docs and look into this further since it is effectively :prod
at this point.
comment created time in 4 hours
push eventgetsentry/sentry-elixir
commit sha ca5999f6d4207a70e8da4cff4199ef33a166ea17
correct default environment_name
push time in 4 hours
issue commentfacebook/react-native
IOS testID does not create an accessibility id if Views are nested too deep.
I have the same issue.
comment created time in 4 hours
push eventfacebook/react-native
commit sha 5f1012c6f2cea5c1ed8cd07728ab4aa4891b4272
Back out "Fix incorrect Height in Text components" Summary: Original commit changeset: 3e769e0ca35b Changelog: [Internal] Fabric-specific internal change. Reviewed By: sammy-SC Differential Revision: D26696638 fbshipit-source-id: 1dd432b35505be8e1b437a4578342cf84a6a5134
commit sha f27621465d82f2b75676c1f745c82e814452602d
Fabric: Fixes in Android TextLayoutManager for better caching performance Summary: The is how it works: * Text is a quite special component with special properties and constraints. Some of them are: It's expensive to measure (layout) text. It's expensive to measure and expensive to pass AttributedString via JNI. * When we measure text, we don't concerned about maximum height, only maximum height is important. (Even though theoretically, there are text layout systems that can balance these constraints (max height and width) trying to find a perfect result, we don't use such complex (and expensive) layout engines for building UIs). Yoga, as a flexbox engine, does not aware of such constraints, so it requests remeasuring of text components quite often, so we have an RN built-in text measure cache system just for text measurements that suit these constraints. This way when Yoga requests a text measuring, we always measure with `Inf` height and store that result in the cache. And when Yoga requests another measure with the same width but a different height we retrieve the value from the cache and then just clamp it. Changelog: [Internal] Fabric-specific internal change. Reviewed By: mdvacca Differential Revision: D26696637 fbshipit-source-id: f65b275d33c77073bc2359cbf0a741ddcf05d8d4
push time in 5 hours
issue commentgetsentry/sentry-elixir
Default environment_name is not reflected in the README.
As a final sanity check
comment created time in 5 hours
issue commentfacebook/react-native
0.63 upgrade results in a bundle that never finishes building
@typester good call! That works! 🎉 To be clear, in my case, rather than patch
node_modules/react-native/scripts/react-native-xcode.sh
, I addedcd $PROJECT_DIR/..
to the first line of theBundle React Native code and images
Build Phase in Xcode. I.e.:cd $PROJECT_DIR/.. export NODE_BINARY=node ./node_modules/react-native/scripts/react-native-xcode.sh
not working for me :(
comment created time in 5 hours
issue commentgetsentry/sentry-elixir
Default environment_name is not reflected in the README.
Are you running that from within the sentry project? If so, those results make sense.
When you use sentry as a dependency in a project, it will be compiled with MIX_ENV=prod, because that is how deps are compiled.
I don't have my work computer right now, but I installed sentry into a new project for demonstration purposes and can confirm that Sentry.Config.environment_name()
evaluates to :prod
.
If i locally edit sentry vim deps/sentry/lib/sentry/config.ex
, and add an IO.inspect/2
to the line that sets the default_environment_name
, and recompile, you'll see that it emits :prod
If we move the call to Mix.env()
to runtime, we can observe that the environment_name uses the consuming projects MIX_ENV
However, relying on Mix at runtime is obviously not wise considering projects deployed using releases.
So, I believe that the documentation should reflect the implementation by stating that the default environment_name is :prod
, or the the implementation should switch from Mix.env()
to :dev
to reflect the documentation.
Thanks!
comment created time in 5 hours
issue openedelixir-lang/elixir
Update bundled rebar3 for OTP-24
Environment
- Elixir & Erlang/OTP versions: Elixir 1.11.3 (compiled with Erlang/OTP 24)
- Operating system: Linux
Current behavior
Erlang dependencies fail to build when running mix deps.compile
or similar because the version of rebar3 installed by mix local.rebar
isn't compatible with OTP-24.0-rc1:
===> Fetching rebar3_hex v6.10.3
===> Version cached at /root/.cache/rebar3/hex/hexpm/packages/rebar3_hex-6.10.3.tar is up to date, reusing it
escript: exception error: undefined function erlang:get_stacktrace/0
in function rebar3:main/1 (/tmp/cirrus-ci-build/src/rebar3.erl, line 72)
in call from escript:run/2 (escript.erl, line 750)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
** (Mix) Could not compile dependency :credentials_obfuscation, "/root/.mix/rebar3 bare compile --paths="/root/.cache/_build/test/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile credentials_obfuscation", update it with "mix deps.update credentials_obfuscation" or clean it with "mix deps.clean credentials_obfuscation"
Expected behavior
Compile fine. According to https://github.com/erlang/rebar3/issues/2504 OTP-24 needs rebar3 3.14 or higher, built on OTP-21 or higher.
created time in 5 hours
issue commentgetsentry/sentry-elixir
Default environment_name is not reflected in the README.
@mhanberg Sorry, perhaps I misunderstood the original issue.
When getting environment name in the default configuration, this is what I get:
# env MIX_ENV=dev iex -S mix
iex(1)> Sentry.Config.environment_name
:dev
# env MIX_ENV=test iex -S mix
iex(1)> Sentry.Config.environment_name
:test
# env MIX_ENV=prod iex -S mix
iex(1)> Sentry.Config.environment_name
:prod
Are you seeing different behavior?
comment created time in 6 hours
issue commentgetsentry/sentry-elixir
Default environment_name is not reflected in the README.
I think the change you made still implies that the default will be whatever the users MIX_ENV currently is, but it will never be anything other than :prod.
comment created time in 6 hours
issue commentgetsentry/sentry-elixir
Sentry.LoggerBackend configuration fails - module not available
Great, thanks for the clarification. Can you share example code that reproduces the issue? I unfortunately haven't been able to get this behavior to happen.
comment created time in 6 hours
issue commentgetsentry/sentry-elixir
Default environment_name is not reflected in the README.
@mhanberg Thank you for catching this!
comment created time in 6 hours