Following the steps to repro the issue:
import "Mixpanel.h"
to my AppDelegate.m
fileMixpanel+HostWatchOS.h
- 'Mixpanel/Mixpanel.h' file not found
Also I tried adding $(SRCROOT)/Mixpanel
to my Libarry Search Paths.
Any help would be greatly appreciated!
Try the next steps:
Mixpanel+HostWatchOS.h
and rename #import <Mixpanel/Mixpanel.h>
to #import "Mixpanel.h"
libicucore.tbd
into your project under Project/Target/General/Linked Frameworks and Libraries
.But I recommend you to use CocoaPods' Mixpanel project