Closed sgabello closed 2 years ago
Hello, could you review this pull request so that the adapters generated will include the slice for apple silicon MacBooks?
Thanks
@sgabello we are actively looking into updating this for each adapter that we can for the upcoming release.
A couple of reasons that make it difficult to accept your PR directly:
Due to the above, we plan to work on this separately. We are trying to do this ASAP as part of each adapter's next release, which in order to use GMA SDK v9 we will need new podspecs for all adapters anyways, so this should happen soon. But keep in mind that if you do use CocoaPods, upgrading to the new adapters will require updating your GMA SDK to version 9.0.0.
@ericleich thanks you so much for the reply.
Just a couple of notes:
In general I'm just really surprised no one is having this issue considering that M1 Macs have been around for more than one year now and AdMob is of course very popular among app developers.
To be honest it is not a big deal for me as I now have my fork that I use every time I need to update the SDKs... it's just a little time consuming to manually build the adapters every time.
Mainly I was just trying to make life easier to other fellow devs that might get stuck on this and don't know how to do it. Maybe it would be a good idea to add a note on the official documentation to explain that arm64 support is being added and adapters can be built manually from source in the meanwhile. It took me quite a bit to figure it out. :)
Anyway... Thank you so much for taking the time to reply to my PR and explain why it can't be integrated at the moment. I really appreciated it! Thanks again!
I guess I can close the pull request then?
This will make the .xcframework work correctly on Apple Silicon M1 Macs.
Please note that YANDEX, VPON and MOBFOX build scripts don't use .xcframework and therefore I haven't implemented the changes for these adapters #329