Xcode always generate Undefined symbol: _main when used pod ‘Google-Mobile-Ads-SDK’

I use Xcode version 15.4 and then open a new iOS project. I tested without using pod, the project can be built in simulator iPhone Pro 15.
Then I used $pop init to create podfile and change the target iOS version to 12.0 and added pod 'Google-Mobile-Ads-SDK' pod install --repo-update then build again,
it shows

Showing Recent Issues
Ld /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Products/Debug-iphonesimulator/l1demotrial2.app/l1demotrial2 normal (in target ‘l1demotrial2’ from project ‘l1demotrial2’)
cd /Users/ra/Documents/iOSProject/l1demotrial2
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.5-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -L/Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Products/Debug-iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift -F/Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Products/Debug-iphonesimulator -F/Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Products/Debug-iphonesimulator/Google-Mobile-Ads-SDK -F/Users/ra/Documents/iOSProject/l1demotrial2/Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework -F/Users/ra/Documents/iOSProject/l1demotrial2/Pods/GoogleUserMessagingPlatform/Frameworks/Release -F/Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/Google-Mobile-Ads-SDK -F/Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleUserMessagingPlatform -filelist /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/l1demotrial2.build/Debug-iphonesimulator/l1demotrial2.build/Objects-normal/arm64/l1demotrial2.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/l1demotrial2.build/Debug-iphonesimulator/l1demotrial2.build/Objects-normal/arm64/l1demotrial2_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/l1demotrial2.build/Debug-iphonesimulator/l1demotrial2.build/Objects-normal/arm64/l1demotrial2.swiftmodule -ObjC -lsqlite3 -lz -framework AVFoundation -framework AudioToolbox -framework CFNetwork -framework CoreGraphics -framework CoreMedia -framework CoreTelephony -framework CoreVideo -framework GoogleMobileAds -framework Google_Mobile_Ads_SDK -framework JavaScriptCore -framework MediaPlayer -framework MessageUI -framework MobileCoreServices -framework Network -framework QuartzCore -framework Security -framework StoreKit -framework SystemConfiguration -framework UserMessagingPlatform -framework WebKit -weak_framework AdSupport -weak_framework JavaScriptCore -weak_framework SafariServices -weak_framework WebKit -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/l1demotrial2.build/Debug-iphonesimulator/l1demotrial2.build/l1demotrial2.app-Simulated.xcent -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __ents_der -Xlinker /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/l1demotrial2.build/Debug-iphonesimulator/l1demotrial2.build/l1demotrial2.app-Simulated.xcent.der -framework Pods_l1demotrial2 -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Intermediates.noindex/l1demotrial2.build/Debug-iphonesimulator/l1demotrial2.build/Objects-normal/arm64/l1demotrial2_dependency_info.dat -o /Users/ra/Library/Developer/Xcode/DerivedData/l1demotrial2-ekrzrbacazdfzvayaurpazksqssz/Build/Products/Debug-iphonesimulator/l1demotrial2.app/l1demotrial2

ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
Undefined symbols for architecture arm64:
“_main”, referenced from:

ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Could not find or use auto-linked framework ‘CoreAudioTypes’: framework ‘CoreAudioTypes’ not found

Undefined symbol: _main

Linker command failed with exit code 1 (use -v to see invocation)

3

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật