React-native-vector-icons: Build Failed after linking

Created on 6 Jan 2017  路  7Comments  路  Source: oblador/react-native-vector-icons

I got this error when running react-native run-ios

CompileC /Users/Applica/Sites/applica_jobs/applicajobs-frontend/ios/build/Build/Intermediates/RNVectorIcons.build/Debug-iphonesimulator/RNVectorIcons.build/Objects-normal/x86_64/RNVectorIconsManager.o RNVectorIconsManager/RNVectorIconsManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Most helpful comment

You need to upgrade RN to 0.40 or use the previous version of react-native-vector-icons 3.0.0

All 7 comments

I received the same error after linking on ios

@BrianGorter078 lets wait for them to help us.

Provide versions of library and RN you're using.

@Eldelshell "react-native": "0.39.2", "react-native-vector-icons": "^4.0.0"

You need to upgrade RN to 0.40 or use the previous version of react-native-vector-icons 3.0.0

Ok will try, Ive also changed some imports in the ios code and than it worked. But I dont think that is the desired behaviour

@Eldelshell thank you so much!

Was this page helpful?
0 / 5 - 0 ratings