RETableViewManager icon indicating copy to clipboard operation
RETableViewManager copied to clipboard

build error in Xcode8.2.1

Open Steven-Yung opened this issue 8 years ago • 1 comments

error shows when i build in Xcode8.2.1 112211

Steven-Yung avatar Feb 08 '17 07:02 Steven-Yung

It may be caused by the lower version of Podfile. Rewrite Podfile as below and do 'pod install'.

platform :ios, '7.0'
target 'RETableViewManagerExample' do
pod 'RETableViewManager', '~> 1.6'
end

zanier avatar Dec 04 '17 07:12 zanier