Does anyone know what this is about? Started happening a few days ago
Blockquote
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Sep 10 01:24:56.498 ERROR: Builder failed: ld: warning: ignoring file <>/.build/plugin.admob/GoogleMobileAds.framework/GoogleMobileAds, file is universal (x86_64,arm64) but does not contain the i386 architecture: <>/.build/plugin.admob/GoogleMobileAds.framework/GoogleMobileAds
The above error is then followed by a lot of the below
Blockquote
ld: warning: object file (/Users/spara0305/Desktop/ConZentrate.app/.build/plugin.admob/FirebaseAnalytics.framework/FirebaseAnalytics(FirebaseAnalytics_vers.o)) was built for newer iOS Simulator version (9.0) than being linked (8.0)
I am using Xcode 13.4.1 on an Interl macbook with Solar2d 2022.3677 build. My build.settings look like below. If I comment out admob then the build goes through fine.
Blockquote
iphone =
{
xcassets = “Images.xcassets”,
plist =
{
UIStatusBarHidden = true,
GADApplicationIdentifier = “[The real deal]”,
SKAdNetworkItems = {
{
SKAdNetworkIdentifier = “cstr6suwn9.skadnetwork”,
},
},
}
},
plugins =
{
[“plugin.admob”] = {
publisherId = “com.coronalabs”,
},
[“plugin.googleAnalytics.v2”] = {
publisherId = “com.solar2d”
},
},