Hi Rob;
I just tried it with build 2943 (latest Daily). The Hello World App (with AppoDeal and multiple plugins) now builds in 86 seconds.
Sep 12 03:03:19.299 Copying world.jpg to /Users/steve/Desktop/Just 2 Builds/HelloWorld.app/world.jpg
Sep 12 03:03:19.306 Building: Signing application with “iPhone Developer: Steve Bullock (XJE7TARRS3)”
“iPhone Developer: Steve Bullock (XJE7TARRS3)”
Sep 12 03:03:19.967 iOS build succeeded in 86 seconds
Thanks for your group’s work to fix/improve this.
This was using plugins:
AppoDeal
iCloud
facebook.v4
gamenetwork.apple
Now that I can build with multiple plugins, I can confirm the disappointing news that Agramonte began this thread with . . . . .
Flurry will not build with AppoDeal. I get the (now familiar) “problem linking the app” due to duplicate symbols between AppoDeal and Flurry. This is a snippet of the end of the extensive “duplicate symbols” error messages:
duplicate symbol _OBJC_IVAR_$_FlurryPLCrashReportMachExceptionInfo._type in:
/Users/steve/Desktop/Just 2 Builds/HelloWorld.app/.build/plugin.appodeal/libAppodeal.a(PLCrashReportMachExceptionInfo.o)
/Users/steve/Desktop/Just 2 Builds/HelloWorld.app/.build/plugin.flurry.analytics/libFlurry_7.5.2.a(PLCrashReportMachExceptionInfo.o)
duplicate symbol _OBJC_METACLASS_$_FlurryPLCrashReportMachExceptionInfo in:
/Users/steve/Desktop/Just 2 Builds/HelloWorld.app/.build/plugin.appodeal/libAppodeal.a(PLCrashReportMachExceptionInfo.o)
/Users/steve/Desktop/Just 2 Builds/HelloWorld.app/.build/plugin.flurry.analytics/libFlurry_7.5.2.a(PLCrashReportMachExceptionInfo.o)
ld: 785 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.
Sep 12 02:58:27.728 iOS build failed (12) after 77 seconds
Sep 12 02:58:28.104 ERROR: Build Failed: There was a problem linking the app.
So Agramonte was on the money with his initial post above.
Steve