-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile on Cordova 6.1.1 #32
Comments
Us Too! |
@DBZFYAM and @JackConnor - This build failure has to due with the plugin using the once-depreciated now-removed Also, on cordova-ios@4+ you will need to cast the Webview class as it also supports WKWebView:
|
Please help me Android platform build error! D:\WorkSpace\Mobile Development\Ionic Projects\Ample App\ample\platforms\android Is it a problem of resource package? |
Did you fix it? I am stuck with same thing |
same issue with @srnrepo , anyone how to fix it ? |
The same issue |
@srnrepo you need add a line in CanvasCameraView.java |
The same issue |
@AceLondon hello, i am new to ionic and cordova, could you detail how to cast the Webview class as it also supports WKWebView ? Thank you in advance ! |
@clarzou did you solve your issue? |
As soon as I add this plugin and try to run the project on iOS I get the error below (error 65):
The following build commands failed:
CompileC build/Ricoh\ Open.build/Debug-iphoneos/Ricoh\ Open.build/Objects-normal/armv7/CanvasCamera.o Ricoh\ Open/Plugins/com.keith.cordova.plugin.canvascamera/CanvasCamera.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/sdegraaf/Sites/engagement-factory/apps/RicohOpen/platforms/ios/cordova/build-debug.xcconfig,-project,Ricoh Open.xcodeproj,ARCHS=armv7 arm64,-target,Ricoh Open,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/sdegraaf/Sites/engagement-factory/apps/RicohOpen/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/sdegraaf/Sites/engagement-factory/apps/RicohOpen/platforms/ios/build/sharedpch
Also tried removing and readding the platform but this doesn't work. After removing the plugin and readding the platform, all is well again. Does anyone know what causes this and how to fix it?
Thanks in advance,
Regards,
Stefan
The text was updated successfully, but these errors were encountered: