<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>It works with 64 bits processors, but you must change the compilation parameters in Xcode.</div><div><br></div><div>My test profile is:</div><div>IPhone 5</div><div>Cordova 3.4</div><div>Xcode 5.1</div><div><br></div><div>There are several ways to do that. The easiest one is to remove the ios platform:</div><div><br></div><div>cordova platform remove ios</div><div><br></div><div>And then add it again, and afterwards cordova prepare etc.</div><div>This is not a permanent basis solution, but works well.</div><div><br><br>Enviado do meu iPad</div><div><br>No dia 02/04/2014, às 08:54, Erik Jan de Wit &lt;<a href="mailto:edewit@redhat.com">edewit@redhat.com</a>&gt; escreveu:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=windows-1252">Hi,<div><br></div><div>Thanks for trying our project, currently Cordova doesn’t support 64 bit builds (see the very long&nbsp;<a href="http://mail-archives.apache.org/mod_mbox/cordova-dev/201403.mbox/browser">discussion</a>&nbsp;about it). When that is fixed we’ll need to update our push library to also support 64 bit (I’ve create an&nbsp;<a href="https://issues.jboss.org/browse/AEROGEAR-1463">issue</a>). Cordova already fixed their issue we just need to wait for a release and then you are good to go.</div><div><br></div><div>Hope you can wait for that to happen,</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Cheers,</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>Erik Jan</div><div><br><div><div>On 1 Apr,2014, at 22:37 , johnbran &lt;<a href="mailto:john@goabits.com">john@goabits.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello,<br>I am running xcode 5.1 and cordova 3.4. &nbsp;When I test my app on an iPhone 4<br>it works without issue. When I run it on an 5s (64bits) or in the 64bit<br>iphone simulator I get the following errors...<br><br>ld: warning: ignoring file<br>/Users/johnbran/cordova/z1/platforms/ios/z1/Plugins/org.jboss.aerogear.cordova.push/libpush-sdk-0.8.1.a,<br>missing required architecture x86_64 in file<br>/Users/johnbran/cordova/z1/platforms/ios/z1/Plugins/org.jboss.aerogear.cordova.push/libpush-sdk-0.8.1.a<br>(3 slices)<br>Undefined symbols for architecture x86_64:<br> &nbsp;"_OBJC_CLASS_$_AGDeviceRegistration", referenced from:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objc-class-ref in PushPlugin.o<br>ld: symbol(s) not found for architecture x86_64<br>clang: error: linker command failed with exit code 1 (use -v to see<br>invocation)<br><br>If I choose to compile only to 32bits using $(ARCHS_STANDARD_32_BIT) in the<br>Architecture build settings, Cordova throws errors.<br><br>Does Aero push for iOS support 64bits? &nbsp;I got it working nicely in Android<br>and would like to use the same system for iOS.<br><br>Thanks<br><br><br><br>--<br>View this message in context: <a href="http://aerogear-dev.1069024.n5.nabble.com/Aero-push-iOS-64bit-tp7258.html">http://aerogear-dev.1069024.n5.nabble.com/Aero-push-iOS-64bit-tp7258.html</a><br>Sent from the aerogear-dev mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>aerogear-dev mailing list<br><a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br></blockquote></div><br></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>aerogear-dev mailing list</span><br><span><a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a></span><br><span><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a></span></div></blockquote></body></html>