Hello everyone. I’m having some troubles while trying to build my application for the iOS platform.
error message: ld: file is universal (4 slices) but does not contain a(n) armv7 slice: project/Plugins/com.googlemaps.ios/GoogleMapsCore.framework/GoogleMapsCore file 'project/Plugins/com.googlemaps.ios/GoogleMapsCore.framework/GoogleMapsCore' for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It seems to be related to the google maps plugin? Have you checked the repo for the plugin to see if anyone else had this problem with the plugin as well?
Thanks for your answer!
Yes I have checked the plugin repo and didn’t find nothing like this. I also searched for this specific error and nothing that I’ve found has helped me on solving this issue.
I’ll give that a try and then update this post to tell if it was successfull or not, thanks.
Update 1: After starting a brand new project and adding the google maps plugin it all worked correctly, I’m now going to add other plugins that may be conflicting with this google maps one.
Update 2: I removed the google maps plugin and managed to successfully build the application, but the application is not going any further than the splashscreen.