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

If you try to use tvOS, linking fails #116

Closed
mfikes opened this issue Dec 24, 2015 · 3 comments
Closed

If you try to use tvOS, linking fails #116

mfikes opened this issue Dec 24, 2015 · 3 comments
Labels

Comments

@mfikes
Copy link
Owner

mfikes commented Dec 24, 2015

You get

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

This can be worked around by revising the ObjectiveC/Ambly Demo/Podfile to simply specify

platform :tvos, '9.0'

instead of using the target conditional blocks and then running pod install.

Interestingly, after doing this some state is kept around and the problem doesn't recur afterwards.

@mfikes mfikes added the tvos label Dec 24, 2015
@mfikes
Copy link
Owner Author

mfikes commented Dec 26, 2015

Perhaps fixed with 698022e

@sherbondy
Copy link
Contributor

Yeah, think so. Just did a fresh clone and build on the tvos branch of both targets. Would be great for someone else to have a go with their Xcode setup just to verify that everything's replicable.

@mfikes
Copy link
Owner Author

mfikes commented Jan 10, 2016

Confirmed fixed. Tried with a fresh clone on several boxes.

@mfikes mfikes closed this as completed Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants