[TIMOB-24640] Appcelerator Studio refuse to package ad hoc with Xcode 8.3 and Titanium SDK 6.0.3.GA
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-05-02T15:22:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | ios, iphone |
Reporter | esysoft92 |
Assignee | Chris Barber |
Created | 2017-04-28T08:06:59.000+0000 |
Updated | 2017-05-31T23:13:51.000+0000 |
Description
Hello,
A big issue when package ipa from the titanium studio 4.8.1, with SDK 6.0.3.GA and Xcode 8.3.
[ERROR] : /bin/sh: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication: No such file or directory
we tested with different mac and the same error appears. Testing with device working well but packaging for app store show above error.
This is a duplicate of TIMOB-24362.
PackageApplication
was a command line tool that shipped with Xcode, but was removed in Xcode 8.3. In Titanium SDK 6.0.2.GA we removed the dependency onPackageApplication
. Since you are using 6.0.3.GA, you should be just fine. I recommend two things: 1) upgrade to 6.0.4.GA and 2) clean your project, then build.Closing ticket as duplicate.