-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Xcode 16 Beta failing to compile with WindowsAzureMessaging dependency #145
Comments
Having the same issue here! Have you found a workaround on your side ? |
@tomkrikorian No i haven't, but i've been busy with other work so i haven't had time to investigate further. |
I can confirm this is still and issue in Beta 2 |
@tomkrikorian I have managed to work round this by adding the WindowsAzureMessaging.xcframework directly to my project instead of using SPM. |
any update on this topic\package? Thx |
Just installed Xcode 15 Beta 5 and its the same as Beta 4. |
Any workaround? |
@learnwithgabbar the above is the only work around |
FYI with Xcode 15 beta 6 it just works as expected |
I can confirm that is is now resolved in Xcode 15 Beta 6 |
This issue is back in Xcode 16 beta 1 |
I can confirm we have the same issue as before in Xcode 16 Beta 1 We have 11 other packages that don't have this problem |
Issue is also present in Xcode 16.0 GM. |
Describe the bug
Whilst testing our project with Xcode 15/iOS17 using the first Xcode 15 beta, we have found that we are unable to compile the app as it complains about a missing header file in the WindowsAzureMessaging dependency, which is adding using SPM.
Obviously, a quick investigation can see that the file is there and nothing has changed between Xcode 14 and 15
Xcode 14.3.1 builds without issue
Exception or Stack Trace
Showing All Messages
/Users/user/Library/Developer/Xcode/DerivedData/EFOS-gkiizosydfslxzfdkuthkpfxczum/SourcePackages/checkouts/azure-notificationhubs-ios/WindowsAzureMessaging/WindowsAzureMessaging/Helpers/SBURLConnection.m:5:9: 'ANHAsync.h' file not found
To Reproduce
Code Snippet
Just failing to find the file
Expected behavior
Should build
Screenshots
Setup (please complete the following information):
Additional context
We are unable to test our application against iOS 17 without removing the package
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: