googleads / swift-package-manager-google-mobile-ads

Apache License 2.0
122 stars 21 forks source link

SPM xcode 15.4 Failed to load Info.plist from UserMessagingPlatform.framework #81

Open motokotomax opened 1 month ago

motokotomax commented 1 month ago

Hello,

After use SDK to v11.5.0 I have this error on device install : Failed to load Info.plist from bundle at path /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.g44dBB/extracted/Control.app/Frameworks/UserMessagingPlatform.framework; Extra info about "/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.g44dBB/extracted/Control.app/Frameworks/UserMessagingPlatform.framework/Info.plist": Couldn't stat /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.g44dBB/extracted/Control.app/Frameworks/UserMessagingPlatform.framework/Info.plist: No such file or directory

try versions 11.0.0 - 11.5.0 - the same error xcode 15.4, SPM ios 17.5.1

could you please help

Thanks

floriangbh commented 1 month ago

Same issue here

https://github.com/googleads/swift-package-manager-google-mobile-ads/issues/78

dr-star commented 2 weeks ago

Is there any news on that?

dr-star commented 2 weeks ago

Hello,

After use SDK to v11.5.0 I have this error on device install : Failed to load Info.plist from bundle at path /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.g44dBB/extracted/Control.app/Frameworks/UserMessagingPlatform.framework; Extra info about "/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.g44dBB/extracted/Control.app/Frameworks/UserMessagingPlatform.framework/Info.plist": Couldn't stat /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.g44dBB/extracted/Control.app/Frameworks/UserMessagingPlatform.framework/Info.plist: No such file or directory

try versions 11.0.0 - 11.5.0 - the same error xcode 15.4, SPM ios 17.5.1

could you please help

Thanks Do you have the GoogleUserMessagingPlatform declared under "Frameworks, Libraries, and Embedded Content" ?

In my case, I added "https://github.com/googleads/swift-package-manager-google-user-messaging-platform" as a dependency and now it is working