nsomar / OAStackView

Porting UIStackView to iOS 7+
MIT License
2.14k stars 200 forks source link

Importing file error/Can't build Objective-C module #90

Closed ilendemli closed 6 years ago

ilendemli commented 8 years ago

The extensions are using #import <OAStackView/OAStackView.h> to import the header files which causes an error while compiling, change all 3 extensions to use #import "OAStackView.h" to fix the issue.

wowbroforce commented 8 years ago

I had the same issue only with this pod after updating to cocoapods 1.0. Deleting derived data solved it without changing extensions

jjulian commented 8 years ago

Deleting derived data worked for me too.