<?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>tópico This appears to be an issue na Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/iOS-Build-error-Cannot-compile-plugin-because-Auto-Layout-is/m-p/1103872#M69759</link>
    <description>&lt;P&gt;This appears to be an issue with the plugin itself. As mentioned in the error, the plugin is attempting to use auto-layout constraints which allows the datepicker to be sized appropriately on devices of varying screen sizes. I recommend posting an issue to the &lt;A href="https://github.com/VitaliiBlagodir/cordova-plugin-datepicker/issues"&gt;plugin's developer Github repo&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2015 22:46:03 GMT</pubDate>
    <dc:creator>Elroy_A_Intel</dc:creator>
    <dc:date>2015-12-10T22:46:03Z</dc:date>
    <item>
      <title>iOS: Build error: Cannot compile plugin because Auto Layout is required</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Build-error-Cannot-compile-plugin-because-Auto-Layout-is/m-p/1103871#M69758</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px;"&gt;When trying to build the app targeting iOS 6 and above, it aborts with an error:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:;"&gt;CompileXIB [myproject].de/Resources/DatePicker.xib
    cd .../[myproject]app/platforms/ios
    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"
    export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --target-device iphone --target-device ipad --errors --warnings --notices --module [myproject]_de --minimum-deployment-target 6 --output-partial-info-plist .../[myproject]app/platforms/ios/build/[myproject].de.build/Release-iphoneos/[myproject].de.build/DatePicker-PartialInfo.plist --auto-activate-custom-fonts --output-format human-readable-text --compile .../[myproject]app/platforms/ios/build/device/[myproject].de.app/DatePicker.nib .../[myproject]app/platforms/ios/[myproject].de/Resources/DatePicker.xib
/* com.apple.ibtool.document.errors */
.../[myproject]app/platforms/ios/[myproject].de/Resources/DatePicker.xib:CHZ-tf-She: error: Auto Layout on iOS Versions prior to 6.0
.../[myproject]app/platforms/ios/[myproject].de/Resources/DatePicker.xib:SUg-U1-bKY: error: Auto Layout on iOS Versions prior to 6.0
.../[myproject]app/platforms/ios/[myproject].de/Resources/DatePicker.xib:xq4-6B-F5W: error: Auto Layout on iOS Versions prior to 6.0
.../[myproject]app/platforms/ios/[myproject].de/Resources/DatePicker.xib:1: error: Auto Layout on iOS Versions prior to 6.0
.../[myproject]app/platforms/ios/[myproject].de/Resources/DatePicker.xib:b2J-jW-BgT: error: Auto Layout on iOS Versions prior to 6.0
.../[myproject]app/platforms/ios/[myproject].de/Resources/DatePicker.xib:FEs-Wn-Ur2: error: Auto Layout on iOS Versions prior to 6.0&lt;/PRE&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px;"&gt;The Plugin is from&amp;nbsp;&lt;A href="https://github.com/VitaliiBlagodir/cordova-plugin-datepicker"&gt;https://github.com/VitaliiBlagodir/cordova-plugin-datepicker&lt;/A&gt;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px;"&gt;It works when setting the target to iOS 7 and above. Is this a problem caused by XDK or by the Plugin? Is there any directive I can add to my&amp;nbsp;intelxdk.config.additions.xml to solve this problem?&lt;/P&gt;

&lt;P style="box-sizing: border-box; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; line-height: 22.4px; margin-bottom: 0px !important;"&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 15:34:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Build-error-Cannot-compile-plugin-because-Auto-Layout-is/m-p/1103871#M69758</guid>
      <dc:creator>Jannes_D_</dc:creator>
      <dc:date>2015-12-10T15:34:28Z</dc:date>
    </item>
    <item>
      <title>This appears to be an issue</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Build-error-Cannot-compile-plugin-because-Auto-Layout-is/m-p/1103872#M69759</link>
      <description>&lt;P&gt;This appears to be an issue with the plugin itself. As mentioned in the error, the plugin is attempting to use auto-layout constraints which allows the datepicker to be sized appropriately on devices of varying screen sizes. I recommend posting an issue to the &lt;A href="https://github.com/VitaliiBlagodir/cordova-plugin-datepicker/issues"&gt;plugin's developer Github repo&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 22:46:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Build-error-Cannot-compile-plugin-because-Auto-Layout-is/m-p/1103872#M69759</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2015-12-10T22:46:03Z</dc:date>
    </item>
    <item>
      <title>Auto-Layout was introduced in</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Build-error-Cannot-compile-plugin-because-Auto-Layout-is/m-p/1103873#M69760</link>
      <description>&lt;P&gt;Auto-Layout was introduced in iOS 6 but the developer may not have handled all the necessary cases.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 22:47:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Build-error-Cannot-compile-plugin-because-Auto-Layout-is/m-p/1103873#M69760</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2015-12-10T22:47:27Z</dc:date>
    </item>
  </channel>
</rss>

