Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
a7f1db3c
Commit
a7f1db3c
authored
Oct 02, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Try to reword notes related to Xcode 5.
parent
23abea78
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
CHANGELOG.md
CHANGELOG.md
+7
-5
No files found.
CHANGELOG.md
View file @
a7f1db3c
...
@@ -37,11 +37,13 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -37,11 +37,13 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
The generated Pods Xcode project is now compatible with
`arm64`
projects and
The generated Pods Xcode project is now compatible with
`arm64`
projects and
is updated to use Xcode 5’s default settings removing all warnings.
is updated to use Xcode 5’s default settings removing all warnings.
**NOTE to Xcode 4 users:**
**NOTE to users migrating projects from Xcode 4, or are still using Xcode 4:**
1.
This means that the Pods Xcode project now sets the
`ONLY_ACTIVE_ARCH`
1.
The Pods Xcode project now sets the
`ONLY_ACTIVE_ARCH`
build setting to
build setting to
`YES`
in the
`Debug`
configuration. You’ll have to set the
`YES`
in the
`Debug`
configuration. You _will_ have to set the same on your
same on your project/target, otherwise the build _will_ fail.
project/target, otherwise the build _will_ fail.
2.
When building a
**iOS**
project from the command-line with the
`xcodebuild`
2.
Ensure your project/target has an
`ARCHS`
value set, otherwise the build
_will_ fail.
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 you’ll need to completely disable this setting by appending to your
build command:
`ONLY_ACTIVE_ARCH=NO`
.
build command:
`ONLY_ACTIVE_ARCH=NO`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment