Skip to content

Commit 883dc06

Browse files
committed
Fix FLAnimatedImage header search path.
1 parent 1e053e0 commit 883dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/FastImage.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
"$(SRCROOT)/../../react-native/Libraries/Image",
409409
"$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
410410
"$(SRCROOT)/Vendor/SDWebImage",
411-
"$(SRCROOT)/Vendor/SDWebImage/Vendors/FLAnimatedImage/FLAnimatedImage",
411+
"$(SRCROOT)/Vendor/SDWebImage/Vendors/FLAnimatedImage",
412412
);
413413
OTHER_LDFLAGS = "-ObjC";
414414
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)