Skip to content

Instantly share code, notes, and snippets.

@MotiurRahman
Created January 25, 2019 13:36
Show Gist options
  • Save MotiurRahman/b2f92ea129c2ecaa758d0cc2c428c93b to your computer and use it in GitHub Desktop.
Save MotiurRahman/b2f92ea129c2ecaa758d0cc2c428c93b to your computer and use it in GitHub Desktop.
storekit module issue.
Operating System
Name = Mac OS X
Version = 10.13.6
Architecture = 64bit
# CPUs = 4
Memory = 8589934592
Node.js
Node.js Version = 10.14.1
npm Version = 6.4.1
Titanium CLI
CLI Version = 5.1.1
Titanium SDK
SDK Version = 7.5.0.GA
SDK Path = /Users/user/Library/Application Support/Titanium/mobilesdk/osx/7.5.0.GA
Target Platform = iphone
Command
/Users/user/.nvm/versions/node/v10.14.1/bin/node /Users/user/.appcelerator/install/7.0.9/package/node_modules/titanium/lib/titanium.js build --sdk 7.5.0.GA --no-banner --config-file /var/folders/vg/jyqkndw17s9317h6yzz65sdr0000gn/T/build-1548422593165.json --platform iphone --project-dir /Users/user/Documents/Appcelerator_Studio_Workspace/commonJSApp --log-level info --target device --no-banner
[INFO] Found Titanium module id=ti.barcode version=2.0.4 platform=iphone deploy-type=test path=/Users/user/Documents/Appcelerator_Studio_Workspace/commonJSApp/modules/iphone/ti.barcode/2.0.4
[INFO] Found Titanium module id=ti.storekit version=4.3.2 platform=iphone deploy-type=test path=/Users/user/Library/Application Support/Titanium/modules/iphone/ti.storekit/4.3.2
[INFO] Found Titanium plugin id=com.soasta.touchtest.android version=latest
[WARN] Titanium 7.0.0 deprecates the legacy UI-execution on Kroll-Thread in favor of the Main-Thread.
[WARN] The legacy execution will be removed in Titanium SDK 8.0.0.
[INFO] Deploy type: test
[INFO] Building for target: device
[INFO] Building using iOS SDK: 12.1
[INFO] Building for iOS device: f95a30267f9b7285c414f8ee095af91bb1983b56
[INFO] Building for device family: universal
[INFO] iOS Development Certificate: Aziz Ahmad (63BQJ23J78)
[INFO] Team ID: M8UFGDVL6C
[INFO] Minimum iOS version: 8.0
[INFO] Using default keychain
[INFO] Logging enabled on port 22336
[INFO] Debugging disabled
[INFO] Profiler disabled
[INFO] Set to copy files instead of symlinking
[INFO] Forcing clean build: /Users/user/Documents/Appcelerator_Studio_Workspace/commonJSApp/build/iphone/build-manifest.json does not exist
[INFO] Initializing the build directory
[xmldom warning] attribute value must after "="
@#[line:123,col:17]
[xmldom error] element parse error: Error: invalid attribute:keyboardHidden|orientation
@#[line:123,col:17]
[INFO] JavaScript files need to be encrypted
[INFO] Creating Xcode project
[INFO] Creating Entitlements.plist
[INFO] Creating Info.plist
[INFO] ATS explicitly disabled
[INFO] Creating main.m
[INFO] Creating Xcode config files
[INFO] Copying Titanium libraries
[INFO] Copying Titanium iOS files
[INFO] Installing default LaunchScreen.storyboard
[INFO] Cleaning Xcode derived data
[INFO] Creating debugger and profiler plists
[INFO] Analyzing Resources directory
[INFO] Analyzing platform files
[INFO] Analyzing module files
[INFO] Analyzing localized launch images
[INFO] Analyzing CommonJS modules
[INFO] Creating asset catalog
[INFO] Creating app icon set
[INFO] Creating launch logo image set
[INFO] Missing 5 launch logos, generating missing launch logos from DefaultIcon.png
[WARN] If this app has been previously installed on this device, you may need restart it to see the latest launch logo
[WARN] iOS renders and caches the launch screen to a PNG image that seems to only be invalidated by restarting iOS
[INFO] Missing 17 app icons, generating missing icons
[INFO] appicon-Small.png - Used for iPad - size: 29x29
[INFO] [email protected] - Used for iPhone, iPad - size: 58x58
[INFO] [email protected] - Used for iPhone - size: 87x87
[INFO] appicon-Small-40.png - Used for iPad - size: 40x40
[INFO] [email protected] - Used for iPhone, iPad - size: 80x80
[INFO] [email protected] - Used for iPhone - size: 120x120
[INFO] [email protected] - Used for iPhone - size: 120x120
[INFO] [email protected] - Used for iPhone - size: 180x180
[INFO] appicon-76.png - Used for iPad - size: 76x76
[INFO] [email protected] - Used for iPad - size: 152x152
[INFO] [email protected] - Used for iPad - size: 167x167
[INFO] appicon-Marketing.png - Used for iPhone - size: 1024x1024
[INFO] LaunchLogo~iphone - Used for iphone - size: 320x320 - size: 320x320
[INFO] LaunchLogo@2x~iphone - Used for iphone - size: 374x374 - size: 374x374
[INFO] LaunchLogo@3x~iphone - Used for iphone - size: 621x621 - size: 621x621
[INFO] LaunchLogo~ipad - Used for ipad - size: 384x384 - size: 384x384
[INFO] LaunchLogo@2x~ipad - Used for ipad - size: 1024x1024 - size: 1024x1024
[INFO] Creating launch image set
[WARN] Missing 6 launch images:
[WARN] Default
[WARN] [email protected] - Used for iPhone - dimensions: 2436x1125, orientation: landscape
[WARN] [email protected] - Used for iPhone - dimensions: 2688x1242, orientation: landscape
[WARN] [email protected] - Used for iPhone - dimensions: 1792x828, orientation: landscape
[WARN] [email protected] - Used for iPhone - dimensions: 1125x2436, orientation: portrait
[WARN] [email protected] - Used for iPhone - dimensions: 1242x2688, orientation: portrait
[WARN] [email protected] - Used for iPhone - dimensions: 828x1792, orientation: portrait
[INFO] Creating assets image set
[INFO] Processing JavaScript files
[WARN] The implicit global scope for variable declarations in app.js is deprecated in 7.5.0, and will be removed in 9.0.0
[WARN] See http://go.appcelerator.com/Titanium_SDK_7.5.0_Functionality_Update for more info
[INFO] Writing bootstrap json
[INFO] Writing app properties
[INFO] Encrypting JavaScript files
[INFO] Writing i18n files
[INFO] Processing Titanium symbols
[INFO] Removing files
[INFO] Optimizing .plist and .png files
[INFO] Invoking xcodebuild
[INFO] Finished building the application in 5m 12s 425ms
[INFO] Installing app on device: iMotiur
[INFO] App successfully installed on device: iMotiur
Please manually launch the application or press CTRL-C to quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment