ChrisXu / CXAlertView

Custom alert-view which allow you to add view as main content.
MIT License
323 stars 81 forks source link

CXAlertBackgroundWindow.h #37

Closed antonioreyna closed 10 years ago

antonioreyna commented 10 years ago

Im getting this error

CXAlertView/CXAlertBackgroundWindow.m:9:9: 'CXAlertBackgroundWindow.h' file not found

ChrisXu commented 10 years ago

Are you using cocoapods?

antonioreyna commented 10 years ago

No, I downloaded the library directly from github

Ki1L3r commented 10 years ago

me too the CXAlertBackgroundWindow.h is not present in the project

jpike88 commented 10 years ago

what the hell? still not fixed?!

ChrisXu commented 10 years ago

I apologize for late reply. There are no such file called CXAlertBackgroundWindow.h. Because the class is declared in the CXAlertVIew.m. I already update the sequence of declaration and compile the project successfully which downloaded from Github. Please check again.

jpike88 commented 10 years ago

could you please sort out pull request #35 ?

ChrisXu commented 10 years ago

@jpike88 I am taking review on it, but I think it is not related to this issue.

jpike88 commented 10 years ago

you're right it isn't. but it is an important pull request that's almost 2 months old.

jpike88 commented 10 years ago

https://github.com/ChrisXu1221/CXAlertView/blob/master/CXAlertView/CXAlertBackgroundWindow.m

^ this file is still sitting in your repo.

ChrisXu commented 10 years ago

@jpike88 Thanks for fixing it. I really didn't notice that.