[aerogear-dev] Aero push iOS 64bit?

Miiguel Lemos miguel21op at gmail.com
Wed Apr 2 05:05:22 EDT 2014


It works with 64 bits processors, but you must change the compilation parameters in Xcode.

My test profile is:
IPhone 5
Cordova 3.4
Xcode 5.1

There are several ways to do that. The easiest one is to remove the ios platform:

cordova platform remove ios

And then add it again, and afterwards cordova prepare etc.
This is not a permanent basis solution, but works well.


Enviado do meu iPad

No dia 02/04/2014, às 08:54, Erik Jan de Wit <edewit at redhat.com> escreveu:

> Hi,
> 
> Thanks for trying our project, currently Cordova doesn’t support 64 bit builds (see the very long discussion about it). When that is fixed we’ll need to update our push library to also support 64 bit (I’ve create an issue). Cordova already fixed their issue we just need to wait for a release and then you are good to go.
> 
> Hope you can wait for that to happen,
> 	Cheers,
> 		Erik Jan
> 
>> On 1 Apr,2014, at 22:37 , johnbran <john at goabits.com> wrote:
>> 
>> Hello,
>> I am running xcode 5.1 and cordova 3.4.  When I test my app on an iPhone 4
>> it works without issue. When I run it on an 5s (64bits) or in the 64bit
>> iphone simulator I get the following errors...
>> 
>> ld: warning: ignoring file
>> /Users/johnbran/cordova/z1/platforms/ios/z1/Plugins/org.jboss.aerogear.cordova.push/libpush-sdk-0.8.1.a,
>> missing required architecture x86_64 in file
>> /Users/johnbran/cordova/z1/platforms/ios/z1/Plugins/org.jboss.aerogear.cordova.push/libpush-sdk-0.8.1.a
>> (3 slices)
>> Undefined symbols for architecture x86_64:
>>  "_OBJC_CLASS_$_AGDeviceRegistration", referenced from:
>>      objc-class-ref in PushPlugin.o
>> ld: symbol(s) not found for architecture x86_64
>> clang: error: linker command failed with exit code 1 (use -v to see
>> invocation)
>> 
>> If I choose to compile only to 32bits using $(ARCHS_STANDARD_32_BIT) in the
>> Architecture build settings, Cordova throws errors.
>> 
>> Does Aero push for iOS support 64bits?  I got it working nicely in Android
>> and would like to use the same system for iOS.
>> 
>> Thanks
>> 
>> 
>> 
>> --
>> View this message in context: http://aerogear-dev.1069024.n5.nabble.com/Aero-push-iOS-64bit-tp7258.html
>> Sent from the aerogear-dev mailing list archive at Nabble.com.
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
> 
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20140402/85eac03d/attachment-0001.html 


More information about the aerogear-dev mailing list