My development platform iOS. My development SDK 5.1.0. I run into a strange error of [LiveView] Server unavailable while testing my app via development ipa on device. Before this i always made development ipa through Titanium Studio but due to some configuration problems of iOS sdk in Titanium Studio i switched to Appcelerator Studio. I am able to make development ipa successfully from Appcelerator Studio but when i install it on my device and run there is always error of LiveView server unavailable. Has anyone else faced this problem then do reply i have to send test build to my client for testing.Error Image
You have enabled LiveView for your app, which doesn't work if you manually install an IPA to your device.. you should disable LiveView!
It is the little green icon with the eye in Appcelerator Studio in the toolbar!
Related
I have this error when i test ionic app on IOS device
i have adding the signing but i have the same error
i test this app on browser and emulator is working with xcode but on device ios not working this is the error
Showing Recent Issues
Signing for "MyApp" requires a development team. Select a development team in the Signing & Capabilities editor.
please someone can help me ?
first try to clean and rebuild the project again. But if it works in the browser and emulator, but not on a device. This is a symptom that you havent paid and have a valid anual license of xcode
I've installed the React Native Tools extension for Visual Studio Code. I thought this included the iOS and Android emulators for me to test my React Native app but when I run
React Native: run ios
I get an error that reads
Running the contributed command:'reactNative.runIos' failed.
Do I install these emulators separately?
iOS Simulator is distributed with Xcode. You can download it on developer.apple.com (accessible with a free AppleID) or from the Mac App Store.
It is only available on macOS, with Xcode 8+ requiring macOS El Capitan or newer.
If you want to get IOS Simulator in VS Code, install Xcode and open it, then go to Preference > Location and there you will see Command Line Tool. Just click the drop-down button and save something like Xcode 11(Version) and save it. Also, I recommend getting IOS and Andriod Simulator in VS Code.
I face a big problem with titanium appcelerator, this morning i work as usual on my app dev, sundenly i am not able to run my project as this picture shows :
When i click on run i just have "Package" and iOs and android simulator are gone.
I tried rebooting the studio, my mac but nothing.
I use : Appcelerator Studio, build: 4.6.0.201605201934 and xcode Version 7.3.1 (7D1014)
Thanks for your help.
To steps you can try:
Did you try to run your project via CLI ?
Try to locate your sdk in Studio go to settings->platforms->set titanium sdk home (if it is already set, set it again)
I have curious problem. I have written my own android application, which getting some notifications from desktop CRM system through GCM. I tested it on two cell phones:
1- LG D320 with Android 4.4
2- Sony Xperia SP with Android 4.3
Problem is, that notification is comming only other devices then in Sony Xperia. I tried to download apk file of project to third device (I think that is also android 4.3) and notifications running without any problems.
Do you have any tips, what I should check on my device or in project? Thank you very much
PS: I have written android project in VS 2012, c# with Xamarin plugin.
I have a news in my case. I rebuilt APK file again, installed it and notifications working properly. But... I have two computers to deploying android applications. If I build APK installation file in first and then install it on cell phone, I cant deploy application properly from second PC to the same cell phone. Notifications stop working.
Now I know why notifications are not working and it is important!
Not able to run my first application disappointing!
I have installed the required software from Titanium studio. Software installed are
JAVA JDK, NODE.JS, Android SDK,.. and the rest of Titanium tools.
After Android SDK installation successful.I tried creating a sample Hello world application and tried running in Android Emulator received following error.
" --skip-js-minify was unexpected at this time.
C:\Users\AAA\Documents\Titanium_Studio_Workspace\myFirstApp> "C:\Users\AAA\AppData\Roaming\npm\node.exe" "C:\Users\AAA\AppData\Roaming\npm\node_modules\titanium\bin\titanium" --no-colors --no-progress-bars --no-prompt build --platform android --sdk 3.2.2.GA --log-level trace --target emulator --android-sdk C:\Users\AAA\Android.SDK --device-id "10.1" WXGA (Tablet)" --skip-js-minify
[ERROR] Application Installer abnormal process termination. Process exit value was 255
Not sure what is the problem tried re installing the studio No luck.
Thx
umral