Fix import of non-published NSDictionary helpers from SnowplowTracker on iOS #161
Labels
priority:high
To fix as soon as possible.
type:defect
Bugs or weaknesses. The issue has to contain steps to reproduce.
Milestone
The RN tracker imports a non-exported file,
NSDictionary+SP_TypeMethods.h
from the iOS SnowplowTracker. The problem only shows up whenuse_frameworks! :linkage => :static
is used in the Podfile.The import should be removed and used methods included in the RN tracker.
The text was updated successfully, but these errors were encountered: