-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin not up to date for arm64 #76
Comments
is there any permanent solution to this issue yet? |
+1 |
2 similar comments
+1 |
+1 |
So whats the easiest solution for tracking iOS via GA now ? Is there a fork that works ? |
If you find one please share it here! AFAIK there is nothing that works on latest Cordova/PhoneGap/Xcode (yet) =/ From: Mladen Petrovic [mailto:[email protected]] So whats the easiest solution for tracking iOS via GA now? Is there a fork that works ? — |
@mladenp @cemerson we are currently using google-analytics-plugin in production(latest Cordova, Xcode and iOS) without any problems. |
Really? Are you able to compile in latest Xcode with latest Cordova/PhoneGap and test/run on device? Last time I tried (w/multiple forks/versions of GAplugin – including that one) I ran into arm64 build errors. I tried quite a bit of fiddling around with Xcode Architecture settings too but couldn’t get anything to build. From: Matias Singers [mailto:[email protected]] @mladenphttps://github.com/mladenp @cemersonhttps://github.com/cemerson we are currently using google-analytics-pluginhttps://github.com/danwilson/google-analytics-plugin in production(latest Cordova, Xcode and iOS) without any problems. — |
@cemerson yes, we are currently running |
that's what I did also to solve this issue |
Hrmm – guess I’ll give it another try – thanks guys From: christopher5106 [mailto:[email protected]] that's what I did also to solve this issue — |
@matiassingers thanks that one works, even Real-Time tracking is working, but only after first 24h. |
Does someone have this working in 4.0? I have tried countless solutions on here and nothing seems to work. Cordova iOS 3.6.3 is not the latest version as seems to be mentioned here. |
Normally I would just subscribe to the issue and not troll but... according to the Organizer tool, apps need to include 64-bit support by February 1st! We are running out of time people |
+1 compiling with -arch arm64 yields linking errors for missing symbols:
|
This plugin is using the analytics sdk v2, which is in legacy. Is it even possible to think of porting this plugin to arm64 considering this fact? |
For folks using PhoneGap Build, I think it may be working/supported now. I uploaded a project pointing to version 2.3.1 but got a build failure, stating that it wasn't built for ARM 64. I updated to the latest version:
and it successfully built. Initial tests seem positive. Can anyone else confirm? |
This is great news (not the PG build part, but the ARM 64 support). I will report back if no one else does when I revisit this soon. From: Matt Netkow [mailto:[email protected]] For folks using PhoneGap Build, I think it may be working/supported now. I uploaded a project pointing to version 2.3.1 but got a build failure, stating that it wasn't built for ARM 64. I updated to the latest version: <gap:plugin name="com.adobe.plugins.gaplugin" version="2.4.0" /> and it successfully built. Initial tests seem positive. Can anyone else confirm? — |
Just reporting back that the ARM 64 issue seems to be resolved now. I can build to iOS devices finally! Thanks whoever is responsible for this! |
When updating Xcode and Cordova, we get :
a first error that we can easily solve by adding SystemConfiguration.framework
a second error due to the fact the google analytics library has not been updated :
Fixed by the 3.03 release,
https://developers.google.com/analytics/devguides/collection/ios/resources
64-bit support is now available in v3.03 of the Google Analytics Services SDK for iOS.
In order to solve it quick on my side, I've compiled the app without arm64, but this is not a long term solution.
Could you please update your plugin this issue ?
Thanks
The text was updated successfully, but these errors were encountered: