My iOS app is able to run normally on simulators, but when I tried to archive it, I got the following error.
ld: library not found for -lPods-MOEDict-Google-Mobile-Ads-SDK
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This is my other linker flags:
-ObjC -l"Pods-MOEDict-Google-Mobile-Ads-SDK" -framework "AVFoundation"
-framework "AudioToolbox" -framework "CoreGraphics" -framework "CoreTelephony" -framework "EventKit" -framework "EventKitUI"
-framework "GoogleMobileAds" -framework "MessageUI" -framework "StoreKit" -framework "SystemConfiguration" -weak_framework "AdSupport" $(inherited)