[AC-5519] trying to debug, getting the following Invalid '--device-id'
GitHub Issue | n/a |
Type | Improvement |
Priority | n/a |
Status | Closed |
Resolution | Done |
Resolution Date | 2018-01-18T04:36:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | michael warnes |
Assignee | Shak Hossain |
Created | 2018-01-15T15:40:25.000+0000 |
Updated | 2018-01-18T04:36:07.000+0000 |
Description
Steps to Reproduce
Using the latest Axway studio, I'm trying to debug an application I haven't run for a few months. I know it's an old chestnut, and clearly something is referencing a deviceid that no longer exists!
Is there a cache I can flush or an easy way to remedy this?
Actual Result
Using the latest Axway studio, I'm trying to debug an application I haven't run for a few months. I know it's an old chestnut, and clearly something is referencing a deviceid that no longer exists!
Is there a cache I can flush or an easy way to remedy this?
Expected Result
Using the latest Axway studio, I'm trying to debug an application I haven't run for a few months. I know it's an old chestnut, and clearly something is referencing a deviceid that no longer exists!
Is there a cache I can flush or an easy way to remedy this?
Attachments
Hello, Your ticket does not have sufficient info. What is the platform you are trying to build on? Please do a hard restart on your PC and turn on again. Open terminal and run "appc ti setup check" and send the log in here. Try opening studio and try building to simulator by running the command "appc run -p ios" in studio terminal. Thanks.
Hi Abdul, running on a macbookpro, latest macosx Node.js ✓ node installed (v8.9.4) ✓ npm installed (v5.6.0) Titanium CLI ✓ cli bleeding edge (v5.0.14) Titanium CLI Dependencies ✓ acs up-to-date (v2.0.8) ✓ alloy up-to-date (v1.10.10) ✓ appc-cli-titanium up-to-date (v4.4.6) ✓ appc-inquirer up-to-date (v0.1.10) ✓ appc-logger up-to-date (v1.1.27) ✓ appc-platform-sdk up-to-date (v3.0.1) ✓ appcd up-to-date (v1.0.1) ✓ arrow up-to-date (v3.0.0) ✓ async up-to-date (v1.5.2) ✓ chalk up-to-date (v1.1.3) ✓ char-spinner up-to-date (v1.0.1) ✓ columnify up-to-date (v1.5.4) ✓ commander up-to-date (v2.9.0) ✓ debug up-to-date (v2.6.9) ✓ ejs up-to-date (v2.5.7) ✓ fields up-to-date (v0.1.24) ✓ fs-extra up-to-date (v0.26.7) ✓ inquirer up-to-date (v0.11.4) ✓ ip up-to-date (v1.1.5) ✓ jwt-simple up-to-date (v0.3.1) ✓ lodash up-to-date (v3.10.1) ✓ mkdirp up-to-date (v0.5.1) ✓ node-appc up-to-date (v0.2.43) ✓ node-forge up-to-date (v0.6.49) ✓ node-ios-device up-to-date (v1.5.0) ✓ npm-conf up-to-date (v1.1.3) ✓ pac-proxy-agent up-to-date (v2.0.0) ✓ plural up-to-date (v0.2.0) ✓ progress up-to-date (v1.1.8) ✓ recursive-readdir up-to-date (v2.2.1) ✓ request up-to-date (v2.83.0) ✓ retire up-to-date (v1.4.0) ✓ semver up-to-date (v5.4.1) ✓ tar up-to-date (v4.0.2) ✓ tiapp.xml up-to-date (v0.2.2) ✓ titanium up-to-date (v5.0.14) ✓ version-bump-prompt up-to-date (v3.1.2) ✓ which up-to-date (v1.3.0) ✓ wrench up-to-date (v1.5.9) Titanium SDK ✓ latest sdk installed (v4.0.0.GA) ✓ selected sdk up-to-date (v4.0.0.GA) Mac OS X Environment ✓ CLI Tools installed iOS Environment ✓ Xcode installed (9.2) ✓ iOS SDK installed (11.2) ✓ WWDR cert installed ✓ developer cert installed (2 found) ✓ distribution cert installed (1 found) ✓ dev provisioning installed (3 found) ✓ dist provisioning installed (6 found) Android Environment ! sdk Android SDK not found ! targets no targets found ! avds no avds found ✓ ndk installed (r8d) ✓ ndk-build installed (/Users/michaelwarnes/Library/Developer/Xamarin/android-ndk/android-ndk-r8d/ndk-build) Java Development Kit ✓ jdk installed (v1.8.0) ✓ java installed /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin/java ✓ javac installed /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin/javac ✓ keytool installed /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin/keytool ✓ jarsigner installed /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin/jarsigner Intel® Hardware Accelerated Execution Manager (HAXM) ✓ compatible ✓ installed Network ✓ online - no proxy server configured ✓ Network connection test ✓ Java-based connection test Directory Permissions ✓ home directory ✓ titanium config directory ✓ titanium sdk install directory ✓ temp directory
Hi Abdul, it turned out that I had not updated the tiapp.xaml file inline with changes in the new 7.0SDK. Running the "appc run -p ios" was a great suggestion , as it gave me output in the console which enabled me to debug this. Running from the studio , i.e. pressing the play button did not produce any outut.....why would there be a difference? Anyway thank you very much for your time, and please close the ticket at your earliest convenience. regards Michael Warnes