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
4c0b3f4b
Commit
4c0b3f4b
authored
Mar 26, 2012
by
Luke Redpath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note about set_arc_compatibility_flag to the CHANGELOG
parent
3a4344bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CHANGELOG.md
CHANGELOG.md
+6
-0
No files found.
CHANGELOG.md
View file @
4c0b3f4b
...
@@ -74,6 +74,12 @@ podspec, then update these method calls.
...
@@ -74,6 +74,12 @@ podspec, then update these method calls.
### Fixes
### Fixes
*
[
#142
](
https://github.com/CocoaPods/CocoaPods/issues/142
)
: Xcode 4.3.2 no longer
supports passing the -fobj-arc flag to the linker and will fail to build. The
addition of this flag was a workaround for a compiler bug in previous versions.
This flag is no longer included by default - to keep using this flag, you need to
add
`set_arc_compatibility_flag!`
to your Podfile.
*
[
#183
](
https://github.com/CocoaPods/CocoaPods/issues/183
)
: Fix for
*
[
#183
](
https://github.com/CocoaPods/CocoaPods/issues/183
)
: Fix for
`.DS_Store`
file in
`~/.cocoapods`
prevents
`$ pod install`
from running.
`.DS_Store`
file in
`~/.cocoapods`
prevents
`$ pod install`
from running.
...
...
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