It still crashes one second after seeing a rewardedVideo ad
[AppLovinSdk] DEBUG [ALErrorReporter] crash reported with code 200
… But uploading to Testflight works!
It still crashes one second after seeing a rewardedVideo ad
[AppLovinSdk] DEBUG [ALErrorReporter] crash reported with code 200
… But uploading to Testflight works!
Which ad networks are you using?
Edit: (do you know which ad network is causing the crash)
It‘s a safe crash after Applovin, and sometimes also at App start
I understand that there are no solutions yet. Only use the beta version of Appodeal?
I also use the beta in the live versions, it seems to be stable, but doesn’t have all ad networks, like Bidmachine on iOS.
Are there any news on this issue?
@Scott_Harrison Meanwhile, appodeal released their 3.3.1 version, which is quite promising from what I heard.
Any plans to update the plugin and include bidmachine and the other new ad networks? (bigo, dt exchange)
Working on it, finishing up Max updates first
I’m always grateful to you. I’m very looking forward to the new appodeal version!!
New Appodeal versions are out for 3.3.1 for iOS and Android
@Scott_Harrison thanks a lot!
Unfortunately, it throws an error:
Jul 13 16:19:10.508 ERROR: Builder failed: ld: warning: building for iOS, but linking in dylib file (/Users/VV_1/Documents/MyApp/Build ios/MyApp.app/Frameworks/AppLovinSDK.framework/AppLovinSDK) built for iOS Simulator
Jul 13 16:19:10.508 ld: in /Users/Documents/MyApp/Build ios/MyApp.app/.build/plugin.appodeal.GoogleAdMob/FBLPromises.framework/FBLPromises(FBLPromises_vers.o), building for iOS, but linking in object file built for iOS Simulator, file '/Users/Documents/MyApp/Build ios/MyApp.app/.build/plugin.appodeal.GoogleAdMob/FBLPromises.framework/FBLPromises' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Jul 13 16:19:10.517 BUILD ERROR: There was a problem linking the app.
Check the console for more information.
Jul 13 16:19:10.518
Jul 13 16:19:10.739 iOS build failed (2) after 30 seconds
Jul 13 16:19:11.213 ERROR: Build Failed: There was a problem linking the app.
Check the console for more information.
if I exclude google adMob and AppLovin plugins it shows another error:
Jul 13 16:28:23.908 ERROR: Builder failed: ld: warning: Could not find or use auto-linked library 'swiftXPC'
Jul 13 16:28:23.908 ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsCore'
ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsWrapper'
ld: warning: Could not find or use auto-linked framework 'BidMachineDataBase'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'BidMachineDisplayCore'
ld: warning: Could not find or use auto-linked framework 'AppodealMediationCoreObjC'
ld: warning: Could not find or use auto-linked framework 'BidMachineBiddingCore'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
ld: warning: Could not find or use auto-linked framework 'BidMachineNetworkCore'
Undefined symbols for architecture arm64:
"__swift_FORCE_LOAD_$_swiftXPC", referenced from:
__swift_FORCE_LOAD_$_swiftXPC_$_FBAudienceNetwork in FBAudienceNetwork(FBAudienceNetwork.o)
(maybe you meant: __swift_FORCE_LOAD_$_swiftXPC_$_FBAudienceNetwork)
"_kAPDAdColonyNetworkName", referenced from:
_$s18APDAdColonyAdapter02AdbD7NetworkC3apiAcA0dB3Api_p_tcfc in libAPDAdColonyAdapter.a(AdColonyAdNetwork.o)
_$s18APDAdColonyAdapter0aB10AppOptionsC9configure33_A9D9AD4BE2CE9FB608225F2055FC13B9LL4withyAA0abdE7BuilderC_tF in libAPDAdColonyAdapter.a(APDAdColonyAppOptions.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Jul 13 16:28:23.910 BUILD ERROR: There was a problem linking the app.
Check the console for more information.
Jul 13 16:28:23.910
Jul 13 16:28:24.128 iOS build failed (2) after 17 seconds
Jul 13 16:28:24.479 ERROR: Build Failed: There was a problem linking the app.
Check the console for more information.
Jul 13 16:28:24.480
Will look at, also AdColony is no longer supported by appodeal
Fixed Google Admob issue, Bidmachine is acting odd for iOS btw
Here a list of all adapters that I updated
['plugin.appodeal.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.FacebookAudience'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.MyTarget'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Unity'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Vungle'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Yandex'] = { publisherId = 'com.coronalabs' },
["plugin.appodeal.IronSource"] = {publisherId = 'com.coronalabs'},
@Scott_Harrison thanks for your attention to this issue. I’ve done some test and here is results:
if I include AppLovin I get warning, but I am able to make a build :
<result>ld: warning: building for iOS, but linking in dylib file (/Users/VV_1/Documents/MyApp/Build ios/MyApp.app/Frameworks/AppLovinSDK.framework/AppLovinSDK) built for iOS Simulator</result>
Done.
If I include FacebookAudience I get an error:
<result>ld: warning: Could not find or use auto-linked library 'swiftXPC'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
Undefined symbols for architecture arm64:
"__swift_FORCE_LOAD_$_swiftXPC", referenced from:
__swift_FORCE_LOAD_$_swiftXPC_$_FBAudienceNetwork in FBAudienceNetwork(FBAudienceNetwork.o)
(maybe you meant: __swift_FORCE_LOAD_$_swiftXPC_$_FBAudienceNetwork)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>
Jul 15 13:30:03.072 ERROR: Builder failed: ld: warning: Could not find or use auto-linked library 'swiftXPC'
Jul 15 13:30:03.072 ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
Undefined symbols for architecture arm64:
"__swift_FORCE_LOAD_$_swiftXPC", referenced from:
__swift_FORCE_LOAD_$_swiftXPC_$_FBAudienceNetwork in FBAudienceNetwork(FBAudienceNetwork.o)
(maybe you meant: __swift_FORCE_LOAD_$_swiftXPC_$_FBAudienceNetwork)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Jul 15 13:30:03.077 BUILD ERROR: There was a problem linking the app.
If I include Yandex I got an error:
<result>ld: warning: ignoring file /Users/VV_1/Documents/MyApp/Build ios/MyApp.app/.build/plugin.appodeal.Yandex/YandexMobileAds.framework/YandexMobileAds, building for iOS-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )
ld: warning: ignoring file /Users/VV_1/Documents/MyApp/Build ios/MyApp.app/.build/plugin.appodeal.Yandex/YandexMobileMetrica.framework/YandexMobileMetrica, building for iOS-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_YMAAdSize", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexBannerAdapter.o)
"_OBJC_CLASS_$_YMAAdView", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexBannerAdapter.o)
"_OBJC_CLASS_$_YMAInterstitialAd", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexInterstitialAdapter.o)
"_OBJC_CLASS_$_YMAMobileAds", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_CLASS_$_YMAMutableAdRequest", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_CLASS_$_YMANativeAdLoader", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdServiceAdapter.o)
"_OBJC_CLASS_$_YMANativeAdRequestConfiguration", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdServiceAdapter.o)
"_OBJC_CLASS_$_YMANativeAdView", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
"_OBJC_CLASS_$_YMANativeMediaView", referenced from:
_$s16APDYandexAdapter9MediaView33_7D155C240E76D12B47F3680CFD91A7D0LLCN in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
"_OBJC_CLASS_$_YMARewardedAd", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexRewardedAdapter.o)
"_OBJC_CLASS_$_YMMAllocationsTrackerProvider", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsCollectionSerializer.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMDecodedCrashSerializer.o)
"_OBJC_CLASS_$_YMMApplicationState", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMAsyncExecutor", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMANRWatchdog.o)
"_OBJC_CLASS_$_YMMBuildUID", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
"_OBJC_CLASS_$_YMMCollectionUtilities", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsExtractor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMUserImagesUUIDProvider.o)
"_OBJC_CLASS_$_YMMCrash", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMAppCrashProcessor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
(maybe you meant: _OBJC_CLASS_$_YMMCrashObjectsFactory, _OBJC_CLASS_$_YMMCrashLoader , _OBJC_CLASS_$_YMMCrashReportDecoder , _OBJC_CLASS_$_YMMCrashSymbolicator , _OBJC_CLASS_$_YMMCrashReportCrash , _OBJC_CLASS_$_YMMCrashReportingStateNotifier , _OBJC_CLASS_$_YMMCrashReportError , _OBJC_CLASS_$_YMMCrashReporter )
"_OBJC_CLASS_$_YMMCrashMatchingRule", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMCrashSafeTransactor", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
"_OBJC_CLASS_$_YMMDateProvider", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMExceptionFormatter.o)
"_OBJC_CLASS_$_YMMEnvironmentTruncator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashObjectsFactory.o)
"_OBJC_CLASS_$_YMMErrorLogger", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMErrorModelFactory", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMExceptionFormatter.o)
"_OBJC_CLASS_$_YMMErrorsFactory", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
"_OBJC_CLASS_$_YMMFileUtility", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
"_OBJC_CLASS_$_YMMGZipDataEncoder", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
"_OBJC_CLASS_$_YMMIdentifierValidator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
"_OBJC_CLASS_$_YMMLengthStringTruncator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashObjectsFactory.o)
"_OBJC_CLASS_$_YMMLog", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
"_OBJC_CLASS_$_YMMMetricaConfiguration", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
"_OBJC_CLASS_$_YMMPlatformDescription", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMKSCrash.o)
"_OBJC_CLASS_$_YMMProtobufAllocator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsCollectionSerializer.o)
"_OBJC_CLASS_$_YMMProtobufUtilities", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsCollectionSerializer.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMDecodedCrashSerializer.o)
"_OBJC_CLASS_$_YMMQueuesFactory", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMANRWatchdog.o)
"_OBJC_CLASS_$_YMMRTMErrorEvent", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMAppCrashProcessor.o)
"_OBJC_CLASS_$_YMMReporterStoragesContainer", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMUserDefaultsStorage", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMYandexMetrica", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMAppCrashProcessor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMDecodedCrashSerializer.o)
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_CLASS_$_YMMYandexMetricaConfiguration", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_METACLASS_$_YMANativeMediaView", referenced from:
_OBJC_METACLASS_$__TtC16APDYandexAdapterP33_7D155C240E76D12B47F3680CFD91A7D09MediaView in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
"_YMM__protobuf_c_message_free_unpacked", referenced from:
_ymm__symbols_collection__free_unpacked in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__free_unpacked in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_get_packed_size", referenced from:
_ymm__symbols_collection__get_packed_size in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__get_packed_size in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_pack", referenced from:
_ymm__symbols_collection__pack in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__pack in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_pack_to_buffer", referenced from:
_ymm__symbols_collection__pack_to_buffer in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__pack_to_buffer in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_unpack", referenced from:
_ymm__symbols_collection__unpack in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__unpack in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_kYMMMetricaLibraryApiKey", referenced from:
___52-[YMMCrashReporter registerCrashProcessorForMetrica]_block_invoke in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_kYMMUserDefaultsStringKeyAppWasInBackground", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector processCurrentAppState:] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
"_kYMMUserDefaultsStringKeyAppWasTerminated", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector processCurrentAppState:] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
"_kYMMUserDefaultsStringKeyPreviousBundleVersion", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector makeStateSnapshot] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
"_kYMMUserDefaultsStringKeyPreviousOSVersion", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector makeStateSnapshot] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>
Jul 15 13:32:52.364 ERROR: Builder failed: ld: warning: ignoring file /Users/VV_1/Documents/MyApp/Build ios/MyApp.app/.build/plugin.appodeal.Yandex/YandexMobileAds.framework/YandexMobileAds, building for iOS-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )
Jul 15 13:32:52.364 ld: warning: ignoring file /Users/VV_1/Documents/MyApp/Build ios/MyApp.app/.build/plugin.appodeal.Yandex/YandexMobileMetrica.framework/YandexMobileMetrica, building for iOS-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_YMAAdSize", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexBannerAdapter.o)
"_OBJC_CLASS_$_YMAAdView", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexBannerAdapter.o)
"_OBJC_CLASS_$_YMAInterstitialAd", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexInterstitialAdapter.o)
"_OBJC_CLASS_$_YMAMobileAds", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_CLASS_$_YMAMutableAdRequest", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_CLASS_$_YMANativeAdLoader", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdServiceAdapter.o)
"_OBJC_CLASS_$_YMANativeAdRequestConfiguration", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdServiceAdapter.o)
"_OBJC_CLASS_$_YMANativeAdView", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
"_OBJC_CLASS_$_YMANativeMediaView", referenced from:
_$s16APDYandexAdapter9MediaView33_7D155C240E76D12B47F3680CFD91A7D0LLCN in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
"_OBJC_CLASS_$_YMARewardedAd", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexRewardedAdapter.o)
"_OBJC_CLASS_$_YMMAllocationsTrackerProvider", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsCollectionSerializer.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMDecodedCrashSerializer.o)
"_OBJC_CLASS_$_YMMApplicationState", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMAsyncExecutor", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMANRWatchdog.o)
"_OBJC_CLASS_$_YMMBuildUID", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
"_OBJC_CLASS_$_YMMCollectionUtilities", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsExtractor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMUserImagesUUIDProvider.o)
"_OBJC_CLASS_$_YMMCrash", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMAppCrashProcessor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
(maybe you meant: _OBJC_CLASS_$_YMMCrashObjectsFactory, _OBJC_CLASS_$_YMMCrashLoader , _OBJC_CLASS_$_YMMCrashReportDecoder , _OBJC_CLASS_$_YMMCrashSymbolicator , _OBJC_CLASS_$_YMMCrashReportCrash , _OBJC_CLASS_$_YMMCrashReportingStateNotifier , _OBJC_CLASS_$_YMMCrashReportError , _OBJC_CLASS_$_YMMCrashReporter )
"_OBJC_CLASS_$_YMMCrashMatchingRule", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMCrashSafeTransactor", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
"_OBJC_CLASS_$_YMMDateProvider", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMExceptionFormatter.o)
"_OBJC_CLASS_$_YMMEnvironmentTruncator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashObjectsFactory.o)
"_OBJC_CLASS_$_YMMErrorLogger", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMErrorModelFactory", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMExceptionFormatter.o)
"_OBJC_CLASS_$_YMMErrorsFactory", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReportDecoder.o)
"_OBJC_CLASS_$_YMMFileUtility", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
"_OBJC_CLASS_$_YMMGZipDataEncoder", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
"_OBJC_CLASS_$_YMMIdentifierValidator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
"_OBJC_CLASS_$_YMMLengthStringTruncator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashObjectsFactory.o)
"_OBJC_CLASS_$_YMMLog", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
"_OBJC_CLASS_$_YMMMetricaConfiguration", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsManager.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
"_OBJC_CLASS_$_YMMPlatformDescription", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashLoader.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMKSCrash.o)
"_OBJC_CLASS_$_YMMProtobufAllocator", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsCollectionSerializer.o)
"_OBJC_CLASS_$_YMMProtobufUtilities", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMSymbolsCollectionSerializer.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMDecodedCrashSerializer.o)
"_OBJC_CLASS_$_YMMQueuesFactory", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMANRWatchdog.o)
"_OBJC_CLASS_$_YMMRTMErrorEvent", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMAppCrashProcessor.o)
"_OBJC_CLASS_$_YMMReporterStoragesContainer", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMUserDefaultsStorage", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_OBJC_CLASS_$_YMMYandexMetrica", referenced from:
objc-class-ref in YandexMobileMetricaCrashes(YMMAppCrashProcessor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMCrashReporter.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMGenericCrashProcessor.o)
objc-class-ref in YandexMobileMetricaCrashes(YMMDecodedCrashSerializer.o)
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_CLASS_$_YMMYandexMetricaConfiguration", referenced from:
objc-class-ref in libAPDYandexAdapter.a(YandexNetwork.o)
"_OBJC_METACLASS_$_YMANativeMediaView", referenced from:
_OBJC_METACLASS_$__TtC16APDYandexAdapterP33_7D155C240E76D12B47F3680CFD91A7D09MediaView in libAPDYandexAdapter.a(YandexNativeAdRendering.o)
"_YMM__protobuf_c_message_free_unpacked", referenced from:
_ymm__symbols_collection__free_unpacked in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__free_unpacked in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_get_packed_size", referenced from:
_ymm__symbols_collection__get_packed_size in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__get_packed_size in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_pack", referenced from:
_ymm__symbols_collection__pack in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__pack in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_pack_to_buffer", referenced from:
_ymm__symbols_collection__pack_to_buffer in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__pack_to_buffer in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_YMM__protobuf_c_message_unpack", referenced from:
_ymm__symbols_collection__unpack in YandexMobileMetricaCrashes(SymbolsCollection.pb-c.o)
_ymm__ioscrash_report__unpack in YandexMobileMetricaCrashes(Crash.pb-c.o)
"_kYMMMetricaLibraryApiKey", referenced from:
___52-[YMMCrashReporter registerCrashProcessorForMetrica]_block_invoke in YandexMobileMetricaCrashes(YMMCrashReporter.o)
"_kYMMUserDefaultsStringKeyAppWasInBackground", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector processCurrentAppState:] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
"_kYMMUserDefaultsStringKeyAppWasTerminated", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector processCurrentAppState:] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
"_kYMMUserDefaultsStringKeyPreviousBundleVersion", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector makeStateSnapshot] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
"_kYMMUserDefaultsStringKeyPreviousOSVersion", referenced from:
-[YMMUnhandledCrashDetector loadState] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
-[YMMUnhandledCrashDetector makeStateSnapshot] in YandexMobileMetricaCrashes(YMMUnhandledCrashDetector.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Jul 15 13:32:52.364 BUILD ERROR: There was a problem linking the app.
If I include IronSource I get a warning, but I can successfully make a build:
<result>ld: warning: method '-parentViewController' in category from /Users/VV_1/Documents/MyApp/Build ios/MyApp.app/.build/plugin.appodeal.IronSource/IronSource.framework/IronSource(UIView+ISViewUtils.o) conflicts with same method from another category</result>
Done.
Final working configuration is:
['plugin.appodeal.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.A4G'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.MyTarget'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Smaato'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.StartApp'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Unity'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.AmazonAds'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Ogury'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Vungle'] = { publisherId = 'com.coronalabs' },
Here a list of all adapters that I updated
Does this mean I can use only adapters from the list?
my final working configuration is:
['plugin.appodeal.base'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.MyTarget'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Unity'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Vungle'] = { publisherId = 'com.coronalabs' },
["plugin.appodeal.IronSource"] = {publisherId = 'com.coronalabs'},
-- There was a problem linking the app.
-- ['plugin.appodeal.FacebookAudience'] = { publisherId = 'com.coronalabs' },
-- ['plugin.appodeal.Yandex'] = { publisherId = 'com.coronalabs' }, -- There was a problem linking the app.
Could yandex adapter be fixed?
Yandex adapter is now fixed
Edit:
Bidmachine works on iOS but you need to include all adapters, working on putting everything into one package but for now you need to include the following adapters
['plugin.appodeal.Bidmachine'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.FacebookAudience'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.MyTarget'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Vungle'] = { publisherId = 'com.coronalabs' },
['plugin.appodeal.Yandex'] = { publisherId = 'com.coronalabs' },
I have problems with apo dual again, errors appeared about 2 weeks ago. Do you have any thoughts?
Mac 14.6 Xcode 15.4 Corona 3707
<result>ld: warning: building for iOS, but linking in dylib file (/Users/alex/Desktop/Pechenie.app/Frameworks/AppLovinSDK.framework/AppLovinSDK) built for iOS Simulator
ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsCore'
ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsWrapper'
ld: warning: Could not find or use auto-linked framework 'BidMachineDataBase'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'BidMachineDisplayCore'
ld: warning: Could not find or use auto-linked framework 'AppodealMediationCoreObjC'
ld: warning: Could not find or use auto-linked framework 'BidMachineBiddingCore'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
ld: warning: Could not find or use auto-linked framework 'BidMachineNetworkCore'
Undefined symbols for architecture arm64:
"_kAPDAdColonyNetworkName", referenced from:
_$s18APDAdColonyAdapter02AdbD7NetworkC3apiAcA0dB3Api_p_tcfc in libAPDAdColonyAdapter.a(AdColonyAdNetwork.o)
_$s18APDAdColonyAdapter0aB10AppOptionsC9configure33_A9D9AD4BE2CE9FB608225F2055FC13B9LL4withyAA0abdE7BuilderC_tF in libAPDAdColonyAdapter.a(APDAdColonyAppOptions.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>
Jul 31 17:31:17.863 ERROR: Builder failed: ld: warning: building for iOS, but linking in dylib file (/Users/alex/Desktop/Pechenie.app/Frameworks/AppLovinSDK.framework/AppLovinSDK) built for iOS Simulator
Jul 31 17:31:17.863 ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsCore'
ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsWrapper'
ld: warning: Could not find or use auto-linked framework 'BidMachineDataBase'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'BidMachineDisplayCore'
ld: warning: Could not find or use auto-linked framework 'AppodealMediationCoreObjC'
ld: warning: Could not find or use auto-linked framework 'BidMachineBiddingCore'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
ld: warning: Could not find or use auto-linked framework 'BidMachineNetworkCore'
Undefined symbols for architecture arm64:
"_kAPDAdColonyNetworkName", referenced from:
_$s18APDAdColonyAdapter02AdbD7NetworkC3apiAcA0dB3Api_p_tcfc in libAPDAdColonyAdapter.a(AdColonyAdNetwork.o)
_$s18APDAdColonyAdapter0aB10AppOptionsC9configure33_A9D9AD4BE2CE9FB608225F2055FC13B9LL4withyAA0abdE7BuilderC_tF in libAPDAdColonyAdapter.a(APDAdColonyAppOptions.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Jul 31 17:31:17.867 BUILD ERROR: There was a problem linking the app.
Check the console for more information.
Jul 31 17:31:17.867
Jul 31 17:31:18.076 iOS build failed (2) after 77 seconds
Jul 31 17:31:18.462 ERROR: Build Failed: There was a problem linking the app.
Check the console for more information.
Jul 31 17:31:18.463
Jul 31 17:32:18.515 No itunesConnect account info found: make sure you are signed into Application Loader (and have checked "Keep me signed in.")
Jul 31 17:32:32.562 Using additional build settings from: build.settings
Jul 31 17:32:32.574 Building: Copying app resources
Jul 31 17:32:32.841 Building: Unpacking build with plugins
Jul 31 17:32:34.822 Forcing minVersion to 11.0
Jul 31 17:32:34.865 Building: Adding plugins
Jul 31 17:32:35.026 Analyzing plugins...
Jul 31 17:32:35.028 Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.MyTarget
Jul 31 17:32:35.029 Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Unity
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AppLovin
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AdColony
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.notifications.v2
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AmazonAds
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.IronSource
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.StartApp
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Chartboost
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Smaato
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Vungle
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.InMobi
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Tapjoy
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Ogury
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.GoogleAdMob
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Bidmachine
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.base
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.FacebookAudience
Found native plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.att
Found Swift usage in a plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.MyTarget
Found Swift usage in a plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Bidmachine
Found Swift usage in a plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.base
Found Swift usage in a plugin: /Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.FacebookAudience
Done.
Analyzing Lua plugins...
Examining plugin: plugin.appodeal.MyTarget
Examining plugin: plugin.appodeal.Unity
Examining plugin: plugin.appodeal.AppLovin
Examining plugin: plugin.appodeal.AdColony
Examining plugin: plugin.notifications.v2
Examining plugin: plugin.appodeal.AmazonAds
Examining plugin: plugin.appodeal.IronSource
Examining plugin: plugin.appodeal.StartApp
Examining plugin: plugin.appodeal.Chartboost
Examining plugin: plugin.appodeal.Smaato
Examining plugin: plugin.appodeal.Vungle
Examining plugin: plugin.appodeal.InMobi
Examining plugin: plugin.appodeal.Tapjoy
Examining plugin: plugin.appodeal.Ogury
Examining plugin: plugin.appodeal.GoogleAdMob
Examining plugin: plugin.appodeal.Bidmachine
Examining plugin: plugin.appodeal.base
Examining plugin: plugin.appodeal.FacebookAudience
Examining plugin: plugin.att
Done.
Compiling Slices...
Compiling architecture: arm64
Jul 31 17:32:35.777 <execute>cd "/var/folders/v9/mhl5qqwx1qj56tpcn1xpwgcc0000gn/T/CLtmpxUVXsi/arm64";unset LIBRARY_PATH; export IPHONEOS_DEPLOYMENT_TARGET=12.4; export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin";"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++" -fexceptions -stdlib=libstdc++ -arch arm64 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk" -ObjC -all_load -ld_classic -fobjc-link-runtime -miphoneos-version-min=12.4 -std=c++11 -stdlib=libc++ -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -L"/Users/alex/Desktop/Pechenie.app/.build/libtemplate" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.MyTarget" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Unity" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AppLovin" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AdColony" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.notifications.v2" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AmazonAds" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.IronSource" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.StartApp" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Chartboost" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Smaato" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Vungle" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.InMobi" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Tapjoy" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Ogury" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.GoogleAdMob" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Bidmachine" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.base" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.FacebookAudience" -L"/Users/alex/Desktop/Pechenie.app/.build/plugin.att" -L"/usr/lib/swift" -L"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos" -F"/Users/alex/Desktop/Pechenie.app/Frameworks" -F"/Users/alex/Desktop/Pechenie.app/.build/libtemplate" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.MyTarget" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Unity" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AppLovin" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AdColony" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.notifications.v2" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.AmazonAds" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.IronSource" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.StartApp" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Chartboost" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Smaato" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Vungle" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.InMobi" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Tapjoy" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Ogury" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.GoogleAdMob" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.Bidmachine" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.base" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.appodeal.FacebookAudience" -F"/Users/alex/Desktop/Pechenie.app/.build/plugin.att" -F"/usr/lib/swift" -F"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos" -framework AudioToolbox -framework AVFoundation -framework CFNetwork -framework CoreGraphics -framework CoreLocation -framework CoreMedia -framework CoreMotion -framework CoreVideo -framework CoreText -framework GameKit -framework GLKit -framework ImageIO -framework MapKit -framework MediaPlayer -framework MessageUI -framework MobileCoreServices -framework OpenAL -framework QuartzCore -framework Security -framework StoreKit -framework SystemConfiguration -framework UIKit -framework WebKit -framework MyTargetSDK -framework UnityAds -framework AppLovinSDK -framework AdColony -framework IronSource -framework VungleAdsSDK -framework InMobiSDK -framework GoogleAppMeasurement -framework GoogleAppMeasurementIdentitySupport -framework GoogleMobileAds -framework FBLPromises -framework GoogleUtilities -framework nanopb -framework UserMessagingPlatform -framework BidMachine -framework BidMachineApiCore -framework BidMachineBidding -framework BidMachineMetaAudienceAdapter -framework BidMachineModules -framework BidMachineMyTargetAdapter -framework BidMachineRenderingKit -framework BidMachineStoreKit -framework BidMachineUtilsKit -framework BidMachineVideoKit -framework BidMachineVungleAdapter -framework BidMachineWebKit -framework OMSDK_Appodeal -framework Protobuf -framework StackIABAssets -framework StackModules -framework SwiftProtobuf -framework JavaScriptCore -framework CoreBluetooth -framework CoreTelephony -framework WatchConnectivity -framework SafariServices -framework EventKit -framework Appodeal -framework AppodealMediationCore -framework StackConsentManager -framework StackFoundation -framework StackMRAIDKit -framework StackNASTKit -framework StackOpenMeasure -framework StackProductPresentation -framework StackRichMedia -framework StackUIKit -framework StackVASTAssets -framework StackVASTKit -framework StackVideoPlayer -framework StackXML -framework Accounts -framework FBAudienceNetwork -framework FBSDKCoreKit -framework FBSDKLoginKit -framework FBSDKShareKit -framework FBSDKCoreKit_Basics -framework FBAEMKit -framework Accelerate -weak_framework GameController -weak_framework AssetsLibrary -weak_framework Photos -weak_framework Foundation -weak_framework Twitter -weak_framework UserNotifications -weak_framework UserNotificationsUI -weak_framework AdSupport -weak_framework AppTrackingTransparency -lobjc -lsqlite3 -ltemplate -lAPDMyTargetAdapter -lAPDUnityAdapter -lAPDAppLovinAdapter -lAPDAdColonyAdapter -lNotificationsV2Plugin -lAPDIronSourceAdapter -lAPDVungleAdapter -lAPDInMobiAdapter -lxml2 -lz -lAPDGoogleAdMobAdapter -lAPDBidMachineAdapter -lplugin_appodeal_base -lAppVerificationLibrary -lAPDIABAdapter -lAPDMetaAudienceNetworkAdapter -lplugin_att -o "/var/folders/v9/mhl5qqwx1qj56tpcn1xpwgcc0000gn/T/CLtmpxUVXsi/arm64/Pechenie"</execute>
<result>ld: warning: building for iOS, but linking in dylib file (/Users/alex/Desktop/Pechenie.app/Frameworks/AppLovinSDK.framework/AppLovinSDK) built for iOS Simulator
ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsCore'
ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsWrapper'
ld: warning: Could not find or use auto-linked framework 'BidMachineDataBase'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'BidMachineDisplayCore'
ld: warning: Could not find or use auto-linked framework 'AppodealMediationCoreObjC'
ld: warning: Could not find or use auto-linked framework 'BidMachineBiddingCore'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
ld: warning: Could not find or use auto-linked framework 'BidMachineNetworkCore'
Undefined symbols for architecture arm64:
"_kAPDAdColonyNetworkName", referenced from:
_$s18APDAdColonyAdapter02AdbD7NetworkC3apiAcA0dB3Api_p_tcfc in libAPDAdColonyAdapter.a(AdColonyAdNetwork.o)
_$s18APDAdColonyAdapter0aB10AppOptionsC9configure33_A9D9AD4BE2CE9FB608225F2055FC13B9LL4withyAA0abdE7BuilderC_tF in libAPDAdColonyAdapter.a(APDAdColonyAppOptions.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>
Jul 31 17:32:35.778 ERROR: Builder failed: ld: warning: building for iOS, but linking in dylib file (/Users/alex/Desktop/Pechenie.app/Frameworks/AppLovinSDK.framework/AppLovinSDK) built for iOS Simulator
Jul 31 17:32:35.778 ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsCore'
ld: warning: Could not find or use auto-linked framework 'BidMachineAnalyticsWrapper'
ld: warning: Could not find or use auto-linked framework 'BidMachineDataBase'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'BidMachineDisplayCore'
ld: warning: Could not find or use auto-linked framework 'AppodealMediationCoreObjC'
ld: warning: Could not find or use auto-linked framework 'BidMachineBiddingCore'
ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf'
ld: warning: Could not find or use auto-linked framework 'BidMachineNetworkCore'
Undefined symbols for architecture arm64:
"_kAPDAdColonyNetworkName", referenced from:
_$s18APDAdColonyAdapter02AdbD7NetworkC3apiAcA0dB3Api_p_tcfc in libAPDAdColonyAdapter.a(AdColonyAdNetwork.o)
_$s18APDAdColonyAdapter0aB10AppOptionsC9configure33_A9D9AD4BE2CE9FB608225F2055FC13B9LL4withyAA0abdE7BuilderC_tF in libAPDAdColonyAdapter.a(APDAdColonyAppOptions.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Jul 31 17:32:35.782 BUILD ERROR: There was a problem linking the app.
Check the console for more information.
Jul 31 17:32:35.782
Jul 31 17:32:36.007 iOS build failed (2) after 17 seconds
Jul 31 17:32:36.324 ERROR: Build Failed: There was a problem linking the app.
Check the console for more information.
@Scott_Harrison although I include Yandex in my build.settings it’s not added in game build
Could you please check it?
The issue is only for iOS builds.
Android builds are fine.