Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error in Xcode8.2.1 #269

Open
Steven-Yung opened this issue Feb 8, 2017 · 1 comment
Open

build error in Xcode8.2.1 #269

Steven-Yung opened this issue Feb 8, 2017 · 1 comment

Comments

@Steven-Yung
Copy link

error shows when i build in Xcode8.2.1
112211

@zanier
Copy link

zanier commented Dec 4, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants