<?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 Same problem ! in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086523#M63618</link>
    <description>&lt;P&gt;Same problem !&lt;/P&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal; widows: auto; word-wrap: break-word; white-space: pre-wrap;"&gt;** BUILD FAILED **
The following build commands failed:
	Ld build/Pushwoosh-Sample.build/Release-iphoneos/Pushwoosh-Sample.build/Objects-normal/armv7s/Pushwoosh-Sample normal armv7s&lt;/PRE&gt;</description>
    <pubDate>Sun, 03 Jan 2016 13:23:49 GMT</pubDate>
    <dc:creator>Idan_H_</dc:creator>
    <dc:date>2016-01-03T13:23:49Z</dc:date>
    <item>
      <title>Build error using PushWoosh</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086513#M63608</link>
      <description>&lt;P&gt;I have added PushWoosh to an app that previously compiled OK.&lt;/P&gt;

&lt;P&gt;I've added a new provisioning profile and certificate created from PushWoosh (Auto), but I get the following error on build for iOS. Android builds OK.&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Ld build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/arm64/myappname normal arm64
    cd .../myappnameV9PUSH/platforms/ios
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    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"
    /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.../myappnameV9PUSH/platforms/ios/build/device -L.../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh -F.../myappnameV9PUSH/platforms/ios/build/device -filelist .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/arm64/myappname.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 .../myappnameV9PUSH/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -weak_framework AudioToolbox -framework CoreLocation -weak_framework ImageIO -framework AVFoundation -liconv -framework CoreVideo -framework QuartzCore -framework CoreImage -weak_framework SystemConfiguration .../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh/Pushwoosh -framework Security -framework Storekit -lstdc++ -lz -Xlinker -dependency_info -Xlinker .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/arm64/myappname_dependency_info.dat -o .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/arm64/myappname

Ld build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7s/myappname normal armv7s
    cd .../myappnameV9PUSH/platforms/ios
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    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"
    /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.../myappnameV9PUSH/platforms/ios/build/device -L.../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh -F.../myappnameV9PUSH/platforms/ios/build/device -filelist .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7s/myappname.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 .../myappnameV9PUSH/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -weak_framework AudioToolbox -framework CoreLocation -weak_framework ImageIO -framework AVFoundation -liconv -framework CoreVideo -framework QuartzCore -framework CoreImage -weak_framework SystemConfiguration .../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh/Pushwoosh -framework Security -framework Storekit -lstdc++ -lz -Xlinker -dependency_info -Xlinker .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7s/myappname_dependency_info.dat -o .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7s/myappname
ld: file is universal (4 slices) but does not contain a(n) armv7s slice: .../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh/Pushwoosh file '.../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh/Pushwoosh' for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Ld build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7/myappname normal armv7
    cd .../myappnameV9PUSH/platforms/ios
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    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"
    /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.../myappnameV9PUSH/platforms/ios/build/device -L.../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh -F.../myappnameV9PUSH/platforms/ios/build/device -filelist .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7/myappname.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 .../myappnameV9PUSH/platforms/ios/build/device/libCordova.a -framework CoreGraphics -framework MobileCoreServices -weak_framework AudioToolbox -framework CoreLocation -weak_framework ImageIO -framework AVFoundation -liconv -framework CoreVideo -framework QuartzCore -framework CoreImage -weak_framework SystemConfiguration .../myappnameV9PUSH/platforms/ios/myappname/Plugins/com.pushwoosh.plugins.pushwoosh/Pushwoosh -framework Security -framework Storekit -lstdc++ -lz -Xlinker -dependency_info -Xlinker .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7/myappname_dependency_info.dat -o .../myappnameV9PUSH/platforms/ios/build/myappname.build/Release-iphoneos/myappname.build/Objects-normal/armv7/myappname

** BUILD FAILED **&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 16:30:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086513#M63608</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-11-26T16:30:15Z</dc:date>
    </item>
    <item>
      <title>Nick, can you attach the</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086514#M63609</link>
      <description>&lt;P&gt;Nick, can you attach the entire build log, I think the key lines are further north in that file.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 01:33:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086514#M63609</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-01T01:33:09Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086515#M63610</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have PM'd you with the log file.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 16:12:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086515#M63610</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-12-01T16:12:24Z</dc:date>
    </item>
    <item>
      <title>Nick -- no PM with a log. For</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086516#M63611</link>
      <description>&lt;P&gt;Nick -- no PM with a log. For something like a build log, please just attach it directly to your forum post. Use the "Attach Media" button below the edit window when you are creating a new post. Paul&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 20:49:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086516#M63611</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-01T20:49:39Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086517#M63612</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Not sure what happen there then&lt;/P&gt;

&lt;P&gt;Log attached below.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 23:34:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086517#M63612</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-12-01T23:34:44Z</dc:date>
    </item>
    <item>
      <title>I'm not seeing any useful</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086518#M63613</link>
      <description>&lt;P&gt;I'm not seeing any useful information in that build log, :( This may be a case where Xcode 7 is required to build with this plugin. There are a few out there and our iOS build system has not yet been upgraded to use Xcode 7.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 01:28:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086518#M63613</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-02T01:28:19Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086519#M63614</link>
      <description>&lt;P&gt;Hi Paul&lt;/P&gt;

&lt;P&gt;Thanks for the update.&lt;/P&gt;

&lt;P&gt;Somewhat confused as I believe there are developers on this forum using PushWoosh in their projects, but I have been unable to pinpoint the cause of the error.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 10:18:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086519#M63614</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-12-03T10:18:05Z</dc:date>
    </item>
    <item>
      <title>The confusion is probably due</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086520#M63615</link>
      <description>&lt;P&gt;The confusion is probably due to the differences between the CLI 4 and CLI 5 build systems. We're seeing lots of situations where things that work well on CLI 4.1.2 don't work well on CLI 5.1.1, and vice versa.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 21:34:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086520#M63615</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-07T21:34:48Z</dc:date>
    </item>
    <item>
      <title>I ran into something similar</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086521#M63616</link>
      <description>&lt;P&gt;I ran into something similar with a third-party library. &amp;nbsp;I could be wrong, but I believe this is caused by incompatible build options between an underlying library associated with the plugin and the Intel XDK Build Service compile options.&lt;/P&gt;

&lt;P&gt;In Xcode 6, Apple removed the armv7s architecture from the standard build settings. &amp;nbsp;Because of this, the armv7s options is excluded from the creation of the a library (.a) associated with the plugin - more likely to happen with newer or frequently updated libraries. &amp;nbsp;Because the Intel XDK Build Service includes the armv7s architecture option when compiling, an error is throw because the plugin library lacks support for it. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Here's an article discussing this condition:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.cocoanetics.com/2014/10/xcode-6-drops-armv7s/"&gt;https://www.cocoanetics.com/2014/10/xcode-6-drops-armv7s/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Solutions include getting the plugin/library developer to include armv7s in the compile/link options when building the underlying library. Or excluding armv7s from the Intel XDK build options (not sure how).&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2015 03:35:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086521#M63616</guid>
      <dc:creator>Jim_G_</dc:creator>
      <dc:date>2015-12-19T03:35:23Z</dc:date>
    </item>
    <item>
      <title>We're in the process of</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086522#M63617</link>
      <description>&lt;P&gt;We're in the process of updating our iOS build systems so they use Xcode 7 rather than Xcode 6. I expect this to resolve most of these issues. Unfortunately, we are not allowed to publish a timeline as to when that change will happen. All I can say is that it is in process.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2015 03:55:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086522#M63617</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-19T03:55:04Z</dc:date>
    </item>
    <item>
      <title>Same problem !</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086523#M63618</link>
      <description>&lt;P&gt;Same problem !&lt;/P&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal; widows: auto; word-wrap: break-word; white-space: pre-wrap;"&gt;** BUILD FAILED **
The following build commands failed:
	Ld build/Pushwoosh-Sample.build/Release-iphoneos/Pushwoosh-Sample.build/Objects-normal/armv7s/Pushwoosh-Sample normal armv7s&lt;/PRE&gt;</description>
      <pubDate>Sun, 03 Jan 2016 13:23:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086523#M63618</guid>
      <dc:creator>Idan_H_</dc:creator>
      <dc:date>2016-01-03T13:23:49Z</dc:date>
    </item>
    <item>
      <title>Same problem! I have been</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086524#M63619</link>
      <description>&lt;P&gt;Same problem! I have been trying to get PushWoosh working again for three days with no success. I even tried switching my code over to Urban Airship without much success. Any ETA on when this might be resolved?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 06:57:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086524#M63619</guid>
      <dc:creator>Aaron_C_1</dc:creator>
      <dc:date>2016-01-18T06:57:09Z</dc:date>
    </item>
    <item>
      <title>We do not yet have an updated</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086525#M63620</link>
      <description>&lt;P&gt;We do not yet have an updated iOS build, that includes Xcode 7. In the meantime, your best bet is to use an older version of the plugin.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:17:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086525#M63620</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-01-19T17:17:52Z</dc:date>
    </item>
    <item>
      <title>The build server is now</title>
      <link>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086526#M63621</link>
      <description>&lt;P&gt;The build server is now updated to xcode7, the armv7s build issue should be resolved&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:41:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Build-error-using-PushWoosh/m-p/1086526#M63621</guid>
      <dc:creator>Rakshith_K_Intel</dc:creator>
      <dc:date>2016-03-09T22:41:54Z</dc:date>
    </item>
  </channel>
</rss>

