Commit f7ac9737 authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] More tweaking related to Xcode 5 migration.

parent a7f1db3c
...@@ -43,9 +43,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -43,9 +43,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
project/target, otherwise the build _will_ fail. project/target, otherwise the build _will_ fail.
2. Ensure your project/target has an `ARCHS` value set, otherwise the build 2. Ensure your project/target has an `ARCHS` value set, otherwise the build
_will_ fail. _will_ fail.
3. When building a **iOS** project from the command-line with the `xcodebuild` 3. When building a **iOS** project from the command-line, with the `xcodebuild`
tool you’ll need to completely disable this setting by appending to your tool that comes with Xcode 4, you’ll need to completely disable this setting
build command: `ONLY_ACTIVE_ARCH=NO`. by appending to your build command: `ONLY_ACTIVE_ARCH=NO`.
[#1352](https://github.com/CocoaPods/CocoaPods/pull/1352) [#1352](https://github.com/CocoaPods/CocoaPods/pull/1352)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment