<?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 The App ID that I have used in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002040#M30520</link>
    <description>The App ID that I have used is "com.profile.distribution".It is the bundle identifier of the provisioning profile that i have used in the application.

So do you suggest I should change the App ID to something like com.zahnk.MyApp

I did change the App name to zahnk which is also the project name .But still the error persisted.</description>
    <pubDate>Fri, 15 May 2015 05:40:19 GMT</pubDate>
    <dc:creator>ameeduddin_s_</dc:creator>
    <dc:date>2015-05-15T05:40:19Z</dc:date>
    <item>
      <title>Ios Build error</title>
      <link>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002037#M30517</link>
      <description>Hi,
 I have been trying rigorously to make an ios Build but don't know what is the problem.I have uploaded the certificate and provisioning too.But even trying every thing I have been unsuccessful.Please help me out. Each time I try to build the application the error is like :

The build failed. An error occurred while building the application. Verify your build assets are correct and try again. and the error log is :

Installing "org.apache.cordova.device-motion" for ios
Installing "org.apache.cordova.camera" for ios
Installing "org.apache.cordova.file" for ios
Installing "org.apache.cordova.media-capture" for ios
Installing "org.apache.cordova.device-orientation" for ios
Installing "org.apache.cordova.network-information" for ios
Installing "org.apache.cordova.contacts" for ios
Installing "org.apache.cordova.device" for ios
Installing "org.apache.cordova.battery-status" for ios
Installing "org.apache.cordova.geolocation" for ios
Installing "org.apache.cordova.globalization" for ios
Installing "org.apache.cordova.inappbrowser" for ios
Installing "org.apache.cordova.media" for ios
Installing "org.apache.cordova.dialogs" for ios
Installing "org.apache.cordova.vibration" for ios
Installing "org.apache.cordova.splashscreen" for ios
Installing "com.intel.xdk.audio" for ios
Installing "com.intel.xdk.cache" for ios
Installing "com.intel.xdk.camera" for ios
Installing "com.intel.xdk.contacts" for ios
Installing "com.intel.xdk.device" for ios
Installing "com.intel.xdk.file" for ios
Installing "com.intel.xdk.player" for ios
Generating config.xml from defaults for platform "ios"
Calling plugman.prepare for platform "ios"
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.device-motion',
  'org.apache.cordova.camera',
  'org.apache.cordova.file',
  'org.apache.cordova.media-capture',
  'org.apache.cordova.device-orientation',
  'org.apache.cordova.network-information',
  'org.apache.cordova.contacts',
  'org.apache.cordova.device',
  'org.apache.cordova.battery-status',
  'org.apache.cordova.geolocation',
  'org.apache.cordova.globalization',
  'org.apache.cordova.inappbrowser',
  'org.apache.cordova.media',
  'org.apache.cordova.dialogs',
  'org.apache.cordova.vibration',
  'org.apache.cordova.splashscreen',
  'com.intel.xdk.audio',
  'com.intel.xdk.cache',
  'com.intel.xdk.camera',
  'com.intel.xdk.contacts',
  'com.intel.xdk.device',
  'com.intel.xdk.file',
  'com.intel.xdk.player' ]
Writing out cordova_plugins.js...
Wrote out iOS Bundle Identifier to "com.profile.distribution"
Wrote out iOS Bundle Version to "1.0.0"
mv: dest file already exists: .../zahnk/platforms/ios/zahnk/Zahnk-Info.plist

mv: dest file already exists: .../zahnk/platforms/ios/zahnk/Zahnk-Prefix.pch

shell.js: internal error
Error: EINVAL, invalid argument '.../zahnk/platforms/ios/zahnk.xcodeproj'
    at Object.fs.renameSync (fs.js:543:18)
    at /Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/mv.js:77:8
    at Array.forEach (native)
    at Object._mv (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/mv.js:53:11)
    at Object.mv (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/common.js:186:23)
    at pbxProject.&lt;ANONYMOUS&gt; (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:162:27)
    at pbxProject.EventEmitter.emit (events.js:98:17)
    at pbxProject.&lt;ANONYMOUS&gt; (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/xcode/lib/pbxProject.js:30:18)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at handleMessage (child_process.js:322:10)

The build log displays :-------
Building a Cordova 4.1.2 application.
The application name is "Zahnk"
The package name is "com.profile.distribution"
Will use the provisioning profile for "adhoc"
Plugin "org.apache.cordova.device-motion" (0.2.11) installed.
Plugin "org.apache.cordova.camera" (0.3.4) installed.
Plugin "org.apache.cordova.file" (1.3.2) installed.
Plugin "org.apache.cordova.media-capture" (0.3.5) installed.
Plugin "org.apache.cordova.device-orientation" (0.3.10) installed.
Plugin "org.apache.cordova.network-information" (0.2.14) installed.
Plugin "org.apache.cordova.contacts" (0.2.15) installed.
Plugin "org.apache.cordova.device" (0.2.13) installed.
Plugin "org.apache.cordova.battery-status" (0.2.12) installed.
Plugin "org.apache.cordova.geolocation" (0.3.11) installed.
Plugin "org.apache.cordova.globalization" (0.3.3) installed.
Plugin "org.apache.cordova.inappbrowser" (0.5.4) installed.
Plugin "org.apache.cordova.media" (0.2.15) installed.
Plugin "org.apache.cordova.dialogs" (0.2.11) installed.
Plugin "org.apache.cordova.vibration" (0.3.12) installed.
Plugin "org.apache.cordova.splashscreen" (0.3.5) installed.
Plugin "com.intel.xdk.audio" (1.0.0) installed.
Plugin "com.intel.xdk.cache" (1.0.0) installed.
Plugin "com.intel.xdk.camera" (1.0.5) installed.
Plugin "com.intel.xdk.contacts" (1.0.4) installed.
Plugin "com.intel.xdk.device" (1.0.9) installed.
Plugin "com.intel.xdk.file" (1.0.1) installed.
Plugin "com.intel.xdk.player" (1.0.0) installed.
Targeting iOS version 6.
An unexpected error occured while attempting to build the application


please provide a workaround how to resolve this issue.Its been days since I am stuck into this.

Also please  note I am using a distribution provisioning profile and have selected adhoc as well as production in the project -&amp;gt; build settings  and have named the APP Id as the bundle identifier of the provisioning profile.I have also included the provisioning in the www folder of the app.

Please help me out
Ameeduddin&lt;/ANONYMOUS&gt;&lt;/ANONYMOUS&gt;</description>
      <pubDate>Thu, 14 May 2015 13:19:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002037#M30517</guid>
      <dc:creator>ameeduddin_s_</dc:creator>
      <dc:date>2015-05-14T13:19:45Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002038#M30518</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is it possible for you to email me your code? So that I can look into &amp;nbsp;and help to resolve your problem.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Amrita&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 15:39:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002038#M30518</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-05-14T15:39:09Z</dc:date>
    </item>
    <item>
      <title>A couple things to try.</title>
      <link>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002039#M30519</link>
      <description>&lt;P&gt;A couple things to try.&lt;/P&gt;

&lt;P&gt;1. Your BundleID seems pretty generic, not specific to your app (com.profile.distribution). Is that what you have setup on Apples site?&lt;/P&gt;

&lt;P&gt;2. Can you Change the name of your app from "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Zahnk" to something else like, "abcdef". &amp;nbsp;The reason being, I &amp;nbsp;have seen the&amp;nbsp;&lt;STRONG&gt;EINVAL&lt;/STRONG&gt;&amp;nbsp;error before and it relates to the name you created your project with (shows up as in the XDK) and what you specify in the build settings. If they are the same, but the case is different, Cordova has an issue. So to rule this out, change it to something else.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;3. Do you have &amp;nbsp;a build log that you can download and attach to this post?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 15:39:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002039#M30519</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-05-14T15:39:53Z</dc:date>
    </item>
    <item>
      <title>The App ID that I have used</title>
      <link>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002040#M30520</link>
      <description>The App ID that I have used is "com.profile.distribution".It is the bundle identifier of the provisioning profile that i have used in the application.

So do you suggest I should change the App ID to something like com.zahnk.MyApp

I did change the App name to zahnk which is also the project name .But still the error persisted.</description>
      <pubDate>Fri, 15 May 2015 05:40:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002040#M30520</guid>
      <dc:creator>ameeduddin_s_</dc:creator>
      <dc:date>2015-05-15T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Look at the build log (the</title>
      <link>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002041#M30521</link>
      <description>&lt;P&gt;Look at the build log (the one you click on ) at the end of a failed build. You will see this:&lt;/P&gt;

&lt;P&gt;Check dependencies&lt;BR /&gt;
	Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“ProfileInhouseDistribution”) has an AppID of “com.profile.distribution” which does not match your bundle identifier “not.yet.specified”.&lt;BR /&gt;
	CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.0'&lt;/P&gt;

&lt;P&gt;** BUILD FAILED **&lt;/P&gt;

&lt;P&gt;In the XDK, under the Projects tab, you never changed the bundle ID to match what you created on Apples site, &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This appears earlier in the log,&lt;/P&gt;

&lt;P&gt;Wrote out iOS Bundle Identifier to "not.yet.specified"&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 13:28:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Ios-Build-error/m-p/1002041#M30521</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-05-15T13:28:05Z</dc:date>
    </item>
  </channel>
</rss>

