[AC-466] iOS 9 build fails to deploy on device
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Cannot Reproduce |
| Resolution Date | 2015-10-29T02:48:23.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Appcelerator CLI, Titanium SDK & CLI |
| Labels | deploy, device |
| Reporter | Marcus Reilly |
| Assignee | Shak Hossain |
| Created | 2015-10-15T14:03:27.000+0000 |
| Updated | 2015-10-29T02:48:23.000+0000 |
Description
The app will boot onto the simulator but also got a similar error when trying to deploy to my device.
[INFO] : Invoking xcodebuild
[INFO] : Image optimization complete
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/PhotoTest.build/Debug-iphoneos/PhotoTest-universal.build/Objects-normal/arm64/PhotoTest normal arm64
[ERROR] : (1 failure)
TRACE | titanium exited with exit code 1
ERROR | Error: ti run exited with error code 1
at ChildProcess. (/Users/marcus/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/plugins/run.js:89:66)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
Hello We couldn't reproduce this issue. App runs successfully on iOS 9 device in our testing environment. If you still run into this error, let us know the details steps you take to publish app and environment details. *Testing Environment:* Appcelerator Studio, build: 5.1.0.201508271018 Xcode version : 7.0 Mac OSX : 10.10.5 device version : iOS 9 Node.js Version : 0.10.37 npm Version : 1.4.28 Titanium CLI : 5.0.5 Ti SDK Version : 5.0.2.GA *Steps to test:* Create a simple app, build and deploy on iOS 9 device. Thanks.