Giter Site home page Giter Site logo

fbsamples / f8app Goto Github PK

View Code? Open in Web Editor NEW
14.0K 452.0 2.5K 14.28 MB

Source code of the official F8 app of 2017, powered by React Native and other Facebook open source projects.

Home Page: http://makeitopen.com

License: Other

Java 0.39% JavaScript 97.43% Objective-C 1.21% Shell 0.63% Dockerfile 0.09% Starlark 0.24%

f8app's Introduction

F8 App 2017

This is the entire source code of the official F8 app of 2017, available on Google Play and the App Store.

How We Build It

We've created a series of tutorials at http://makeitopen.com/ that explain how we built the app, and that dive into how we used React Native, Redux, Relay, GraphQL, and more.

Check out how to set the app up for local development here!

f8app's People

Contributors

bl4ckm0r3 avatar damusnet avatar dependabot[bot] avatar distolma avatar forkaj avatar frantic avatar gengjiawen avatar jimmynguyc avatar jpros avatar nikitaskripchenko avatar oclbdk avatar terence612 avatar tetra2000 avatar vsashyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

f8app's Issues

errors during building ios

/Users/TonyKaku/Sites/f8app/ios/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m:206:75: error: no known class method for selector 'viewControllerforView:' fromViewController:[FBSDKInternalUtility viewControllerforView:self]]; ^~~~~~~~~~~~~~~~~~~~~ /Users/TonyKaku/Sites/f8app/ios/Pods/FBSDKShareKit/FBSDKShareKit/FBSDKShareKit/FBSDKLikeButton.m:213:75: error: no known class method for selector 'viewControllerforView:' fromViewController:[FBSDKInternalUtility viewControllerforView:self]]; ^~~~~~~~~~~~~~~~~~~~~ 2 errors generated.

js/playground.js

Any need for this now that the app has launched and the conference is over?

Question about ParallaxBackground

Is it possible to center the effect of the ParallaxBackground? I mean locate the background image center instead of top left corner.

Thanks

Could not connect to development server

I followed the instructions found at http://makeitopen.com/tutorials/building-the-f8-app/local-setup/

image

  • Mac OS 10.11.4
  • Node v5.9.0 and v6.0.0 tested
  • npm version 3.7.3
  • cocoapod 1.0.0
  • react-native-cli: 0.1.10
  • react-native: 0.23.1

And npm start is running and not logging any problems.
It did say:

Server is now running in development mode on http://localhost:8080

And I noticed the port was 8081 in the iOS app, so I changed

jsCodeLocation = [NSURL URLWithString:[NSString stringWithFormat:@"http://%@:8081/index.ios.bundle?platform=ios&dev=true", ip]];
which did not help.

Problem to run Android version

Get the following error message after I click "x" in launch screen:

undefined is not an object (evaluating 'map1.name')

render
F8MapView.js: 75

import data throw error

When run 'npm run import-data', it complains:

ParseError {
code: 107,
message: 'Received an error with invalid JSON from Parse: \r\n<title>404 Not Found</title>\r\n\r\n

404 Not Found

\r\n
nginx/1.10.0\r\n\r\n\r\n' }

due to the basic authentication was added to https://api.parse.com/1/classes/*** endpoints, please make a work around, thanks.

npm start failed !

[email protected] start /projects/f8app
babel-node ./server/server.js

/projects/f8app/node_modules/babel-core/lib/transformation/file/index.js:556
throw err;
^

SyntaxError: /projects/f8app/server/server.js: Unexpected token (85:2)
83 | users,
84 | }, IS_DEVELOPMENT),

85 | );
| ^
86 | }
87 |
88 | server.use(
at Parser.pp.raise (/projects/f8app/node_modules/babylon/index.js:1378:13)
at Parser.pp.unexpected (/projects/f8app/node_modules/babylon/index.js:2817:8)
at Parser.pp.parseExprAtom (/projects/f8app/node_modules/babylon/index.js:749:12)
at Parser.pp.parseExprSubscripts (/projects/f8app/node_modules/babylon/index.js:504:19)
at Parser.pp.parseMaybeUnary (/projects/f8app/node_modules/babylon/index.js:484:19)
at Parser.pp.parseExprOps (/projects/f8app/node_modules/babylon/index.js:415:19)
at Parser.pp.parseMaybeConditional (/projects/f8app/node_modules/babylon/index.js:397:19)
at Parser.pp.parseMaybeAssign (/projects/f8app/node_modules/babylon/index.js:360:19)
at Parser.pp.parseExprListItem (/projects/f8app/node_modules/babylon/index.js:1206:16)
at Parser.pp.parseCallExpressionArguments (/projects/f8app/node_modules/babylon/index.js:580:20)

npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.10.1
npm ERR! npm v3.8.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: babel-node ./server/server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'babel-node ./server/server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the F8v2 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! babel-node ./server/server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs F8v2
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls F8v2
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /projects/f8app/npm-debug.log

Unable to connect to the Parse API

I was following setup instructions from readme.

Both:

work fine locally for me.

$ lsof -iTCP:27017 -sTCP:LISTEN

Outputs nothing and import fails with:

$ npm run import-data

> [email protected] import-data /home/umpirsky/Projects/f8app
> babel-node ./scripts/import-data-from-parse.js

Loading Speakers
Cleaning old Speakers data
ParseError {
  code: 100,
  message: 'XMLHttpRequest failed: "Unable to connect to the Parse API"' }

Seems like I am missing something or readme requires more detailed setup instructions.

load js with error:response error code 400

i have buided success,i got the correct result when i use my browser to vist http://localhost:8080/graphql.but when i run the F8 app on my android device, i got the red screen,the response error.like this:
{ "errors": [ { "message": "Must provide query string." } ] }. how to solve this error? thanks in advance.

Application F8v2 has not been registered.

2016-04-19 13:05:03.287 [fatal][tid:com.facebook.React.RCTExceptionsManagerQueue] Unhandled JS Exception: Application F8v2 has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent.

image

Build failed in react-native-push-notification:processReleaseResources

Hi, Im new in react-native and I follow the installation f8app in makeitopen.com.
everything is smooth before I tried to do react-native run-android. When I run that command, comes the error that I don't know. Here is the error log.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-push-notification:processReleaseResourc
es'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.E
xecException: Process 'command 'C:\Android\sdk\build-tools\23.0.2\aapt.exe'' fin
ished with non-zero exit value 1

FYI
I'm using Android SDK Build tools 23.0.2.

I hope you guys can help me with this, since I'm very interested in react-native.

Thank you

Slow background parallax

Hello,

For your info, I usually test apps on old phones to detect performance problems.
On an iphone 4, the background parallax is very laggy (compared to other native app or other animations in the f8app).
On a nexus 7, the app is butterly smooth, but compared to the ios version, the header background height does not change.
I didn't have the time to dive into the code yet but I think there might be room for improvement there.

npm run import-data return error

$ npm run import-data

I have the local parse server running, return following;

Loading Speakers
Cleaning old Speakers data
ParseError { code: 1, message: undefined }

iOS Still require fill username/pass for fb login

I have already login fb account. Why open f8 app still prompt text box require fill username/pass.
I see f8app include fbsdk module, so I thought it should be allow login with fb device account.
I am confuse
p/s: I see login scene look likes web view. Is that the reason ?

npm start error

[email protected] start /Users/yinjun/WorkSpace/react_native_workspace/f8app-master

babel-node ./server/server.js

/Users/yinjun/WorkSpace/react_native_workspace/f8app-master/node_modules/.npminstall/react-native/0.23.1/react-native/Libraries/react-native/react-native.js:120
...require('React'),
^^^

SyntaxError: Unexpected token ...
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Module._extensions..js (module.js:405:10)
at Object.require.extensions.(anonymous function) as .js
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at /Users/yinjun/WorkSpace/react_native_workspace/f8app-master/node_modules/.npminstall/babel-core/6.7.6/babel-core/lib/transformation/file/options/option-manager.js:368:22
at Array.map (native)

node:
5.4.0

ERROR watch... ENOSPC

my system is android 4.4.4.

i use react-native start,but there are some problems,who can tell me why?

thank you very much.

 ERROR  watch /home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl ENOSPC
{"code":"ENOSPC","errno":"ENOSPC","syscall":"watch /home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl","filename":"/home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl"}
Error: watch /home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl ENOSPC
    at exports._errnoException (util.js:953:11)
    at FSWatcher.start (fs.js:1423:19)
    at Object.fs.watch (fs.js:1450:11)
    at NodeWatcher.watchdir (/home/quoniam/myRNStudy/f8app/node_modules/sane/src/node_watcher.js:144:20)
    at Walker.<anonymous> (/home/quoniam/myRNStudy/f8app/node_modules/sane/src/node_watcher.js:353:12)
    at emitTwo (events.js:106:13)
    at Walker.emit (events.js:191:7)
    at /home/quoniam/myRNStudy/f8app/node_modules/walker/lib/walker.js:69:16
    at /home/quoniam/myRNStudy/f8app/node_modules/graceful-fs/graceful-fs.js:142:16
    at /home/quoniam/myRNStudy/f8app/node_modules/graceful-fs/graceful-fs.js:142:16

Unable to Facebook login

I clone your project but I can't login to Facebook. To debug, I modified a bit in actions/login.js:

async function ParseFacebookLogin(scope): Promise {
  console.log('ParseFacebookLogin')
  return new Promise((resolve, reject) => {
    // Parse.FacebookUtils.logIn(scope, {
    //   success: resolve,
    //   error: (user, error) => reject(error && error.error || error),
    // });

    Parse.FacebookUtils.logIn(scope, {
            success: (user) => {
              if (!user.existed()) {
                alert("User signed up and logged in through Facebook!");
              } else {
                alert("User logged in through Facebook!");
              }
            },
            error: (user, error) => {
              alert("User cancelled the Facebook login or did not fully authorize.");
            }
          })
  });
}

The Parse.FacebookUtils.logIn success and error are not called at all. The only things I changed is the version of react-native and other corresponding package. I'm using react-native 0.25.rc-0.

Any idea? Thanks.

Where is the RCTFBLikeView?

I got the error:

Native component for "RCTFBLikeView" does not exist
Native component for "RCTFBLoginButton" does not exist
Native component for "RCTFBSendButton" does not exist
Native component for "RCTFBShareButton" does not exist
Native component for "BVLinearGradient" does not exist

Where are they? Thanks.

Failed to build ios

Installing build/Build/Products/Debug-iphonesimulator/F8v2.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist
f8app/node_modules/react-native/node_modules/promise/lib/done.js:10
throw err;
^

Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/F8v2.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

at checkExecSyncError (child_process.js:464:13)
at Object.execFileSync (child_process.js:484:13)
at _runIOS (runIOS.js:83:34)
at runIOS.js:24:5
at tryCallTwo (/f8app/node_modules/react-native/node_modules/promise/lib/core.js:45:5)
at doResolve (/f8app/node_modules/react-native/node_modules/promise/lib/core.js:200:13)
at new Promise (/f8app/node_modules/react-native/node_modules/promise/lib/core.js:66:3)
at Array.runIOS (runIOS.js:23:10)
at Object.run (/f8app/node_modules/react-native/local-cli/cli.js:86:13)
at Object.<anonymous> (/usr/local/lib/node_modules/react-native-cli/index.js:88:7)

add support for landscape mode

Hello,
there are very few production apps built with react native, this being one of them. It would be nice to see this app support landscape orientation to have an example of a full-featured app built with RN.

So far, if I change the manifest to support landscape, things get broken.

How to scroll the navigation bar to minimum height?

There are a few tabs in application. The navigation bar of info tab can be scrolled to minimum height but the others can't (they will bounce back to bigger height). What's the difference? I can't find any difference in source code. Can anybody help? Thanks.

react-native run-android error

I run react-native run-android and got the following error, please tell me how to solve it.

Starting JS server...
Building and installing the app on the device (cd android && ./gradlew installDebug...

Configuring > 5/7 projects > Resolving dependencies ':react-native-push-notification:_debugCompile'

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':app'.

    A problem occurred configuring project ':react-native-push-notification'.
    Could not resolve all dependencies for configuration ':react-native-push-notification:_debugCompile'.
    Could not find com.google.android.gms:play-services-gcm:8.3.0.
    Searched in the following locations:
    file:/Users/hqr/.m2/repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
    file:/Users/hqr/.m2/repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
    https://jcenter.bintray.com/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
    https://jcenter.bintray.com/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
    file:/Users/hqr/reactnative/demos/f8app/node_modules/node_modules/react-native/android/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
    file:/Users/hqr/reactnative/demos/f8app/node_modules/node_modules/react-native/android/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
    file:/usr/local/opt/android-sdk/extras/android/m2repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
    file:/usr/local/opt/android-sdk/extras/android/m2repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
    Required by:
    F8v2:react-native-push-notification:unspecified

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 52.259 secs

f8app License

Hey All,

Just going through the f8app license and curious to understand the implications of "You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, and distribute this software in source code or binary form for use in connection with the web services and APIs provided by Facebook."

Does this mean if we extend and connect to other services then the app license would not allow such a thing? Please let me know the exact implications.

I do not know the require('F8App')

In setup.js, u used var F8App = require('F8App'), i don't know why it is right. i think it should be var F8App = require('./F8App')

// ./js/setup.js
var F8App = require('F8App') // i do not know why node.js do not find in node_module

Migrate to NavigationExperimental

F8 was built with the regular Navigator, but from https://github.com/ericvicenti/navigation-rfc/blob/master/Docs/NavigationOverview.md it says "Facebook is transitioning from Navigator to NavigationExperimental, which will be the supported navigation library going forward."

Currently, Redux+NavigationExperimental tutorials are quite sparse, so seeing a real-world beautiful use case like the redux-based f8 migrate would be a big help (to me, at least, and I suspect others as well).

It's possible NavigationExperimental isn't yet API-stable enough for a migration, but hopefully this can be a tracking issue for that migration (or the reasons not to migrate), as I'd be very interested in following along in either case.

Jest based testing is broken

Is anybody else encountering this problem?

Environment

Tony:f8app (master)$ git status
On branch master
Tony:f8app (master)$ git log -n 1
commit 78233d56f404ea284999d51b37e5e8ae11f4063d
Author: Alexander Kotliarskyi <[email protected]>
Date:   Thu May 5 11:25:22 2016 -0700

    Fix #35
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
Tony:f8app (master)$ npm -v
3.8.6
Tony:f8app (master)$ node -v
v6.0.0

Error

Tony:f8app (master)$ npm test

> [email protected] test /Users/Tony/Code/tonyxiao/f8app
> jest

Using Jest CLI v0.9.2, jasmine2, babel-jest
 FAIL  js/tabs/schedule/__tests__/formatTime-test.js
โ— Runtime Error
TypeError: Path must be a string. Received null
    at assertPath (path.js:7:11)
    at Object.dirname (path.js:1324:5)
    at handle (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:41:8)
    at process.<anonymous> (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:47:3)
 FAIL  js/reducers/__tests__/maps-test.js
โ— Runtime Error
TypeError: Path must be a string. Received null
    at assertPath (path.js:7:11)
    at Object.dirname (path.js:1324:5)
    at handle (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:41:8)
    at process.<anonymous> (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:47:3)
 FAIL  js/reducers/__tests__/schedule-test.js
โ— Runtime Error
TypeError: Path must be a string. Received null
    at assertPath (path.js:7:11)
    at Object.dirname (path.js:1324:5)
    at handle (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:41:8)
    at process.<anonymous> (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:47:3)
 FAIL  js/tabs/schedule/__tests__/formatDuration-test.js
โ— Runtime Error
TypeError: Path must be a string. Received null
    at assertPath (path.js:7:11)
    at Object.dirname (path.js:1324:5)
    at handle (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:41:8)
    at process.<anonymous> (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:47:3)
 FAIL  js/reducers/__tests__/notifications-test.js
โ— Runtime Error
TypeError: Path must be a string. Received null
    at assertPath (path.js:7:11)
    at Object.dirname (path.js:1324:5)
    at handle (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:41:8)
    at process.<anonymous> (/Users/Tony/Code/tonyxiao/f8app/node_modules/worker-farm/lib/child/index.js:47:3)
npm ERR! Test failed.  See above for more details.

BUILD FAILED (ios)

my_path/f8app/node_modules/react-native-fbsdk/iOS/core/iOS/RCTFBSDKAccessToken.m:50:21: No known class method for selector 'refreshCurrentAccessToken:'

screen shot 2016-04-30 at 3 04 59 am

Xcode: 7.3
node: 6.0.0
npm: 3.8.6
react-native-cli: 0.2.0
react-native: 0.23.1

react-native run-ios build error.

Found Xcode workspace F8v2.xcworkspace
Launching iPhone 6 (8.1)...
Building using "xcodebuild -workspace F8v2.xcworkspace -scheme F8v2 -destination id=872006C0-0F7E-45E7-9CDB-73821A001BA4 -derivedDataPath build"
2016-04-14 13:20:01.898 xcodebuild[33126:1007] [MT] PluginLoading: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Xprop.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-04-14 13:20:02.063 xcodebuild[33126:1007] [MT] PluginLoading: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-04-14 13:20:02.064 xcodebuild[33126:1007] Failed to load plugin at: /Users/cmackenz/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin, skipping.  Reason for failure: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
2016-04-14 13:20:02.091 xcodebuild[33126:1007] [MT] PluginLoading: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Lin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-04-14 13:20:02.100 xcodebuild[33126:1007] [MT] PluginLoading: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ExtractorLocalizableStrings.xcplugin' not present in DVTPlugInCompatibilityUUIDs
User defaults from command line:
    IDEDerivedDataPathOverride = /Volumes/Data/WebstormProjects/f8app/ios/build

=== BUILD TARGET React OF PROJECT Pods WITH CONFIGURATION Debug ===

Check dependencies

=== BUILD TARGET BVLinearGradient OF PROJECT BVLinearGradient WITH CONFIGURATION Debug ===

Check dependencies

CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradient.o BVLinearGradient/BVLinearGradient.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/munki:/Users/cmackenz/.rvm/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=235 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Volumes/Data/WebstormProjects/f8app/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-generated-files.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-own-target-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-all-target-headers.hmap -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-project-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/../../React -I../react-native/React -I../react-native/React/Base -I../react-native/React/Executors -I../react-native/React/Layout -I../react-native/React/Modules -I../react-native/React/Profiler -I../react-native/React/Views -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/DerivedSources/x86_64 -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/DerivedSources -F/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradient.d --serialize-diagnostics /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradient.dia -c /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradient.m -o /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradient.o
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradient.m:1:
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradient.h:2:
In file included from ../react-native/React/Views/RCTView.h:15:
../react-native/React/Views/RCTComponent.h:30:14: error: expected '>'
- (NSArray<id<RCTComponent>> *)reactSubviews;
             ^
../react-native/React/Views/RCTComponent.h:30:14: error: expected ')'
../react-native/React/Views/RCTComponent.h:30:3: note: to match this '('
- (NSArray<id<RCTComponent>> *)reactSubviews;
  ^
../react-native/React/Views/RCTComponent.h:30:1: error: interface type 'NSArray' cannot be returned by value; did you forget * in 'NSArray'?
- (NSArray<id<RCTComponent>> *)reactSubviews;
^
../react-native/React/Views/RCTComponent.h:44:39: error: expected '>'
- (void)didSetProps:(NSArray<NSString *> *)changedProps;
                                      ^
../react-native/React/Views/RCTComponent.h:44:40: error: expected ')'
- (void)didSetProps:(NSArray<NSString *> *)changedProps;
                                       ^
../react-native/React/Views/RCTComponent.h:44:21: note: to match this '('
- (void)didSetProps:(NSArray<NSString *> *)changedProps;
                    ^
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradient.m:2:
In file included from ../react-native/React/Base/RCTConvert.h:18:
In file included from ../react-native/React/Base/RCTLog.h:12:
../react-native/React/Base/RCTAssert.h:124:76: error: expected '>'
RCT_EXTERN NSString *RCTFormatError(NSString *message, NSArray<NSDictionary<NSString *, id> *> *stacktrace, NSUInteger maxMessageLength);
                                                                           ^
../react-native/React/Base/RCTAssert.h:124:76: error: interface type 'NSArray' cannot be passed by value; did you forget * in 'NSArray'?
RCT_EXTERN NSString *RCTFormatError(NSString *message, NSArray<NSDictionary<NSString *, id> *> *stacktrace, NSUInteger maxMessageLength);
                                                                           ^
                                                       *
../react-native/React/Base/RCTAssert.h:124:76: error: expected ')'
../react-native/React/Base/RCTAssert.h:124:36: note: to match this '('
RCT_EXTERN NSString *RCTFormatError(NSString *message, NSArray<NSDictionary<NSString *, id> *> *stacktrace, NSUInteger maxMessageLength);
                                   ^
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradient.m:2:
../react-native/React/Base/RCTConvert.h:97:20: error: expected '>'
+ (NSArray<NSArray *> *)NSArrayArray:(id)json;
                   ^
../react-native/React/Base/RCTConvert.h:97:21: error: expected ')'
+ (NSArray<NSArray *> *)NSArrayArray:(id)json;
                    ^
../react-native/React/Base/RCTConvert.h:97:3: note: to match this '('
+ (NSArray<NSArray *> *)NSArrayArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:98:21: error: expected '>'
+ (NSArray<NSString *> *)NSStringArray:(id)json;
                    ^
../react-native/React/Base/RCTConvert.h:98:22: error: expected ')'
+ (NSArray<NSString *> *)NSStringArray:(id)json;
                     ^
../react-native/React/Base/RCTConvert.h:98:3: note: to match this '('
+ (NSArray<NSString *> *)NSStringArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:99:19: error: expected '>'
+ (NSArray<NSArray<NSString *> *> *)NSStringArrayArray:(id)json;
                  ^
../react-native/React/Base/RCTConvert.h:99:19: error: expected ')'
../react-native/React/Base/RCTConvert.h:99:3: note: to match this '('
+ (NSArray<NSArray<NSString *> *> *)NSStringArrayArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:99:1: error: interface type 'NSArray' cannot be returned by value; did you forget * in 'NSArray'?
+ (NSArray<NSArray<NSString *> *> *)NSStringArrayArray:(id)json;
^
../react-native/React/Base/RCTConvert.h:100:25: error: expected '>'
+ (NSArray<NSDictionary *> *)NSDictionaryArray:(id)json;
                        ^
../react-native/React/Base/RCTConvert.h:100:26: error: expected ')'
+ (NSArray<NSDictionary *> *)NSDictionaryArray:(id)json;
                         ^
../react-native/React/Base/RCTConvert.h:100:3: note: to match this '('
+ (NSArray<NSDictionary *> *)NSDictionaryArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:101:18: error: expected '>'
+ (NSArray<NSURL *> *)NSURLArray:(id)json;
                 ^
../react-native/React/Base/RCTConvert.h:101:19: error: expected ')'
+ (NSArray<NSURL *> *)NSURLArray:(id)json;
                  ^
../react-native/React/Base/RCTConvert.h:101:3: note: to match this '('
+ (NSArray<NSURL *> *)NSURLArray:(id)json;
  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradientManager.o BVLinearGradient/BVLinearGradientManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/munki:/Users/cmackenz/.rvm/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=235 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Volumes/Data/WebstormProjects/f8app/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-generated-files.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-own-target-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-all-target-headers.hmap -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/BVLinearGradient-project-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/../../React -I../react-native/React -I../react-native/React/Base -I../react-native/React/Executors -I../react-native/React/Layout -I../react-native/React/Modules -I../react-native/React/Profiler -I../react-native/React/Views -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/DerivedSources/x86_64 -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/DerivedSources -F/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradientManager.d --serialize-diagnostics /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradientManager.dia -c /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.m -o /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradientManager.o
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.m:1:
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.h:1:
In file included from ../react-native/React/Views/RCTViewManager.h:12:
../react-native/React/Base/RCTBridgeModule.h:222:14: error: expected '>'
- (NSArray<id<RCTBridgeMethod>> *)methodsToExport;
             ^
../react-native/React/Base/RCTBridgeModule.h:222:14: error: expected ')'
../react-native/React/Base/RCTBridgeModule.h:222:3: note: to match this '('
- (NSArray<id<RCTBridgeMethod>> *)methodsToExport;
  ^
../react-native/React/Base/RCTBridgeModule.h:222:1: error: interface type 'NSArray' cannot be returned by value; did you forget * in 'NSArray'?
- (NSArray<id<RCTBridgeMethod>> *)methodsToExport;
^
../react-native/React/Base/RCTBridgeModule.h:231:26: error: expected '>'
- (NSDictionary<NSString *, id> *)constantsToExport;
                         ^
../react-native/React/Base/RCTBridgeModule.h:231:27: error: expected ')'
- (NSDictionary<NSString *, id> *)constantsToExport;
                          ^
../react-native/React/Base/RCTBridgeModule.h:231:3: note: to match this '('
- (NSDictionary<NSString *, id> *)constantsToExport;
  ^
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.m:1:
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.h:1:
In file included from ../react-native/React/Views/RCTViewManager.h:13:
In file included from ../react-native/React/Base/RCTConvert.h:18:
In file included from ../react-native/React/Base/RCTLog.h:12:
../react-native/React/Base/RCTAssert.h:124:76: error: expected '>'
RCT_EXTERN NSString *RCTFormatError(NSString *message, NSArray<NSDictionary<NSString *, id> *> *stacktrace, NSUInteger maxMessageLength);
                                                                           ^
../react-native/React/Base/RCTAssert.h:124:76: error: interface type 'NSArray' cannot be passed by value; did you forget * in 'NSArray'?
RCT_EXTERN NSString *RCTFormatError(NSString *message, NSArray<NSDictionary<NSString *, id> *> *stacktrace, NSUInteger maxMessageLength);
                                                                           ^
                                                       *
../react-native/React/Base/RCTAssert.h:124:76: error: expected ')'
../react-native/React/Base/RCTAssert.h:124:36: note: to match this '('
RCT_EXTERN NSString *RCTFormatError(NSString *message, NSArray<NSDictionary<NSString *, id> *> *stacktrace, NSUInteger maxMessageLength);
                                   ^
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.m:1:
In file included from /Volumes/Data/WebstormProjects/f8app/node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.h:1:
In file included from ../react-native/React/Views/RCTViewManager.h:13:
../react-native/React/Base/RCTConvert.h:97:20: error: expected '>'
+ (NSArray<NSArray *> *)NSArrayArray:(id)json;
                   ^
../react-native/React/Base/RCTConvert.h:97:21: error: expected ')'
+ (NSArray<NSArray *> *)NSArrayArray:(id)json;
                    ^
../react-native/React/Base/RCTConvert.h:97:3: note: to match this '('
+ (NSArray<NSArray *> *)NSArrayArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:98:21: error: expected '>'
+ (NSArray<NSString *> *)NSStringArray:(id)json;
                    ^
../react-native/React/Base/RCTConvert.h:98:22: error: expected ')'
+ (NSArray<NSString *> *)NSStringArray:(id)json;
                     ^
../react-native/React/Base/RCTConvert.h:98:3: note: to match this '('
+ (NSArray<NSString *> *)NSStringArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:99:19: error: expected '>'
+ (NSArray<NSArray<NSString *> *> *)NSStringArrayArray:(id)json;
                  ^
../react-native/React/Base/RCTConvert.h:99:19: error: expected ')'
../react-native/React/Base/RCTConvert.h:99:3: note: to match this '('
+ (NSArray<NSArray<NSString *> *> *)NSStringArrayArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:99:1: error: interface type 'NSArray' cannot be returned by value; did you forget * in 'NSArray'?
+ (NSArray<NSArray<NSString *> *> *)NSStringArrayArray:(id)json;
^
../react-native/React/Base/RCTConvert.h:100:25: error: expected '>'
+ (NSArray<NSDictionary *> *)NSDictionaryArray:(id)json;
                        ^
../react-native/React/Base/RCTConvert.h:100:26: error: expected ')'
+ (NSArray<NSDictionary *> *)NSDictionaryArray:(id)json;
                         ^
../react-native/React/Base/RCTConvert.h:100:3: note: to match this '('
+ (NSArray<NSDictionary *> *)NSDictionaryArray:(id)json;
  ^
../react-native/React/Base/RCTConvert.h:101:18: error: expected '>'
+ (NSArray<NSURL *> *)NSURLArray:(id)json;
                 ^
../react-native/React/Base/RCTConvert.h:101:19: error: expected ')'
+ (NSArray<NSURL *> *)NSURLArray:(id)json;
                  ^
../react-native/React/Base/RCTConvert.h:101:3: note: to match this '('
+ (NSArray<NSURL *> *)NSURLArray:(id)json;
  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

=== BUILD TARGET Bolts OF PROJECT Pods WITH CONFIGURATION Debug ===
Check dependencies

CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFAppLinkNavigation.o Bolts/Bolts/iOS/BFAppLinkNavigation.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/Data/WebstormProjects/f8app/ios/Pods
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/munki:/Users/cmackenz/.rvm/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=235 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Volumes/Data/WebstormProjects/f8app/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-generated-files.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-own-target-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-all-target-headers.hmap -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-project-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator/include -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/CodePush -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKCoreKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKLoginKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKShareKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/React -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkcore -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdklogin -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkshare -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources/x86_64 -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources -F/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator -include /Volumes/Data/WebstormProjects/f8app/ios/Pods/Target\ Support\ Files/Bolts/Bolts-prefix.pch -MMD -MT dependencies -MF /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFAppLinkNavigation.d --serialize-diagnostics /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFAppLinkNavigation.dia -c /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m -o /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFAppLinkNavigation.o
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:13:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/Bolts.h:11:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:13:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:19:1: error: cannot combine with previous '(error)' declaration specifier
@interface BFCancellationTokenRegistration : NSObject
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:29:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:13:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/Bolts.h:11:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:15:24: error: expected ';' after top level declarator
NS_ASSUME_NONNULL_BEGIN
                       ^
                       ;
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:42:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:13:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/Bolts.h:13:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:11:1: error: expected identifier or '('
#import <Foundation/Foundation.h>
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:15:2: error: prefix attribute must be followed by an interface or protocol
@class BFCancellationToken;
 ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:60:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:13:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/Bolts.h:14:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFExecutor.h:11:1: error: expected identifier or '('
#import <Foundation/Foundation.h>
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFExecutor.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFExecutor.h:18:1: error: cannot combine with previous '(error)' declaration specifier
@interface BFExecutor : NSObject
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFExecutor.h:62:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:13:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/Bolts.h:15:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFTask.h:11:1: error: expected identifier or '('
#import <Foundation/Foundation.h>
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFTask.h:15:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFTask.h:20:1: error: expected identifier or '('
extern NSString *const BFTaskErrorDomain;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFTask.h:52:31: error: expected '>'
@interface BFTask<__covariant ResultType> : NSObject
                              ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFTask.h:52:31: error: unknown type name 'ResultType'; did you mean 'ResType'?
@interface BFTask<__covariant ResultType> : NSObject
                              ^~~~~~~~~~
                              ResType
In module 'UIKit' imported from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Target Support Files/Bolts/Bolts-prefix.pch:2:
In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk/usr/include/MacTypes.h:292:41: note: 'ResType' declared here
typedef FourCharCode                    ResType;
                                        ^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:13:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/Bolts.h:15:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFTask.h:52:41: error: expected identifier or '('
@interface BFTask<__covariant ResultType> : NSObject
                                        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationToken.o Bolts/Bolts/Common/BFCancellationToken.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/Data/WebstormProjects/f8app/ios/Pods
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/munki:/Users/cmackenz/.rvm/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=235 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Volumes/Data/WebstormProjects/f8app/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-generated-files.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-own-target-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-all-target-headers.hmap -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-project-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator/include -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/CodePush -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKCoreKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKLoginKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKShareKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/React -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkcore -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdklogin -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkshare -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources/x86_64 -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources -F/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator -include /Volumes/Data/WebstormProjects/f8app/ios/Pods/Target\ Support\ Files/Bolts/Bolts-prefix.pch -MMD -MT dependencies -MF /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationToken.d --serialize-diagnostics /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationToken.dia -c /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m -o /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationToken.o
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:11:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:13:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:19:1: error: cannot combine with previous '(error)' declaration specifier
@interface BFCancellationTokenRegistration : NSObject
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:29:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:11:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:15:24: error: expected ';' after top level declarator
NS_ASSUME_NONNULL_BEGIN
                       ^
                       ;
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:42:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:14:24: error: expected ';' after top level declarator
NS_ASSUME_NONNULL_BEGIN
                       ^
                       ;
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:19:1: error: unexpected '@' in program
@property (nonatomic, strong) NSObject *lock;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:20:1: error: unexpected '@' in program
@property (nonatomic) BOOL disposed;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:22:1: error: '@end' must appear in an Objective-C context
@end
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:42:5: error: use of undeclared identifier '_registrations'
    _registrations = [NSMutableArray array];
    ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:43:5: error: use of undeclared identifier '_lock'
    _lock = [NSObject new];
    ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:51:24: error: property 'lock' not found on object of type 'BFCancellationToken *'
    @synchronized(self.lock) {
                       ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:59:24: error: property 'lock' not found on object of type 'BFCancellationToken *'
    @synchronized(self.lock) {
                       ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:66:31: error: property 'registrations' not found on object of type 'BFCancellationToken *'
        registrations = [self.registrations copy];
                              ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:79:24: error: property 'lock' not found on object of type 'BFCancellationToken *'
    @synchronized(self.lock) {
                       ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:81:15: error: property 'registrations' not found on object of type 'BFCancellationToken *'
        [self.registrations addObject:registration];
              ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:88:24: error: property 'lock' not found on object of type 'BFCancellationToken *'
    @synchronized(self.lock) {
                       ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:90:15: error: property 'registrations' not found on object of type 'BFCancellationToken *'
        [self.registrations removeObject:registration];
              ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.m:111:24: error: property 'lock' not found on object of type 'BFCancellationToken *'
    @synchronized(self.lock) {
                       ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenRegistration.o Bolts/Bolts/Common/BFCancellationTokenRegistration.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/Data/WebstormProjects/f8app/ios/Pods
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/munki:/Users/cmackenz/.rvm/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=235 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Volumes/Data/WebstormProjects/f8app/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-generated-files.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-own-target-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-all-target-headers.hmap -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-project-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator/include -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/CodePush -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKCoreKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKLoginKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKShareKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/React -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkcore -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdklogin -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkshare -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources/x86_64 -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources -F/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator -include /Volumes/Data/WebstormProjects/f8app/ios/Pods/Target\ Support\ Files/Bolts/Bolts-prefix.pch -MMD -MT dependencies -MF /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenRegistration.d --serialize-diagnostics /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenRegistration.dia -c /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m -o /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenRegistration.o
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:11:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:19:1: error: cannot combine with previous '(error)' declaration specifier
@interface BFCancellationTokenRegistration : NSObject
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:29:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:13:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:11:1: error: expected identifier or '('
#import <Foundation/Foundation.h>
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:15:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:20:1: error: expected identifier or '('
typedef void(^BFCancellationBlock)();
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:38:77: error: expected a type
- (BFCancellationTokenRegistration *)registerCancellationObserverWithBlock:(BFCancellationBlock)block;
                                                                            ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:42:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:15:24: error: expected ';' after top level declarator
NS_ASSUME_NONNULL_BEGIN
                       ^
                       ;
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:20:1: error: unexpected '@' in program
@property (nullable, nonatomic, strong) BFCancellationBlock cancellationObserverBlock;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:21:1: error: unexpected '@' in program
@property (nonatomic, strong) NSObject *lock;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:22:1: error: unexpected '@' in program
@property (nonatomic) BOOL disposed;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:24:1: error: '@end' must appear in an Objective-C context
@end
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:34:78: error: expected a type
+ (instancetype)registrationWithToken:(BFCancellationToken *)token delegate:(BFCancellationBlock)delegate {
                                                                             ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:36:18: error: property 'token' not found on object of type 'BFCancellationTokenRegistration *'
    registration.token = token;
                 ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:37:18: error: property 'cancellationObserverBlock' not found on object of type 'BFCancellationTokenRegistration *'
    registration.cancellationObserverBlock = delegate;
                 ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:45:5: error: use of undeclared identifier '_lock'
    _lock = [NSObject new];
    ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:51:24: error: property 'lock' not found on object of type 'BFCancellationTokenRegistration *'
    @synchronized(self.lock) {
                       ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.m:52:18: error: property 'disposed' not found on object of type 'BFCancellationTokenRegistration *'
        if (self.disposed) {
                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenSource.o Bolts/Bolts/Common/BFCancellationTokenSource.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/Data/WebstormProjects/f8app/ios/Pods
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/munki:/Users/cmackenz/.rvm/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=235 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Volumes/Data/WebstormProjects/f8app/ios/build/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-generated-files.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-own-target-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-all-target-headers.hmap -iquote /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Bolts-project-headers.hmap -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator/include -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Private/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/Bolts -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/CodePush -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKCoreKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKLoginKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/FBSDKShareKit -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/React -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkcore -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdklogin -I/Volumes/Data/WebstormProjects/f8app/ios/Pods/Headers/Public/react-native-fbsdkshare -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources/x86_64 -I/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/DerivedSources -F/Volumes/Data/WebstormProjects/f8app/ios/build/Build/Products/Debug-iphonesimulator -include /Volumes/Data/WebstormProjects/f8app/ios/Pods/Target\ Support\ Files/Bolts/Bolts-prefix.pch -MMD -MT dependencies -MF /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenSource.d --serialize-diagnostics /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenSource.dia -c /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m -o /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenSource.o
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:11:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:15:2: error: prefix attribute must be followed by an interface or protocol
@class BFCancellationToken;
 ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:33:41: error: unknown type name 'BFCancellationToken'; did you mean 'BFCancellationTokenSource'?
@property (nonatomic, strong, readonly) BFCancellationToken *token;
                                        ^~~~~~~~~~~~~~~~~~~
                                        BFCancellationTokenSource
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:23:12: note: 'BFCancellationTokenSource' declared here
@interface BFCancellationTokenSource : NSObject
           ^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.h:60:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:13:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:11:1: error: expected identifier or '('
#import <Foundation/Foundation.h>
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:13:
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:13:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:19:1: error: cannot combine with previous '(error)' declaration specifier
@interface BFCancellationTokenRegistration : NSObject
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:29:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:13:
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:15:24: error: expected ';' after top level declarator
NS_ASSUME_NONNULL_BEGIN
                       ^
                       ;
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationToken.h:42:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:15:24: error: expected ';' after top level declarator
NS_ASSUME_NONNULL_BEGIN
                       ^
                       ;
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:20:1: error: missing context for method declaration
- (void)cancelAfterDelay:(int)millis;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:22:1: error: expected method body
- (void)dispose;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:23:1: error: missing context for method declaration
- (void)throwIfDisposed;
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:25:1: error: expected method body
@end
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:40:1: error: missing context for method declaration
+ (instancetype)cancellationTokenSource {
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:46:1: error: missing context for method declaration
- (BOOL)isCancellationRequested {
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:50:1: error: missing context for method declaration
- (void)cancel {
^
/Volumes/Data/WebstormProjects/f8app/ios/Pods/Bolts/Bolts/Common/BFCancellationTokenSource.m:54:1: error: missing context for method declaration
- (void)cancelAfterDelay:(int)millis {
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

** BUILD FAILED **


The following build commands failed:
    CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradient.o BVLinearGradient/BVLinearGradient.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/BVLinearGradient.build/Debug-iphonesimulator/BVLinearGradient.build/Objects-normal/x86_64/BVLinearGradientManager.o BVLinearGradient/BVLinearGradientManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFAppLinkNavigation.o Bolts/Bolts/iOS/BFAppLinkNavigation.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationToken.o Bolts/Bolts/Common/BFCancellationToken.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenRegistration.o Bolts/Bolts/Common/BFCancellationTokenRegistration.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Volumes/Data/WebstormProjects/f8app/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts.build/Objects-normal/x86_64/BFCancellationTokenSource.o Bolts/Bolts/Common/BFCancellationTokenSource.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(6 failures)
Installing build/Build/Products/Debug-iphonesimulator/F8v2.app
Invalid device: booted
Print: Entry, ":CFBundleIdentifier", Does Not Exist
/Volumes/Data/WebstormProjects/f8app/node_modules/react-native/node_modules/promise/lib/done.js:10
      throw err;
      ^

Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/F8v2.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

    at checkExecSyncError (child_process.js:441:13)
    at Object.execFileSync (child_process.js:461:13)
    at _runIOS (runIOS.js:83:34)
    at runIOS.js:24:5
    at tryCallTwo (/Volumes/Data/WebstormProjects/f8app/node_modules/react-native/node_modules/promise/lib/core.js:45:5)
    at doResolve (/Volumes/Data/WebstormProjects/f8app/node_modules/react-native/node_modules/promise/lib/core.js:200:13)
    at new Promise (/Volumes/Data/WebstormProjects/f8app/node_modules/react-native/node_modules/promise/lib/core.js:66:3)
    at Array.runIOS (runIOS.js:23:10)
    at Object.run (/Volumes/Data/WebstormProjects/f8app/node_modules/react-native/local-cli/cli.js:86:13)
    at Object.<anonymous> (/usr/local/lib/node_modules/react-native-cli/index.js:88:7)

Xcode: 6.1
Node: v4.0.0
react-native-cli: 0.2.0
react-native: 0.23.

Failed to start

After downloading f8app.
Sever fails to run.

npm start

> [email protected] start /Users/fdobrovolny/workspace/f8
> babel-node ./server/server.js

/Users/fdobrovolny/workspace/f8/node_modules/babel-core/lib/transformation/file/index.js:556
      throw err;
      ^

SyntaxError: /Users/fdobrovolny/workspace/f8/server/server.js: Unexpected token (85:2)
  83 |       users,
  84 |     }, IS_DEVELOPMENT),
> 85 |   );
     |   ^
  86 | }
  87 | 
  88 | server.use(
    at Parser.pp.raise (/Users/fdobrovolny/workspace/f8/node_modules/babylon/index.js:1378:13)
    at Parser.pp.unexpected (/Users/fdobrovolny/workspace/f8/node_modules/babylon/index.js:2817:8)
    at Parser.pp.parseExprAtom (/Users/fdobrovolny/workspace/f8/node_modules/babylon/index.js:749:12)
    at Parser.pp.parseExprSubscripts (/Users/fdobrovolny/workspace/f8/node_modules/babylon/index.js:504:19)
    at Parser.pp.parseMaybeUnary (/Users/fdobrovolny/workspace/f8/node_modules/babylon/index.js:484:19)

npm ERR! Darwin 15.4.0
npm ERR! argv "/Users/fdobrovolny/.nvm/versions/node/v6.0.0/bin/node" "/Users/fdobrovolny/.nvm/versions/node/v6.0.0/bin/npm" "start"
npm ERR! node v6.0.0
npm ERR! npm  v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `babel-node ./server/server.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script 'babel-node ./server/server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the F8v2 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     babel-node ./server/server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs F8v2
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls F8v2
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!

npm-debug.log.txt

Upgrade to new React-native version

I got the following error messages:

Warning: ReactNative.createElement is deprecated. Use React.createElement from the 'react' package instead.

Warning: ReactNative.cloneElement is deprecated. Use React.cloneElement from the 'react' package instead.

When I change the react-native to version:

"react-native": "^0.25.0-rc"

What should I do? Thanks.

run 'npm start' got exception

these are my versions
node: v5.10.1
npm: v3.8.6
os: win 7 x64

when i run 'npm start', i got these errors.

`E:\workspace\ReactWorkspace\f8app\node_modules.npminstall\react-native\0.23.1\r
eact-native\Libraries\react-native\react-native.js:120
...require('React'),
^^^

SyntaxError: Unexpected token ...
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Module._extensions..js (module.js:422:10)
at Object.require.extensions.(anonymous function) [as .js](E:workspaceRea
ctWorkspacef8appnode_modules.npminstallbabel-register6.7.2babel-registerl
ibnode.js:134:7)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at E:\workspace\ReactWorkspace\f8app\node_modules.npminstall\babel-core\6.7
.6\babel-core\lib\transformation\file\options\option-manager.js:368:22
at Array.map (native)

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "D:\Program Files\nodejs\node.exe" "C:\Users\xsg\AppData\Ro
aming\npm\node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v5.10.1
npm ERR! npm v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: babel-node ./server/server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'babel-node ./server/server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the F8v2 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! babel-node ./server/server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs F8v2
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls F8v2
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! E:\workspace\ReactWorkspace\f8app\npm-debug.log`

i can not find the solution, can anyone help me? thanks in advance

npm start error

OSX 10.10.5
node version:v6.2.0

babel-node ./server/server.js

(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.
...
1: v8::Template::Set(v8::Localv8::Name, v8::Localv8::Data, v8::PropertyAttribute)
2: grpc::node::Call::Init(v8::Localv8::Object)
3: init(v8::Localv8::Object)
4: node::DLOpen(v8::FunctionCallbackInfov8::Value const&)
5: v8::internal::FunctionCallbackArguments::Call(void ()(v8::FunctionCallbackInfov8::Value const&))
6: v8::internal::MaybeHandlev8::internal::Object v8::internal::(anonymous namespace)::HandleApiCallHelper(v8::internal::Isolate
, v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>)
7: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object*, v8::internal::Isolate)
8: 0x1a655120961b
9: 0x1a6551add124
[1] 51976 segmentation fault npm start

15s timeout not working

LoginButton.js

  await Promise.race([
    dispatch(logInWithFacebook(this.props.source)),
    timeout(15000),
  ]);

npm run import-data returns error

macbook:f8app xxxxx$ npm run import-data

[email protected] import-data /Users/xxxxx/Documents/workspace/f8app
babel-node ./scripts/import-data-from-parse.js

Loading Speakers
Cleaning old Speakers data
ParseError { code: undefined, message: 'unauthorized' }

Yes I have the local parse server running and local mongo instance up and running

react-native run-android Could not

$ react-native run-android
JS server already running.
Building and installing the app on the device (cd android && ./gradlew installDebug...

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> A problem occurred configuring project ':react-native-push-notification'.
   > Could not resolve all dependencies for configuration ':react-native-push-notification:_debugCompile'.
      > Could not find com.google.android.gms:play-services-gcm:8.3.0.
        Searched in the following locations:
            file:/Users/julaud/.m2/repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
            file:/Users/julaud/.m2/repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
            https://jcenter.bintray.com/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
            https://jcenter.bintray.com/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
            file:/Users/julaud/www/Frontend/javascript/react/react-native/f8app/node_modules/node_modules/react-native/android/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
            file:/Users/julaud/www/Frontend/javascript/react/react-native/f8app/node_modules/node_modules/react-native/android/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
            file:/usr/local/opt/android-sdk/extras/android/m2repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.pom
            file:/usr/local/opt/android-sdk/extras/android/m2repository/com/google/android/gms/play-services-gcm/8.3.0/play-services-gcm-8.3.0.jar
        Required by:
            F8v2:react-native-push-notification:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 11.155 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:

putting web with android and ios inside same project

If there was a web version in addition to android and ios versions, can you please give pointers/reference [fork/ link] for folder structure and build setup. If it is duplicate question, it would be helpful if you could close with some reference to existing issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.