🔨 Fix stupid xcode's fault cause iOS failed to build after adding watchOS

This commit is contained in:
2025-10-31 22:32:12 +08:00
parent 7de98a1731
commit 7f971bcee3
7 changed files with 67 additions and 77 deletions

View File

@@ -31,6 +31,8 @@ target 'Runner' do
use_modular_headers!
pod 'Alamofire'
pod 'Kingfisher', '~> 8.0'
pod 'KingfisherWebP'
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
@@ -40,8 +42,6 @@ target 'Runner' do
target 'SolianNotificationService' do
inherit! :search_paths
pod 'Kingfisher', '~> 8.0'
pod 'Alamofire'
end
target 'SolianShareExtension' do