React-native-config: Missing filename when building iOS project

Created on 18 Oct 2017  路  1Comment  路  Source: luggit/react-native-config

When building an ios project you may get an error along the lines C PREPROCESS missing FILENAME.

Most helpful comment

To solve this, check your project definition for INFOPLIST_PREFIX_HEADER = "${BUILD_DIR}/GeneratedInfoPlistDotEnv.h"; has no other characters for instance "\n" which was causing my issue.

>All comments

To solve this, check your project definition for INFOPLIST_PREFIX_HEADER = "${BUILD_DIR}/GeneratedInfoPlistDotEnv.h"; has no other characters for instance "\n" which was causing my issue.

Was this page helpful?
0 / 5 - 0 ratings