I recently upgraded XCode to 16 and I am trying to run my project but am getting multiple errors (8) which seem to be related to three missing files:
- ‘SBTemplateRegistration.h’ file not found
- ‘ANHAsync.h’ file not found
- ‘ANHApplicationProvider.h’ file not found
All are related to Microsoft Azure Notification Hubs SDK for Apple. I am on version 3.1.5. Here are the 8 errors:
- SBLocalStorage – ‘SBTemplateRegistration.h’ file not found
- SBNotificationHubHelper – ‘SBTemplateRegistration.h’ file not found
- SBRegistrationParser – ‘SBTemplateRegistration.h’ file not found
- SBURLConnection – ‘ANHAsync.h’ file not found
- ANHHttpCall – ‘ANHAsync.h’ file not found
- ANHNotificationHubAppDelegateForwarder – ‘ANHAsync.h’ file not found
- ANHUserNotificationCenterDelegeForwarder – ‘ANHAsync.h’ file not found
- MSNotificationHub – ‘ANHApplicationProvider.h’ file not found
Has anybody else been getting this error?
I had a similar issue and haven’t been able to find anything. I was able to work around it by downgrading to Xcode version 15.4, though that’s a bit of a brute-force solution.