[
https://issues.apache.org/jira/browse/CB-7818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184131#comment-14184131
]
ASF GitHub Bot commented on CB-7818:
------------------------------------
GitHub user SidneyS opened a pull request:
https://github.com/apache/cordova-ios/pull/115
(CB-7818) XCode 6.1's xcrun PackageApplication fails at packaging Cordova
applications
Fix for the various XCode 6.1 / Yosemite CLI device build issues related to
[deprecated](https://developer.apple.com/library/mac/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG205)
resource rules.
Evidence:
*
http://stackoverflow.com/questions/26516442/how-do-we-manually-fix-resourcerules-plist-cannot-read-resources-error-after/26563642
(posted my hook-based interim solution here)
*
http://stackoverflow.com/questions/26488077/ios-ipa-codesign-on-xcode-6-1-yosemite
*
https://stackoverflow.com/questions/26497863/xcode-6-1-error-while-building-ipa-using-testflight-app/26499526
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SidneyS/cordova-ios master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-ios/pull/115.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #115
----
commit be97c99e8ff290804044de65862f2ca9fda070b3
Author: Sidney Bofah <[email protected]>
Date: 2014-10-18T01:38:49Z
Fixed build / xcconfig defaults for CI environments. "cordova build
--device --release" now builds using the "iPhone Distribution"-type profile, as
opposed to the default "cordova build --device", using the default "iPhone
Developer"-type profile.
commit 16abe6022941db62e7d3f47c7ce50496ebd7466f
Author: Sidney Bofah <[email protected]>
Date: 2014-10-20T06:14:12Z
(CB-7818) Re-added build.xcconfig as shared .xcconfig for legacy
compatibility. Implemented Configuration-level .xcconfig selection via
inheritance. Added ASF comment section, short documentation.
commit 3ef87ae7075929f4fc0cac8e2d55ce73ee0e3124
Author: Sidney Bofah <[email protected]>
Date: 2014-10-25T15:25:42Z
CB-7872 - XCode 6.1's xcrun PackageApplication fails at packaging /
resigning Cordova applications
----
> CLI builds ignore Distribution certificates
> -------------------------------------------
>
> Key: CB-7818
> URL: https://issues.apache.org/jira/browse/CB-7818
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 3.5.0
> Reporter: SidneyS
> Assignee: Shazron Abdullah
> Fix For: 3.7.0
>
>
> Hi,
> currently, cordova build --release --device yields in device builds using a
> default "iOS Development"-type Signing Identity. Intuitively, using "release"
> in conjunction with "device" should try to leverage a local "iOS
> Distribution"-type identity to enable CLI adhoc/inhouse-builds without
> patching xcconfig/xcodeproject files on runtime, or re-signing the created
> binary after using the default build process.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]