Skip to content

Commit 9a34e61

Browse files
committed
Fix issue with bridging header not importing KIF properly
The issue was that KIF was imported as an Objective=C header, but built by cocapods as a framework. Because of this the header couldn't find it.
1 parent e734a4c commit 9a34e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#import <KIF/KIF.h>
1+
@import KIF;

0 commit comments

Comments
 (0)