From 4c0b3f4bebee37fb498ea36b1f2fb91dcf9a9ad4 Mon Sep 17 00:00:00 2001 From: Luke Redpath Date: Mon, 26 Mar 2012 17:37:44 +0100 Subject: [PATCH] Added note about set_arc_compatibility_flag to the CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f109644b8..2ef45c3fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,12 @@ podspec, then update these method calls. ### 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 `.DS_Store` file in `~/.cocoapods` prevents `$ pod install` from running.