I've created a new app in Appcelerator and it doesn't run. The project gets created but it doesn't let me write any code.
I've created the project with via File -> New -> Mobile App Project and then Default Alloy Project.
After creation I got the following message in my TiApp.xml:
"The project has an invalid/non-platform GUID and cannot be run. Please register the app with the platform." And i have a button to do this "Register app".
Please help me. Thanks
Open Terminal, go to my/path/project and type appc new --import to register app
Related
I'm working on a react-native app using expo.
I have no problem to display the application on my Android Phone using the QR CODE provided by Metro Builder.
But I would like my customers to be able to see my project even when i'm not working on it.
I published my application using expo publish and Metro Builder gave me a link that is similar to this : https://expo.io/#USERNAME/projects/MyProjectName. My project is in unlisted visibility, so that anyone with the link can see it.
Yet, i'm not able to open it in my Android Expo application. When I visit the link, it doesn't ask me to open it with Expo, and there's no button to do it. If I try to copy the link to my clipboard, and then click Open from clipboard in Expo Go, it will open the navigator again.
I also tried to generate a QR CODE from the link, but it does the same.
How do you open your project in Expo Go when you're not into development ?
You can just use the QR code which already generated by expo is provided in that project link eg. https://expo.io/#USERNAME/MyProjectName or with release channel https://expo.io/#USERNAME/MyProjectName?release-channel=MyReleaseChannelName
Take a screenshot of that QR code and send it. Regardless of the project visibility they will be able to install the app by scanning it with their phone.
my expo CLI is not loaded my existing app or even not created new app by using this command 'expo init testapp'. there are following screenshots of my problem.
it is not loading my existing app.
it is not going to create my new project.
error raise because of you didn't enter visible name of the project please add the name of the Application and you are able to create new application:
Expo CLI steps for android and IOS applications:
https://docs.expo.io/versions/latest/workflow/expo-cli/
Steps:
expo init FirstApp
After that you have the options to select templates
After that you have the options to select workflow
After that you have to type your Application name which name is visible to you and others.
That's it your Application created check into directory.
I followed all instructions on this link https://fabric.io/kits/android/crashlytics/install but I still cannot see my app in the dashboard. This was never an issue for me before.
Clicking on the +New App only brings me to selecting which kits to use.
Then when trying to distribute it says project is inactive..
The project is definitely not inactive..
How do I fix this?
Facing an update error when uploading the ipa file of the iOS
application in order to update it on the Application Center of MFP.
There is a version 1.3 of the iOS application already uploaded on the
Application Center. Then built a new version 1.3.1 of the application
and created the ipa file. Opened the application on the Application
Center and selected the ipa file of the new version 1.3.1 from new file,
and then the following error occurred when Apply button is pressed.
"Cannot update application file: package and/or version are not
identical."
The identification information of the application is not changed.
What is the procedure to update the application with a new
version? Or, is it required to add the application as another application
every time they create a new version of the application?
If the app names/ package name is identical then it can be added as
a new application and since the version is different and same
application, it will be added under the same app with different version
numbers. The screenshots of the steps are attached. Please follow the same
steps to add new version of the same package name.
In essence, you need to upload the app in the main page by add application
and not by going into the app and adding the application as this is only
for making changes in the updated app by rewriting it and not adding a
newer version. So the issue will be solved if you upload the app same way shown in the screenshots.
Click on next and it will autofill the important details and give a description and add other optional functionalities and click submit.
If the package name is same, for example in the above sample all the package name has HybridEventSource in android. This is same in iOS apps too.
I am trying to create an application on Senhcha Touch on Mac and Use it on XCode.
I am using Sencha CMD : 6.0.1.76
Sencha Touch Framework: 2.4.1
Cordova On Mac : 5.2.0
When I am generating new app using terminal it is not generating app correctly.
It throws "touch" and "build" folder out of application directory.
I have created a small video for what actually is happening with me, please check this : https://mega.nz/#!a9ZzFADT!SFKa3KAfGqlloOM7L-9OrSHIeWKGTCqCiXKbJnRrG8A
Please suggest on this..
Use Sencha CMD 5 version, It will work.
You probably have the hidden .sencha folder one directory level up from the folder you intend to be the app. try to open the folder containing your app folder in a code editor and view the contents you will probably see it.
sencha -sdk path/to/touch-0.0.0 generate app AppName path/to/appname