Commit 4c0b3f4b authored by Luke Redpath's avatar Luke Redpath

Added note about set_arc_compatibility_flag to the CHANGELOG

parent 3a4344bb
...@@ -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.
......
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