Skip to content

Commit dd93c16

Browse files
committed
Update the Example to use multiple projects to avoid compile issues
1 parent c073fe6 commit dd93c16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Example/Podfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#use_frameworks!
1+
install! 'cocoapods', :generate_multiple_pod_projects => true
22

33
target 'SDWebImageAVIFCoder_Example' do
44
platform :ios, '8.0'
@@ -7,8 +7,6 @@ target 'SDWebImageAVIFCoder_Example' do
77

88
target 'SDWebImageAVIFCoder_Tests' do
99
inherit! :search_paths
10-
11-
1210
end
1311
end
1412

0 commit comments

Comments
 (0)