Pedrum
Pedrum
+1 on this
Do this in the node_modules -> cordova-plugin-camera-preview -> iOS -> CameraPreview.m - [self.webView.superview addSubview:self.cameraRenderController.view]; + [self.webView.superview insertSubview:self.cameraRenderController.view atIndex:0]; so that it won't revert after each build. Thanks @acyvas!
Line 669 of PhotoLibraryService.swift: Change from url.characters.count to url.count Find and replace all instances of UIImageOrientation with UIImage.Orientation That should do it
@chetan1406 @arslankaleem7229 any luck? Still getting this on a ton of the libraries. I also feel like the pkg is losing all entitlements during the osx-flat commands
Can we get an eta on this? I'm unable to add my apps to the app store
@stionic is readding the platform necessary? Shouldn't ionic cordova ios prepare suffice?
anyone found any solution?
I'm guessing it's the way I set it up. I followed the instructions you provided in the readme. The folder contents are set up like this: domain -->directory ---->python files...
I managed to get it running of sorts. It turned out I had Python 2.6 installed not 2.7 (stupid mistake sorry). RIght now I'm delving in the config file to...
Okay, I'm now nearly 100% sure it is a problem with my configuration. No matter what I put in the host variable, it always shows as 0.0.0.0:xxxx in the terminal:...