React-native-vector-icons: Unable to Build Ios Project RCTFont.h file not found

Created on 1 Nov 2018  路  9Comments  路  Source: oblador/react-native-vector-icons

Environment

"react-native-vector-icons": "^6.0.2",
"react": "16.5.0",


"react-native": "0.57.1",
XCode: 9.1

Description

Describe your issue in detail. Include screenshots if needed.

Most helpful comment

I figured it out @dileepbolisetti .

Remove the podfile configuration of react-native-vector-icons and include it manually. (dragging fonts etc)

You cannot do both methods at once. Figured this out the hard way

All 9 comments

I am getting the same issue. were you able to solve it?

Is the actual file missing from the node_modules/react-native-vector-icons/RNVectorIconsManager/RCTFont+FA5.h or is it just not recognised from Xcode?

NodeModules has the file But Xcode not recognizing.

Can you see it in the sidebar in Xcode?

lulz

Have you tried deleting, reinstalling and relinking the node_modules? This is the only solution I can think of, I have installed this package numerous times from npm without any issues and manual steps so I would think something went wrong when you installed it?馃檪

I figured it out @dileepbolisetti .

Remove the podfile configuration of react-native-vector-icons and include it manually. (dragging fonts etc)

You cannot do both methods at once. Figured this out the hard way

Ah I don't use pods so that might be the issue, yes 馃檪 Glad you got it working @eyalabadi98.

@dileepbolisetti please close this if this indeed was the problem for you as well 馃憤馃徎

@hampustagerud after upgrading xcode 9.1 to latest one errors are gone (y)

This file does not exist

so weird error! what is wrong with this package?

Was this page helpful?
0 / 5 - 0 ratings