📅  最后修改于: 2022-03-11 14:59:16.905000             🧑  作者: Mango
// in podfile, comment or delete the following line:
pod 'CapacitorCommunityFcm', :path => '../../node_modules/@capacitor-community/fcm'
// then restart pod
cd ios/App/ && pod deintegrate && pod install && cd ../..