romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build error in Xcode8.2.1

Steven-Yung opened this issue · comments

error shows when i build in Xcode8.2.1
112211

commented

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