Hi, I have a problem when I use one of those plugin it build ok, but when I use them together I get build errors :s
please help
ERROR LOG:
.app/.build/CoronaProvider.analytics.flurry/libanalytics-flurry.a(libCrashReporter-iphoneos.a-armv7-master.o)
.app/.build/plugin.appodeal/libAppodeal.a(PLCrashSignalHandler.o)
duplicate symbol _OBJC_CLASS_$_FlurryPLCrashSignalHandler in:
more than 30 entrys same
.app/.build/plugin.appodeal/libAppodeal.a(PLCrashMachExceptionPortSet.o)
duplicate symbol _OBJC_CLASS_$_FlurryPLCrashReporterConfig in:
.app/.build/CoronaProvider.analytics.flurry/libanalytics-flurry.a(libCrashReporter-iphoneos.a-armv7-master.o)
.app/.build/plugin.appodeal/libAppodeal.a(PLCrashReporterConfig.o)
duplicate symbol _OBJC_CLASS_$_FlurryPLCrashUncaughtExceptionHandler in:
.app/.build/CoronaProvider.analytics.flurry/libanalytics-flurry.a(libCrashReporter-iphoneos.a-armv7-master.o)
.app/.build/plugin.appodeal/libAppodeal.a(PLCrashUncaughtExceptionHandler.o)
duplicate symbol _OBJC_CLASS_$_FlurryPLCrashReportMachExceptionInfo in:
.app/.build/CoronaProvider.analytics.flurry/libanalytics-flurry.a(libCrashReporter-iphoneos.a-armv7-master.o)
.app/.build/plugin.appodeal/libAppodeal.a(PLCrashReportMachExceptionInfo.o)
ld: 95 duplicate symbols for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
BUILD ERROR: There was a problem linking the app.
Check the console for more information.
Oct 18 06:11:17.998 iOS build failed (12) after 548 seconds
Oct 18 06:11:18.218 ERROR: Build Failed: There was a problem linking the app.
Check the console for more information.
Build.settings file
settings = { orientation = { default = "portrait", supported = { "portrait", "portrait" } }, --[[android = { versionCode = "10300", versionName = "1.3", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", }, --googlePlayGamesAppId = "xxxxxxxxxxxx", --largeHeap = true }, --]] plugins = { --["CoronaProvider.analytics.flurry"] ={publisherId = "com.coronalabs"}, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, -- ["plugin.google.play.services"] = -- { -- publisherId = "com.coronalabs", -- supportedPlatforms = { iphone=true, android=true } -- }, ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true } }, ["plugin.adbuddiz"] = { publisherId = "com.adbuddiz" }, }, iphone = { plist = { NSCalendarsUsageDescription = "Unused by an application", NSPhotoLibraryUsageDescription = "Unused by an application", NSCameraUsageDescription = "Unused by an application", NSAppTransportSecurity = { NSAllowsArbitraryLoads=true }, CFBundleIconFile = "Icon.png", CFBundleLocalizations = { "en", --English "es", --Spanish "it", --Italian "de", --German "fr", --French "ja", --Japanese "ru", --Rusian "zh", --Chin "vi", --viet }, CFBundleDisplayName = "---", CFBundleName = "---", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-60@3x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-167.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png" }, UIApplicationExitsOnSuspend = false, } }, excludeFiles = { iphone = { 'Icon-\*dpi.png', 'audio/\*.oog' }, android = { 'Icon.png', 'Icon-6\*.png', 'Icon-7\*.png', 'Icon-Small\*.png', 'Icon@2x.png', 'Default-568h@2x.png', 'audio/\*.m4a' } }, }
Corona version Version 2016.2973 (2016.10.18)
MAC: captain 10.11.6
xCode: Version 8.0
