<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic First Problem was that in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029399#M41407</link>
    <description>&lt;P&gt;First Problem was that&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;&amp;nbsp;I clicked "iOS"&lt;/LI&gt;
	&lt;LI&gt;It uploaded&lt;/LI&gt;
	&lt;LI&gt;I clicked "build"&lt;/LI&gt;
	&lt;LI&gt;It builded&lt;/LI&gt;
	&lt;LI&gt;And than after 10 minutes or so I was back in Build IU without any Response&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;So I clicked again&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;"iOS"&lt;/LI&gt;
	&lt;LI&gt;It starts uploading... never finished&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Then couple of minutes later&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;"iOS"&lt;/LI&gt;
	&lt;LI&gt;It uploaded&lt;/LI&gt;
	&lt;LI&gt;I clicked "Build"&lt;/LI&gt;
	&lt;LI&gt;It builded&lt;/LI&gt;
	&lt;LI&gt;It failed&lt;/LI&gt;
	&lt;LI&gt;Error log had some warnings&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Here the last couple of rows:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp normal armv7s
&amp;nbsp;&amp;nbsp;&amp;nbsp; cd .../MyApp/platforms/ios
&amp;nbsp;&amp;nbsp;&amp;nbsp; export IPHONEOS_DEPLOYMENT_TARGET=8.0
&amp;nbsp;&amp;nbsp;&amp;nbsp; 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:/usr/local/bin:/usr/local/git/bin:/Developer/android-sdk-macosx/tools:/usr/local/ant/bin"
&amp;nbsp;&amp;nbsp;&amp;nbsp; /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -L.../MyApp/platforms/ios/build/device -F.../MyApp/platforms/ios/build/device -filelist .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp.LinkFileList -dead_strip -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.0 -framework AssetsLibrary .../MyApp/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework CoreLocation -framework AVFoundation -framework CoreVideo -framework MessageUI -framework QuartzCore -framework SystemConfiguration -liconv -Xlinker -dependency_info -Xlinker .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp_dependency_info.dat -o .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp
duplicate symbol _UIApplicationRegisterUserNotificationSettings in:
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/AppDelegate.o
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/AppDelegate+APPRegisterUserNotificationSettings.o
ld: 1 duplicate symbol for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp normal armv7
&amp;nbsp;&amp;nbsp;&amp;nbsp; cd .../MyApp/platforms/ios
&amp;nbsp;&amp;nbsp;&amp;nbsp; export IPHONEOS_DEPLOYMENT_TARGET=8.0
&amp;nbsp;&amp;nbsp;&amp;nbsp; 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:/usr/local/bin:/usr/local/git/bin:/Developer/android-sdk-macosx/tools:/usr/local/ant/bin"
&amp;nbsp;&amp;nbsp;&amp;nbsp; /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -L.../MyApp/platforms/ios/build/device -F.../MyApp/platforms/ios/build/device -filelist .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp.LinkFileList -dead_strip -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.0 -framework AssetsLibrary .../MyApp/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework CoreLocation -framework AVFoundation -framework CoreVideo -framework MessageUI -framework QuartzCore -framework SystemConfiguration -liconv -Xlinker -dependency_info -Xlinker .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp_dependency_info.dat -o .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp
duplicate symbol _UIApplicationRegisterUserNotificationSettings in:
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/AppDelegate.o
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/AppDelegate+APPRegisterUserNotificationSettings.o
ld: 1 duplicate symbol for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp normal arm64
&amp;nbsp;&amp;nbsp;&amp;nbsp; cd .../MyApp/platforms/ios
&amp;nbsp;&amp;nbsp;&amp;nbsp; export IPHONEOS_DEPLOYMENT_TARGET=8.0
&amp;nbsp;&amp;nbsp;&amp;nbsp; 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:/usr/local/bin:/usr/local/git/bin:/Developer/android-sdk-macosx/tools:/usr/local/ant/bin"
&amp;nbsp;&amp;nbsp;&amp;nbsp; /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -L.../MyApp/platforms/ios/build/device -F.../MyApp/platforms/ios/build/device -filelist .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp.LinkFileList -dead_strip -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.0 -framework AssetsLibrary .../MyApp/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework CoreLocation -framework AVFoundation -framework CoreVideo -framework MessageUI -framework QuartzCore -framework SystemConfiguration -liconv -Xlinker -dependency_info -Xlinker .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp_dependency_info.dat -o .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp
duplicate symbol _UIApplicationRegisterUserNotificationSettings in:
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/AppDelegate.o
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/AppDelegate+APPRegisterUserNotificationSettings.o
ld: 1 duplicate symbol for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **


The following build commands failed:
&amp;nbsp;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp normal armv7s
&amp;nbsp;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp normal armv7
&amp;nbsp;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp normal arm64
(3 failures)
Command finished with error code 65: .../MyApp/platforms/ios/cordova/build --release,--device
Error: .../MyApp/platforms/ios/cordova/build: Command failed with exit code 65
&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.whenDone (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.EventEmitter.emit (events.js:98:17)
&amp;nbsp;&amp;nbsp;&amp;nbsp; at maybeClose (child_process.js:753:16)
&amp;nbsp;&amp;nbsp;&amp;nbsp; at Process.ChildProcess._handle.onexit (child_process.js:820:5)&lt;/PRE&gt;

&lt;P&gt;Hopefully you can give a Hand on that.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2015 13:09:50 GMT</pubDate>
    <dc:creator>Oliver_L_1</dc:creator>
    <dc:date>2015-07-28T13:09:50Z</dc:date>
    <item>
      <title>Build Server offline?</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029396#M41404</link>
      <description>&lt;P&gt;Hey Folks,&lt;BR /&gt;
	I have huge Trouble while uploading my APP for building iOS, and know from other devs that they also have Problems with building for Android.&lt;/P&gt;

&lt;P&gt;Whats going on there?&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	&amp;nbsp; Oli&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 11:31:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029396#M41404</guid>
      <dc:creator>Oliver_L_1</dc:creator>
      <dc:date>2015-07-28T11:31:19Z</dc:date>
    </item>
    <item>
      <title>Can you be more specific</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029397#M41405</link>
      <description>&lt;P&gt;Can you be more specific about the issue you are facing?&lt;/P&gt;

&lt;P&gt;Uploading or actually building your app?&lt;/P&gt;

&lt;P&gt;If its building, can you post the error log so we can get some insight on what the issue is?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:00:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029397#M41405</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-07-28T13:00:20Z</dc:date>
    </item>
    <item>
      <title>I'm having building issues</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029398#M41406</link>
      <description>&lt;P&gt;I'm having building issues too, it failed a Crosswalk build without any log, and I even had one build that said it failed but I still got a link in the email.&lt;/P&gt;

&lt;P&gt;Download is extremely slow though, maybe they are doing some maintenance work... &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:01:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029398#M41406</guid>
      <dc:creator>Shay_s_</dc:creator>
      <dc:date>2015-07-28T13:01:43Z</dc:date>
    </item>
    <item>
      <title>First Problem was that</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029399#M41407</link>
      <description>&lt;P&gt;First Problem was that&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;&amp;nbsp;I clicked "iOS"&lt;/LI&gt;
	&lt;LI&gt;It uploaded&lt;/LI&gt;
	&lt;LI&gt;I clicked "build"&lt;/LI&gt;
	&lt;LI&gt;It builded&lt;/LI&gt;
	&lt;LI&gt;And than after 10 minutes or so I was back in Build IU without any Response&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;So I clicked again&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;"iOS"&lt;/LI&gt;
	&lt;LI&gt;It starts uploading... never finished&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Then couple of minutes later&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;"iOS"&lt;/LI&gt;
	&lt;LI&gt;It uploaded&lt;/LI&gt;
	&lt;LI&gt;I clicked "Build"&lt;/LI&gt;
	&lt;LI&gt;It builded&lt;/LI&gt;
	&lt;LI&gt;It failed&lt;/LI&gt;
	&lt;LI&gt;Error log had some warnings&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Here the last couple of rows:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp normal armv7s
&amp;nbsp;&amp;nbsp;&amp;nbsp; cd .../MyApp/platforms/ios
&amp;nbsp;&amp;nbsp;&amp;nbsp; export IPHONEOS_DEPLOYMENT_TARGET=8.0
&amp;nbsp;&amp;nbsp;&amp;nbsp; 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:/usr/local/bin:/usr/local/git/bin:/Developer/android-sdk-macosx/tools:/usr/local/ant/bin"
&amp;nbsp;&amp;nbsp;&amp;nbsp; /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -L.../MyApp/platforms/ios/build/device -F.../MyApp/platforms/ios/build/device -filelist .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp.LinkFileList -dead_strip -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.0 -framework AssetsLibrary .../MyApp/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework CoreLocation -framework AVFoundation -framework CoreVideo -framework MessageUI -framework QuartzCore -framework SystemConfiguration -liconv -Xlinker -dependency_info -Xlinker .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp_dependency_info.dat -o .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp
duplicate symbol _UIApplicationRegisterUserNotificationSettings in:
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/AppDelegate.o
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/AppDelegate+APPRegisterUserNotificationSettings.o
ld: 1 duplicate symbol for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp normal armv7
&amp;nbsp;&amp;nbsp;&amp;nbsp; cd .../MyApp/platforms/ios
&amp;nbsp;&amp;nbsp;&amp;nbsp; export IPHONEOS_DEPLOYMENT_TARGET=8.0
&amp;nbsp;&amp;nbsp;&amp;nbsp; 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:/usr/local/bin:/usr/local/git/bin:/Developer/android-sdk-macosx/tools:/usr/local/ant/bin"
&amp;nbsp;&amp;nbsp;&amp;nbsp; /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -L.../MyApp/platforms/ios/build/device -F.../MyApp/platforms/ios/build/device -filelist .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp.LinkFileList -dead_strip -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.0 -framework AssetsLibrary .../MyApp/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework CoreLocation -framework AVFoundation -framework CoreVideo -framework MessageUI -framework QuartzCore -framework SystemConfiguration -liconv -Xlinker -dependency_info -Xlinker .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp_dependency_info.dat -o .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp
duplicate symbol _UIApplicationRegisterUserNotificationSettings in:
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/AppDelegate.o
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/AppDelegate+APPRegisterUserNotificationSettings.o
ld: 1 duplicate symbol for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp normal arm64
&amp;nbsp;&amp;nbsp;&amp;nbsp; cd .../MyApp/platforms/ios
&amp;nbsp;&amp;nbsp;&amp;nbsp; export IPHONEOS_DEPLOYMENT_TARGET=8.0
&amp;nbsp;&amp;nbsp;&amp;nbsp; 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:/usr/local/bin:/usr/local/git/bin:/Developer/android-sdk-macosx/tools:/usr/local/ant/bin"
&amp;nbsp;&amp;nbsp;&amp;nbsp; /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk -L.../MyApp/platforms/ios/build/device -F.../MyApp/platforms/ios/build/device -filelist .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp.LinkFileList -dead_strip -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=8.0 -framework AssetsLibrary .../MyApp/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework CoreLocation -framework AVFoundation -framework CoreVideo -framework MessageUI -framework QuartzCore -framework SystemConfiguration -liconv -Xlinker -dependency_info -Xlinker .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp_dependency_info.dat -o .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp
duplicate symbol _UIApplicationRegisterUserNotificationSettings in:
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/AppDelegate.o
&amp;nbsp;&amp;nbsp;&amp;nbsp; .../MyApp/platforms/ios/build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/AppDelegate+APPRegisterUserNotificationSettings.o
ld: 1 duplicate symbol for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **


The following build commands failed:
&amp;nbsp;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7s/MyApp normal armv7s
&amp;nbsp;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/armv7/MyApp normal armv7
&amp;nbsp;Ld build/MyApp.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/MyApp normal arm64
(3 failures)
Command finished with error code 65: .../MyApp/platforms/ios/cordova/build --release,--device
Error: .../MyApp/platforms/ios/cordova/build: Command failed with exit code 65
&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.whenDone (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.EventEmitter.emit (events.js:98:17)
&amp;nbsp;&amp;nbsp;&amp;nbsp; at maybeClose (child_process.js:753:16)
&amp;nbsp;&amp;nbsp;&amp;nbsp; at Process.ChildProcess._handle.onexit (child_process.js:820:5)&lt;/PRE&gt;

&lt;P&gt;Hopefully you can give a Hand on that.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:09:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029399#M41407</guid>
      <dc:creator>Oliver_L_1</dc:creator>
      <dc:date>2015-07-28T13:09:50Z</dc:date>
    </item>
    <item>
      <title>The error is coming from a</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029400#M41408</link>
      <description>&lt;P&gt;The error is coming from a 'linker error'. Try removing your 3rd party plugins and building. Once that works, add them back in 1 at a time. There is more than likely a conflict with two of the plugins you selected.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 17:06:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029400#M41408</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-07-28T17:06:07Z</dc:date>
    </item>
    <item>
      <title>@ Shay s ~</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029401#M41409</link>
      <description>&lt;P&gt;@ Shay s ~&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11px; line-height: 16.5px;"&gt;Are all of your builds failing, or just one? Can you provide the name of the app? Did you include 3rd party plugins?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 17:07:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029401#M41409</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-07-28T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Hey John,</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029402#M41410</link>
      <description>&lt;P&gt;Hey John,&lt;BR /&gt;
	thanks for the info.&lt;/P&gt;

&lt;P&gt;The Problem seems to be the Plugin &lt;A href="mailto:de.appplant.cordova.plugin.local-notification@0.8.1"&gt;de.appplant.cordova.plugin.local-notification@0.8.1,&lt;/A&gt; I use it since a month without any Problem. But now, while including it, the build Fails...&lt;/P&gt;

&lt;P&gt;Any ideas? Ist tha same Version as allways!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 10:00:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029402#M41410</guid>
      <dc:creator>Oliver_L_1</dc:creator>
      <dc:date>2015-07-29T10:00:48Z</dc:date>
    </item>
    <item>
      <title>Are you referencing the</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029403#M41411</link>
      <description>&lt;P&gt;Are you referencing the plugin by ID or by Git repo name? My suspicion is the Corodova registry is causing the problem (it has been deprecated and occasionally has problems since that happened). Try including the plugin by referencing its git repo and ref tag, rather than via the ID. Here's the repo location: &lt;A href="https://github.com/katzer/cordova-plugin-local-notifications" target="_blank"&gt;https://github.com/katzer/cordova-plugin-local-notifications&lt;/A&gt; and here is a list of the releases for that plugin: &lt;A href="https://github.com/katzer/cordova-plugin-local-notifications/releases" target="_blank"&gt;https://github.com/katzer/cordova-plugin-local-notifications/releases&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Based on the release tags in that repo, you would specify the git repo like this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/katzer/cordova-plugin-local-notifications.git#0.8.0" target="_blank"&gt;https://github.com/katzer/cordova-plugin-local-notifications.git#0.8.0&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;to get the version you specified using the registry.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 15:14:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029403#M41411</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-07-29T15:14:38Z</dc:date>
    </item>
    <item>
      <title>Any reason you are including</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029404#M41412</link>
      <description>&lt;P&gt;Any reason you are including .0.8.1 ?&lt;/P&gt;

&lt;P&gt;I just created a new app, included the plugin (most recent), built it for iOS, installed it, and it fired the notifications as I coded it to do.&lt;/P&gt;

&lt;P&gt;If you want to see the code, let me know and Ill attach it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 16:45:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029404#M41412</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-07-29T16:45:15Z</dc:date>
    </item>
    <item>
      <title>Dear Paul and Hello John,</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029405#M41413</link>
      <description>&lt;P&gt;Dear Paul and Hello John,&lt;BR /&gt;
	there is just one reason to do so: Through specify an Version, I know when I update the Plugin (I have to include new Version). Then I can test the new Plugin-Version.&lt;/P&gt;

&lt;P&gt;While not specifying an Version, the Plugin author Releases an new Version and my App changes. If that raises some Errors, I will search on the wrong side of code for that Errors, because I didn't know there where an update of the Plugin.&lt;/P&gt;

&lt;P&gt;My Build still Fails, doesn't matter If I use ID or the Repo URL.&lt;/P&gt;

&lt;P&gt;What could be the Problem here? Why does the "ld" command fail, as soon as I add that Plugin? Why just in my Project, but not in John's Project?&lt;/P&gt;

&lt;P&gt;Clarify for all: It's more about: "I can't Build! It Fails!" than about "Local Notifications Plugin doesn't work".&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 07:22:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029405#M41413</guid>
      <dc:creator>Oliver_L_1</dc:creator>
      <dc:date>2015-07-30T07:22:25Z</dc:date>
    </item>
    <item>
      <title>I understand why (and</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029406#M41414</link>
      <description>&lt;P&gt;I understand why (and encourage) you to specify a version of a plugin once you find a version that works the way you want it to.&lt;/P&gt;

&lt;P&gt;I can see that you have successfully built your app a few times over the last few days. Are you removing a plugin, uploading building and getting it to succeed? Then adding a plugin back in, uploading, building and it failing?&lt;/P&gt;

&lt;P&gt;The error message in your logs when it fails says its a linker error, which typically means that you have a collision of plugins (that is out our control).&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029406#M41414</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-07-30T13:44:32Z</dc:date>
    </item>
    <item>
      <title>Are you removing a plugin,</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029407#M41415</link>
      <description>&lt;BLOCKQUOTE&gt;Are you removing a plugin, uploading building and getting it to succeed? Then adding a plugin back in, uploading, building and it failing?&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Yes, both. I delete the one Plugin I told you "local notifications" and than Build suceeded. Then I add it back (doesn't matter with repo-url with or without Version or id with or without Version) and then it Fails. As I told you: Beginning of the month I buid with all three Plugins without Problems... Something must chang in between so that it Fails now? Should I send you the whole Build Log?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 07:26:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029407#M41415</guid>
      <dc:creator>Oliver_L_1</dc:creator>
      <dc:date>2015-07-31T07:26:22Z</dc:date>
    </item>
    <item>
      <title>You need to figure out which</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029408#M41416</link>
      <description>&lt;P&gt;You need to figure out which of the other 3rd party plugins is having an issue with the local notifications plugin.&lt;/P&gt;

&lt;P&gt;Keep the local notifications plugins, remove the other two 3rd party plugins. Build. Add them in one at a time to see where the issue comes from. You can also check the repos of the the plugins to see if they were recently updated as well.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 12:43:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029408#M41416</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-07-31T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Regarding the issue of</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029409#M41417</link>
      <description>&lt;P&gt;Regarding the issue of changing plugin versions (if you don't specify a version), our EA release changes the way plugins are dealt with, resolving that issue. So that once you add a plugin to your project you will continue to use that same version until you choose to change it. The plugin becomes a permanent part of your project. You can try the EA release without having to uninstall your existing version. See this post for more details: &lt;A href="https://software.intel.com/en-us/forums/topic/561050" target="_blank"&gt;https://software.intel.com/en-us/forums/topic/561050&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;A future release of the XDK will incorporate this new form of plugin management that is available in the EA release.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:52:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029409#M41417</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-07-31T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Hey John,</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029410#M41418</link>
      <description>Hey John,
seems that you where right:

Just leaving local-notifications Plugin active, the Build works.
Now I search the other both. "Badges" was updated 16days ago AND 4 days ago.

I download them and add them to my src's to make sure there are no modifications wich I doesn't see.

Paul, Gregor Biswanger always told me about the future plan of how to deal with Plugins, really nice Idea. Looking Forward to see that for productiv enviroments.
As Long as it is in Alpha/beta, I can't use it in my Project. May I can do a small test, but "just for fun", not for the final app.

I will give you Feedback again, when I found what was wrong here.</description>
      <pubDate>Mon, 03 Aug 2015 10:43:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029410#M41418</guid>
      <dc:creator>Oliver_L_1</dc:creator>
      <dc:date>2015-08-03T10:43:56Z</dc:date>
    </item>
    <item>
      <title>Looks like I'am done:</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029411#M41419</link>
      <description>Looks like I'am done:

phonegap-backgroundjs-master + cordova-plugin-badge-0.6.4 + cordova-plugin-local-notifications-0.7.8, no newer Versions.

Now the build worked. I will test on the device, whether the plugins are working or not.</description>
      <pubDate>Mon, 03 Aug 2015 11:18:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-Server-offline/m-p/1029411#M41419</guid>
      <dc:creator>Oliver_L_1</dc:creator>
      <dc:date>2015-08-03T11:18:19Z</dc:date>
    </item>
  </channel>
</rss>

