OK so if I'm understanding correctly WatchOS requires bitcode to be enabled. If I don't also enable bitcode in my parent app I get a codesigning error. So therefore I can't use any prebuilt libraries (like say the Parse.com frameworks) until they are rebuilt with bitcode enabled? Sigh. Is there any way at all to turn off bitcode in the parent app?
Bitcode
Oh well I found the source code repo for Parse at least, but I would be SOL if I had a library was able to rebuild from source.