You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kylef
For pod files that do not use use_frameworks!, testing with Mockingjay returns a build error!
<Mockingjay/Mockingjay-Swift.h> file not found
So it will be better for you to add something like this in your MockingjayURLConfiguration.m
to check if include /Mockingjay-Swift.h or not.
this will make life easier for developers who use your pod to unit test their frameworks.
I tried to make a ullRequest on it, but it's not possible for me like I don't have the rights
@kylef
For pod files that do not use use_frameworks!, testing with Mockingjay returns a build error!
<Mockingjay/Mockingjay-Swift.h> file not found
So it will be better for you to add something like this in your MockingjayURLConfiguration.m
to check if include /Mockingjay-Swift.h or not.
this will make life easier for developers who use your pod to unit test their frameworks.
I tried to make a ullRequest on it, but it's not possible for me like I don't have the rights
The text was updated successfully, but these errors were encountered: