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

Cannot compile with Xcode 8 #44

Closed
LunevNF opened this issue Oct 11, 2016 · 7 comments
Closed

Cannot compile with Xcode 8 #44

LunevNF opened this issue Oct 11, 2016 · 7 comments

Comments

@LunevNF
Copy link

LunevNF commented Oct 11, 2016

Man, thank you for good lib, but now I cannot compile pod with Xcode 8 (last version). Minimal target is iOS 7.0 and maximum is 10.0.
Please, can you recompile lib for last version of iOS|Xcode, fast as you can?

From Xcode command line:
ld: warning: directory not found for option '-L/Users/im/Library/Developer/Xcode/DerivedData/OptWear-Mobile-asxkvsgbgcvvjkekgtosoiafrawg/Build/Products/Debug-iphonesimulator/EasyTableView'

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

@alekseyn
Copy link
Owner

Hmm, not sure what the problem is. I can build the project successfully without error with Xcode 8. Sometimes deleting the DerivedData folder clears up lingering issues.

@LunevNF
Copy link
Author

LunevNF commented Oct 13, 2016

Ok, I was delete this path, but error steel exist. And I don't know - why. All paths are good in Build Settings -> Library search paths.

After deleting those path:
ld: library not found for -lAFNetworking
=(

@alekseyn
Copy link
Owner

Sounds like you are having a general build problem, unrelated to EasyTableView. If your project is not very complicated, try creating a new empty project from Xcode 8, and then copy/move your source into the new project.

@LunevNF
Copy link
Author

LunevNF commented Oct 13, 2016

Okay, I will try some methods.

@LunevNF
Copy link
Author

LunevNF commented Oct 13, 2016

Before upgrading Xcode to v.8, all works fine. :(

@LunevNF LunevNF closed this as completed Oct 13, 2016
@LunevNF
Copy link
Author

LunevNF commented Oct 13, 2016

I found the reason. Who have problems as mine, must set "Build Active Architecture Only" to "NO" at TARGET -> Build Phases (Your project target and ALL pods target).

А библиотека вообще от души!

@alekseyn
Copy link
Owner

I'm glad you find a solution. Thank you for the update!

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