googleads-ima-ios
googleads-ima-ios copied to clipboard
IMA sdk doesn't compile on MacBook Pro with M1 chip
After adding pod reference to my podfile as following
pod 'GoogleAds-IMA-iOS-SDK'
and launching a pod install
command, my app doesn't compile anymore on my MacBook Pro M1 using any iOS Simulator target facing the following compile time error:
Could not find module 'AnyModuleName' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator, at: /Users/.../.../Debug-iphonesimulator/AnyModuleName.swiftmodule
Same project with the same podfile works without any problems on an Intel MacBook Pro (2,6 GHz 6-Core Intel Core i7).
They haven't updated this to build an .xcframework yet. A lot of the google sdks don't. @google-admin can you give an ETA on when you intend to support this? While you're at it could you also support SPM? This is literally a 1-2 day job.
The same issue here. @google-admin can you give us an ETA when you plan to support M1 and when will it support SPM?
Is this fixed now? in what version?
@madmet I was unable to replicate this issue. Here is what I did.
- ran
pod install
onSwift/BasicExample
- Opened the workspace
- Ran the project
Please let me know if you have alternative steps.
The IMA SDK for iOS has been packaged as an SDK since version v3.16.3. Without confirmed reproducibility on a recent version I'm closing this as resolved for now