<?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 I believe this error is being in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092664#M65820</link>
    <description>&lt;P&gt;I believe this error is being caused by the fact that our iOS build system does not yet support building with Xcode 7. You probably have a plugin that requires that version of Xcode to build. The only solution, until our build system is updated, is to try using an older version of the problem plugin. Based on the error message, it looks like it is the speech recognition plugin. To figure out which is the problem, remove your third-party plugins, one-by-one and build, until you determine which is causing the build problem. Then see if there's an older version of that plugin that will work.&lt;/P&gt;

&lt;P&gt;Sorry, but no hard estimate on when our build system will start using Xcode 7, it is in process...&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 19:05:48 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-01-19T19:05:48Z</dc:date>
    <item>
      <title>Issue when building iOS</title>
      <link>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092663#M65819</link>
      <description>&lt;P&gt;I am trying to do a build to iOS, but I am receiving a error that I can´t understand.&lt;/P&gt;

&lt;P&gt;The screen shows it:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;The build failed. An error occurred while building the application. Verify your build assets are correct and try again.&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;You can view the detailed log of the iOS build here
Build Log:
Building a Cordova 4.1.2 application.
Warning: We are deprecating the Intel XDK Cordova CLI 4.1.2 build system. This means that the CLI 4.1.2 build option will be retired at a future date (currently planned for March, 2016). We recommend that you start moving your projects to use the Intel XDK Cordova CLI 5.1.1 build option in preparation for the eventual discontinuation of the CLI 4.1.2 build option. Once CLI 4.1.2 is retired, you will no longer be able to use the Intel XDK to build using Cordova CLI 4.1.2.
The application name is "Fale para Bate-Papo v 2.0.0"
The package name is "com.hamiltonhtsnet.com.br.faleparabatepapo"
Will use the provisioning profile for "production"
Plugin "org.apache.cordova.speech.speechrecognition" (0.1.1) installed.
Plugin "org.apache.cordova.device" (0.2.13) installed.
Plugin "org.apache.cordova.splashscreen" (0.3.5) installed.
Plugin "com.google.admobsdk" (6.12.2) installed.
Plugin "com.google.playservices" (19.0.0) installed.
Plugin "com.rjfun.cordova.plugin.admob" (2.1.7) installed.
Plugin "org.apache.cordova.geolocation" (0.3.11) installed.
Plugin "org.apache.cordova.device-motion" (0.2.11) installed.
Plugin "uk.co.ilee.shake" (0.4.0) installed.
Plugin "cc.fovea.plugins.inapppurchase" (3.4.1) installed.
Plugin "org.chromium.common" (1.0.6) installed.
Plugin "com.google.payments" (2.1.0) installed.
Plugin "org.apache.cordova.vibration" (0.3.12) installed.
Plugin "org.apache.cordova.network-information" (0.2.14) installed.
Plugin "com.brodysoft.sqlitePlugin" (1.0.6) installed.
Plugin "com.cmackay.plugins.googleanalytics" (0.1.15) installed.
Plugin "cordova-plugin-appavailability" (0.4.2) installed.
Plugin "cordova-plugin-x-socialsharing" (5.0.9) installed.
Targeting iOS version 6.
Error: A build error occurred. Check the build log.&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The complete log is attached.&lt;/P&gt;

&lt;P&gt;The only message inside the log that seems to be a error is:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;ld: file is universal (4 slices) but does not contain a(n) armv7s slice: .../FaleParaBatePapo/platforms/ios/Fale para Bate-Papo v 2.0.0/Plugins/org.apache.cordova.speech.speechrecognition/libiSpeechSDK.a file '.../FaleParaBatePapo/platforms/ios/Fale para Bate-Papo v 2.0.0/Plugins/org.apache.cordova.speech.speechrecognition/libiSpeechSDK.a' for architecture armv7s

clang: error: linker command failed with exit code 1 (use -v to see invocation)&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;But I don´t know what it means...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 17:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092663#M65819</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2016-01-18T17:18:00Z</dc:date>
    </item>
    <item>
      <title>I believe this error is being</title>
      <link>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092664#M65820</link>
      <description>&lt;P&gt;I believe this error is being caused by the fact that our iOS build system does not yet support building with Xcode 7. You probably have a plugin that requires that version of Xcode to build. The only solution, until our build system is updated, is to try using an older version of the problem plugin. Based on the error message, it looks like it is the speech recognition plugin. To figure out which is the problem, remove your third-party plugins, one-by-one and build, until you determine which is causing the build problem. Then see if there's an older version of that plugin that will work.&lt;/P&gt;

&lt;P&gt;Sorry, but no hard estimate on when our build system will start using Xcode 7, it is in process...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:05:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092664#M65820</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-01-19T19:05:48Z</dc:date>
    </item>
    <item>
      <title>I will try, but it is very</title>
      <link>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092665#M65821</link>
      <description>&lt;P&gt;I will try, but it is very odd. I built this same app in iOS some days ago (begining of January) with the same plugins. I made some little changes only in the code.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:10:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092665#M65821</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2016-01-19T19:10:28Z</dc:date>
    </item>
    <item>
      <title>Its a very annoying error:</title>
      <link>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092666#M65822</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Its a very annoying error:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;because You cannot use some plugins (Xcode 7) is already a common used application and some plugins are only programmed with 7 and not earlier.&lt;/P&gt;

&lt;P&gt;same error here:&amp;nbsp;&lt;A class="question-hyperlink" href="http://stackoverflow.com/questions/12737736/ios-file-does-not-contain-an-armv7s-slice" style="margin-bottom: 0.5em; border: 0px; font-size: 24px; cursor: pointer; color: rgb(34, 36, 38); font-weight: normal; line-height: 1.35;"&gt;file does not contain an armv7s slice&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 00:13:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issue-when-building-iOS/m-p/1092666#M65822</guid>
      <dc:creator>Arjan_K_</dc:creator>
      <dc:date>2016-01-26T00:13:17Z</dc:date>
    </item>
  </channel>
</rss>

