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
fix: CDV.h wasn't bringing in Cordova.h consistently (#1482)
The fact that there's a circular dependency between the headers isn't
actually a problem in Objective-C because it uses `#import` rather than
`#include` and the compiler ensures each header is only included once.
Somehow that was also causing it to only evaluate the header once and
not differentiate imports where the macro was defined vs not defined.
0 commit comments