• Luke Redpath's avatar
    Looks like the -fobj-arc flag we added to OTHER_LD_FLAGS in ea918cd9 was · 3a4344bb
    Luke Redpath authored
    an unsupported feature as it has now been removed from Xcode 4.3.2, 
    causing lib tool to complain about an unrecognised flag.
    
    I considered removing this entirely but have decided to keep it around 
    as an option for the time being. You can get the previous behaviour by
    adding set_arc_compatibility_flag! to your Podfile.
    
    I'd like to get rid of this entirely eventually. Re-closes #142 unless
    anybody has any objections.
    3a4344bb
podfile_spec.rb 5.26 KB