betzerra / MosaicUI

A tiled UI for iOS and iPhone
Other
626 stars 102 forks source link

ARC Weak References issues #9

Closed SebastianThiebaud closed 11 years ago

SebastianThiebaud commented 11 years ago

Hi,

2 errors with iOS 6 and CocoaPods: .../Pods/MosaicUI/MosaicUI/Views/MosaicDataView.m:15:23: The current deployment target does not support automated __weak references for delegate and mosaicView in MosaicDataView.m

Thanks!

betzerra commented 11 years ago

Thanks for the heads up, I'll take a look at this as soon as I can

betzerra commented 11 years ago

I don't understand, iOS 5 and 6 supports weak references. Why's that? BTW, I'm reviewing my code and then merging with your pull request. Thanks a lot for taking care of this.