React-native-app-auth: 'RNAppAuthAuthorizationFlowManager.h' file not found

Created on 24 Jul 2018  路  3Comments  路  Source: FormidableLabs/react-native-app-auth

Hello i've installed and setup all stuff according documentation

However cannot build app due to:

2018-07-25 00 48 01

Example app use relative path to lib

Could advice how import 'RNAppAuthAuthorizationFlowManager.h' ?

Thank you

Most helpful comment

Solved by adding path to headers to:

build settings -> header search path ->

2018-07-25 01 46 52

and

#import <RNAppAuthAuthorizationFlowManager.h>

i've been Kill a couple hours for it, hope it will help someone :)

All 3 comments

Solved by adding path to headers to:

build settings -> header search path ->

2018-07-25 01 46 52

and

#import <RNAppAuthAuthorizationFlowManager.h>

i've been Kill a couple hours for it, hope it will help someone :)

Thanks for posting your solution.

This is what react-native link is meant to do, but it can fail for various reasons.

For anyone coming across the same issue, ensure you've run the linking command and have opened the .xcworkspace file and not .xcodeproj

@kadikraman thank you

Was this page helpful?
0 / 5 - 0 ratings