react-native-pdf-view icon indicating copy to clipboard operation
react-native-pdf-view copied to clipboard

build fail iOS

Open alicompiler opened this issue 8 years ago • 2 comments

i used these command for installation

npm i react-native-pdf-view --save
react-native link react-native-pdf-view
react-native run-ios

but an error occurred : build fail

4 warnings and 17 errors generated.

** BUILD FAILED **


The following build commands failed:
	CompileC /Users/macbookpro/Workspace/Projects/Wizary/Wizary/ios/build/Build/Intermediates/RNPDFView.build/Debug-iphonesimulator/RNPDFView.build/Objects-normal/x86_64/RNPDFViewManager.o RNPDFView/RNPDFViewManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

alicompiler avatar Jul 23 '17 21:07 alicompiler

+1

devLaaziz avatar Sep 13 '17 14:09 devLaaziz

Changing your package.json to pull from the most recent version should fix this problem

    "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git",

found the solution linked here

vsinha avatar Sep 21 '17 10:09 vsinha