cezarywojcik / CWPopup

CWPopup category to present popup view controllers
MIT License
289 stars 62 forks source link

compiling error occurs when I chang SDK from 6.0 to 8.0 #17

Closed ghost closed 10 years ago

ghost commented 10 years ago

@cezarywojcik

Please forgive my poor English。

Things went well when my APP deploying with SDK [iOS 6.0]. But when I change 'Base SDK' in 'Build Settings' from [iOS 6.0] to [iOS 8.0].

There comes an error in [UIViewController+CWPopup.m] file like:

row 13: ->@import Accelerate; Use of '@import' when modules are disabled

row 52: ->vImage_Buffer effectInBuffer; Use of undeclared identifier 'vImage_Buffer'

something else like undeclared identifier 'effectOutBuffer'

I'm a freshman here . and please help me. Looking forward for your reply !

thanks all . Thank you very much !

ghost commented 10 years ago

Problem solving and the comment can be closed. Thanks