Azure / azure-notificationhubs-ios

Azure Notification Hubs SDK for Apple
Apache License 2.0
32 stars 29 forks source link

[BUG] WindowsAzureMessaging.xcframework does not contain the correct WindowsAzureMessaging.framework for macOS. #143

Open edazea opened 1 year ago

edazea commented 1 year ago

After trying to use Azure Notification Hubs for macOS using the xcframework .zip file from https://github.com/Azure/azure-notificationhubs-ios/releases, I noticed that the macxos WindowsAzureMessaging.framework does not contain any files and is a symlink to: /Users/matthewp/Library/Developer/Xcode/DerivedData/WindowsAzureMessaging-gtakvndxivnwmuebjxwxzcqevqjd/Build/Intermediates.noindex/ArchiveIntermediates/All Frameworks/IntermediateBuildFilesPath/UninstalledProducts/macosx/WindowsAzureMessaging.framework, so this does not work

nkordylewska commented 2 weeks ago

I also experienced some issues because of that in my project. Would be nice if someone could fix it.