Blackberry Webworks: Feature cannot be found in any extension - blackberry

I am following the instructions on the "How to Build" section of this site: https://github.com/blackberry/WebWorks-Samples/tree/master/UIExamples
to build the sample UI example project. I have followed it exactly, but on the last step I get this error message:
also in the Ripple simulator:

I needed an additional extention which is located here for people having the same issue:
https://github.com/blackberry/WebWorks-Community-APIs/tree/master/Smartphone/SpinnerControl
After installing that everything went fine.

Related

ManifoldJS to package a Windows EdgeExtension, but the result is empty

I follow the guide to package the extension in this guide:
https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/packaging/using-manifoldjs-to-package-extensions.
The sample extension is in download from:
https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/color_changer
I use the tool: ManifoldJS.
but the result of the target folder is empty.
We confirmed that this is a known issue of manifoldjs-edgeextension, please check below link for detail information, still no updates yet.
https://github.com/pwa-builder/manifoldjs-edgeextension/issues/19
As a workaround, NodeJS version 8 works good for this extension, tested it and got the outputs.

React native QRCode scanner integration problem

im trying to integrate react-native-qrcode-scanner into my project. I do all they say in the installation guide but get following error :
I see that this line of code inside this library fails :
return PermissionsIOS.requestPermission(
PermissionsIOS being imported as
const PermissionsIOS = NativeModules.ReactNativePermissions
So it seems like permissions was not loaded into the project.
Any ideas?
Ok, I found it. The thing is that by some strange reason react-native link react-native-permissions didnt work out. I've read installation on react-native-permissions's page. It says that one of 3 following must be done :
Installation via pods - made only worse
running react-native link react-native-permissions - didnt work in first place
Manual linkage with XCode
Only 3rd alternative did the trick for me.

HockeyApp and iOS: unable to add a script in build phase

I am following this guide and get stuck when trying to add a "Run Script" build phase to my project.
I followed the step by step guide on the Hockey website too but unfortunately it seems to be disabled somehow on my project.
Here is what I see:
This is what I should be seeing:
How can I fix this?
EDIT:
These are the additional attempts that I have made, all seem to have the option to add the run script disabled:
After reviewing your problem and check in my Xcode results: Happens to me as well, but there is another way to do this and its working, so this images will help you
I hope this helps you, Regards

Couldn't get Xamarin projects working with Rider-EAP on OSX

I was really excited, when JetBrains launched the Project Rider-EAP. First thing I've tried was to get a Xamarin-iOS project to run in Rider-EAP, but it doesn't work out of the box.
Update 1: This issue is now listed as critical bug with fix in EAP 2: https://youtrack.jetbrains.com/issue/RIDER-618
1. Problem (fixed) Projects didn't load with the exception that Xamarin.iOS.targets could not be found.
I fixed this with a simple Symlink:
ln -s /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/ “/Applications/Rider EAP.app/Contents/lib/ReSharperHost/macos-x64/mono/lib/mono/xbuild/”
2. Problem
References are not loaded correctly. Therefore the whole syntax highlighting and everything beyond is broken.
See screenshot: References are not loaded correctly
I get the following error as well:
Error:null: Error initializing task MakeDir: Could not load file or assembly '/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll' or one of its dependencies
Switching the xbuild to mono 4.2.2 removes the error but not solves the problem.
PS: It seams that the references are loaded correctly for Xamarin Android projects.
Basic Xamarin Support like open and build is added with EAP 8 of Project Rider.
More advanced features will come with the next Builds and are tracked here: https://youtrack.jetbrains.com/issue/RIDER-1533

Trouble with PhoneGap demo: "nothing to be done for..."

I'm trying to do the PhoneGap demo for IOS at:
http://mobile.tutsplus.com/tutorials/phonegap/phonegap-development/
It says to open a terminal in the folder that has "PhoneGapLibInstaller.pkg". I did that. If I do "ls", I can see the file listed. Then it says to run "make". I'm not a terminal person very much, but it first said "make: * No targets specified and no makefile found. Stop." I assumed the tutorial left out the file name so I tried "make PhoneGapLibInstaller.pkg". Now I get "make: Nothing to be done for `PhoneGapLibInstaller.pkg'."
What should I be typing?? I wish tutorials would be more clear sometimes :)
Have you tried following the install instructions on the PhoneGap Wiki for iOS?
Getting Started with PhoneGap (iOS)

Resources