I need help please, I can't run this project, I have used the README commands, but I only have errors, could you tell me how to run the project please, I use windows 11.
project link: https://github.com/Pau1fitz/react-native-football
I did what the README says, but it gives me an error
Related
I am using windows 10 and have followed classic installation using the latest git bash inside the folder I want using option(1) copying the git text to the git bash and the cloning went normal no errors, I have also downloaded the latest CMake x64 version and followed the guide exactly and after I choose vs 15(2017) and hit finish I have an error message saying error in the configuration process, "project files may be invalid"
I already had git and CMake and all versions of vs installed but to make sure I redownloaded the newest versions and tried again no luck, I also recloned the repository no luck. after the error pops up there is a list item in CMake with name:CMAKE_CONFIGURATION_TYPES value:Debug;Release;MinSizeRel;RelWithDebInfo
Any help appreciated, if I figure it out I will update this thanks.
I found the issue, the pathing to my visual studio 15 2017 was incorrect, thanks peeps.
When I try to build apk for sample application in oracle JET using grunt command, I am getting below error.
Loading "Gruntfile.js" tasks...ERROR
Error: Cannot find module 'load-grunt-config'
jit-grunt: Plugin for the "grunt" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "grunt" failed. Use --force to continue.
Aborted due to warnings.
Done.
Since I new to this concept, I don't know what to map using static mapping
IDE:NetBeans 8.2
Java: 1.8.0_111
Oracle JET Supoort Version: 0.10.1
Can anyone help me to solve this issue?
Since you don't give much information to work with, please see the official documentation regarding Oracle JET and hybrid developemt: http://docs.oracle.com/middleware/jet230/jet/developer/GUID-C75CD8DC-5084-4831-BE1A-FFEE4EA8600C.htm#JETDG-GUID-C75CD8DC-5084-4831-BE1A-FFEE4EA8600C
Some required steps before trying to build.
Make sure you installed: grunt-cli, bower, cordova and the Android SDK
Did you scaffold an hybrid application using Yeoman?
ex: yo oraclejet:hybrid app --appname="Sample NavBar" --template=navbar --platform=android
What command (+ parameters) do you use to try and build your application?
This is my first time to build Titanium module. What I am building is the ti.barcode for Android. I grasp the source code from Github and import to Titanium studio. Some build path error is easily corrected by opening build path and just close. There is no error shown on the project.
But when I tried to package it, I always get error message:
Launching build and packaging failed
Build failed. Unable to locate generated zip file at /Users/ymlan/Code/ti.barcode-android-2.3.5/dist/ti.barcode-android-2.3.5.zip
I use JDK 1.8 , SDK 5.2.2GA , it seems to be some configuration error, but I can not figure it out after hours of googling. Since I request your keens help here.
Thanks in advance for your help.
Cliff
Maybe it's related to https://jira.appcelerator.org/browse/AC-3806.
It gives me the same error with a new module too.
I had a similar issue. After two days of hell, I have found the cause of my problem! In my workspace root there was an old tiapp.xml (I do not know how it got there...). After removing it, I managed to make the build of the modules, both from Appcelerator Studio that from the CLI.
Try to see if you also have a tiapp.xml or timodule.xml file in the root of the workspace.
Maybe this one might help you
https://github.com/acktie/Acktie-Mobile-Android-Barcode
Or is it definitely required to use Ti.barcode ?
I am trying to run the incore_macho which has been provided by IBM Worklight.I am unable to run this script on my mac machine, can anyone please guide what are the steps in running this script, Does it require any prerequisites. Appreciate your help.
reference link :- http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v600/05_12_JSONStore_-_Encrypting_sensitive_data_with_FIPS.pdf
code link :- http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v600/JSONStoreEncryptingSensitiveDataWithFIPSProject.zip
Thanks
djrecker
In order to run the incore_macho script add an iOS environment in Worklight and then Run As-> Xcode Project. You can instruct Xcode to run the script on each build by selecting the Project and adding a build phase run script.
To add a run script build phase please see:
https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/AddingaRunScriptBuildPhase.html
In the space for the script add:
{INSTALL_PATH}/incore_macho -exe
“$CONFIGURATION_BUILD_DIR/$EXECUTABLE_PATH”
{INSTALL_PATH} is the location where you installed the
incore_macho file.
I had a working titanium module but i went to refractor it and suddenly i get this error when trying to package it:
Executing build.xml...
/Users/elidd1/Library/Application Support/Titanium/mobilesdk/osx/3.1.2.GA/module/android/build.xml:326: The following error occurred while executing this line:
/Users/elidd1/Library/Application Support/Titanium/mobilesdk/osx/3.1.2.GA/module/android/build.xml:281: exec returned: 2 You may need to install the Command Line Tools package through XCode, in case you haven't done so yet.
anyone know why? i used the refractor tool built into titanium
You need to install xCode command line tools. You can find in this thread how to do.
Xcode 4.4 and later install Command Line Tools