By default Podfiles only link Pods framework to the main target.
So you’ll need something like:
link_with 'AppName', 'AppName WatchKit Extension'
to indicate that you want the Pods to extend to the WatchKit target! Simple but a bit of a head scratcher at first.