You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a multiplatform target app with both iOS/iPad and Mac target platforms. I've already set GoogleMobileAds filter to iOS only. It builds fine no problem to all platforms.
So I can run the application without a hitch with the My Mac schema. But the previews specifically for My Mac are broken.
Preview logs as follows:
== PREVIEW UPDATE ERROR:
SchemeBuildError: Failed to build the scheme “MyList”
While building for macOS, no library for this platform was found in '/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-mobile-ads/GoogleMobileAds/GoogleMobileAds.xcframework'. (in target 'GoogleMobileAdsTarget' from project 'GoogleMobileAds')
Build target GoogleMobileAdsTarget:
/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-mobile-ads/GoogleMobileAds/GoogleMobileAds.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-mobile-ads/GoogleMobileAds/GoogleMobileAds.xcframework'. (in target 'GoogleMobileAdsTarget' from project 'GoogleMobileAds')
Build target GoogleMobileAds:
/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-mobile-ads/GoogleMobileAds/GoogleMobileAds.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-mobile-ads/GoogleMobileAds/GoogleMobileAds.xcframework'. (in target 'GoogleMobileAds' from project 'GoogleMobileAds')
/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-user-messaging-platform/UserMessagingPlatform/UserMessagingPlatform.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-user-messaging-platform/UserMessagingPlatform/UserMessagingPlatform.xcframework'. (in target 'GoogleMobileAds' from project 'GoogleMobileAds')
Build target UserMessagingPlatformTarget:
/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-user-messaging-platform/UserMessagingPlatform/UserMessagingPlatform.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-user-messaging-platform/UserMessagingPlatform/UserMessagingPlatform.xcframework'. (in target 'UserMessagingPlatformTarget' from project 'GoogleUserMessagingPlatform')
Build target GoogleUserMessagingPlatform:
/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-user-messaging-platform/UserMessagingPlatform/UserMessagingPlatform.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/raynertanxw/Library/Developer/Xcode/DerivedData/MyList-ckgkiuocxntjmxfjppnnijpqrnil/SourcePackages/artifacts/swift-package-manager-google-user-messaging-platform/UserMessagingPlatform/UserMessagingPlatform.xcframework'. (in target 'GoogleUserMessagingPlatform' from project 'GoogleUserMessagingPlatform')
The text was updated successfully, but these errors were encountered:
I'm making a multiplatform target app with both iOS/iPad and Mac target platforms. I've already set GoogleMobileAds filter to iOS only. It builds fine no problem to all platforms.
So I can run the application without a hitch with the
My Mac
schema. But the previews specifically forMy Mac
are broken.Preview logs as follows:
The text was updated successfully, but these errors were encountered: