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

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

Opened this issue · 3 comments

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

Same issue here

#78

Is there any news on that?

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