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

library not found #22

Closed
fangliangv587 opened this issue Aug 31, 2015 · 2 comments
Closed

library not found #22

fangliangv587 opened this issue Aug 31, 2015 · 2 comments

Comments

@fangliangv587
Copy link

run happened below error
ld: library not found for -lPureLayout
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@smileyborg
Copy link
Owner

Hi @fangliangv587,

Please make sure you are opening the .xcworkspace in Xcode, not the .xcproj, as noted in the README:

To build & run the app, you should open the TableViewCellWithAutoLayout.xcworkspace in Xcode.

The error you're encountering happens if you try to build & run from the Xcode project, which does not include the CocoaPods project.

@smileyborg
Copy link
Owner

I realized that there was a mistake with the .gitignore for this repo that had prevented the .xcworkspace from being checked in. This was fixed in e616b5a, please try opening the workspace!

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