mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

If you try to use tvOS, linking fails #116

Closed mfikes closed 8 years ago

mfikes commented 8 years ago

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 commented 8 years ago

Perhaps fixed with https://github.com/omcljs/ambly/commit/698022edbf4f9d38b9b597b57f4a37ef04859260

sherbondy commented 8 years ago

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 commented 8 years ago

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