Not able to build native package in sencha touch - extjs

I have downloaded latest sencha gpl 2.1.1 and sdk cmd 3.0.2, So here i am able to generate sample app as in the sencha website. but i am not able to build native package. it is throwing error in command prompt like this com.sencha.exceptions.BasicException:
The following error occured while executing this line:
D:\Sench_Touch\sencha-touch-2.1.1-gpl\DemoApp.sencha\app\build-impl.xml:109:
The following error occurred while executing this line:
jar:file:/C:/Users/User%202/bin/Sencha/Cmd/3.0.2.288/sencha.jar!/com/sencha/ant/
antlib.xml:364: shellscript returned: 1
Can any body tell why it is giving error how to resolve this issue?

You need to make sure compass is installed before compiling.
You can skip it with adding skip.sass=1 to your sencha.cfg files.

Related

Issue building React Native App for Windows Desktop

I am trying to build my first React Native App for Windows, I am following the instructions from the main site: https://microsoft.github.io/react-native-windows/docs/getting-started
which basically are:
1) npx react-native init fiveTest --template react-native
2) cd fiveTest/
3) npx react-native-windows-init --overwrite
4) npx react-native run-windows
Nonetheless, I am facing this issue after running the last command:
C:\gitrepo\daniel\fiveTest\node_modules\react-native-windows\Mso\dispatchQueue\dispatchQueue.h(728,17): error C2607: static assertion failed [C:\gitrepo\daniel\fiveTest\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj]
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\XamlCompiler\Microsoft.Windows.UI.Xaml.Common.targets(486,5): error MSB4181: The "CompileXaml" task returned false but did not log an error. [C:\gitrepo\daniel\fiveTest\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj]
Done Building Project "C:\gitrepo\daniel\fiveTest\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\gitrepo\daniel\fiveTest\windows\fivetest\fivetest.vcxproj.metaproj" (default targets) -- FAILED.
Done Building Project "C:\gitrepo\daniel\fiveTest\windows\fivetest.sln" (default targets) -- FAILED.
- Build failed with message Building Solution - error code 1. Check your build configuration.
× Build failed with message Building Solution - error code 1. Check your build configuration.
Any advice or suggestion to solve it?, have anyone build successfully a Windows App?
thanks in advance.
Regards,
Daniel.
This is an issue with the VS 2022 17.1 update. I fixed it by using Visual Studio 2019 instead.
Apparently VS 2022 is not officially supported for RN Windows yet: https://github.com/microsoft/react-native-windows/pull/9562

'abp' is not recognized as an internal or external command,

I just started exploring the Abp features, I created a sample project from their website and able to build the project successfully. But When I run the dbmigrator project getting an exception,
Below is the screenshot of the error,
I followed this article to run the app
https://docs.abp.io/en/abp/latest/Getting-Started-Running-Solution?UI=MVC&DB=EF&Tiered=No
Do we need to install any additional package to make it work?
Any help would be appreciated.
I think you are missing the abp cli.
dotnet tool install -g Volo.Abp.Cli
Just install it using the above command and try again in a new prompt. it should fix the issue.
If you sure about abp.cli is already installed, you can run the command using by abp.exe file path like this:
C:\Users\username\.dotnet\tools\abp.exe new Acme.BookStore

react-native-version-number:verifyReleaseResources in React Native application

I am doing react native application. And I tried to create apk file for android.
I have installed multiple components (libraries), In that to get version number, I have installed react-native-version-number.
But, While trying to create apk file, Getting following error
* What went wrong:
Execution failed for task ':react-native-version-number:verifyReleaseResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
How to fix this, Any suggestion.

error after build in react native for ios

Command for build .ipa (.app) file:
react-native run-ios --configuration=release
And I want to build app for ios, but cant uploaded to diawi, console error:
** BUILD SUCCEEDED **
Installing build/Build/Products/release-iphonesimulator/app.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Launching org.reactjs.native.example.app
org.reactjs.native.example.app: 11067
Error in Diawi (the .app file itself exists):
An error occurred: 4001009: Invalid .ipa file: missing embedded
mobileprovision
What I should do? Worked on simulator. Maybe somehow on another can build?
You need to check main three steps from xCode:
Set proper Bundle Indentifier
Select Team from which you created your certificate and provisional profile
Set your Signing Developer.

Facing issue "Error Code: EPERM" while conducting a build for hawtio which includes typescript and Angular files

I am getting this issue during a build on my project. I am trying to modify the typescript and angular files in Hawtio API.
It gives the error message as Error Code : EPERM.
Using --force and other similar commands, goves successful build but doesnt give required output.
Below is the screenshot of the prompt.
It does not specify any errors but the build fails everytime.
Can anyone suggest what should be the approach to rectify it?
PhantomJs on windows machine usually causes this issue. Issue log related to the same.

Resources