You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSACDistributionGroup.h & MSACDistributeIngestion.h File not found error in Xcode 16.0
/Users/*****/Library/Developer/Xcode/DerivedData/SCH-iOS-App-awcbczpojicsqcbwetteeiuitzco/SourcePackages/checkouts/appcenter-sdk-apple/AppCenterDistribute/AppCenterDistribute/Model/MSACReleaseDetails.m:5:9 'MSACDistributionGroup.h' file not found
/Users/*****/Library/Developer/Xcode/DerivedData/SCH-iOS-App-awcbczpojicsqcbwetteeiuitzco/SourcePackages/checkouts/appcenter-sdk-apple/AppCenterDistribute/AppCenterDistribute/Internals/MSACDistributeInternal.h:7:9 'MSACDistributeIngestion.h' file not found
Repro Steps
Please list the steps used to reproduce your issue.
Updated Xcode to 16.1
Build the App as usual way with debug settings on a simulator.
Details
Which SDK version are you using?
e.g. 4.4.3
Which OS version did you experience the issue on?
e.g. iOS 16
Which Xcode version did you build the app with?
e.g. Xcode 16.1
Which Cocoapods version are you using (run pod --version)?
No Cocoapods
What device version did you see this error on? Were you using an emulator or a physical device?
e.g. iPhone 16 Pro 18.1 Simulator
What language are you using?
Swift
What third party libraries are you using? No
Please enable verbose logging for your app using MSAppCenter.setLogLevel(.verbose) before your call to MSAppCenter.start(...) for Swift, or [MSAppCenter setLogLevel:MSLogLevelVerbose] before [MSAppCenter start: ...] for Objective C and include the logs here:
The text was updated successfully, but these errors were encountered:
Hello and thanks for reaching out to us! Could you please clarify whether your error is reproducible on the latest version of the AppCenter Apple SDK (5.0.5)?
Description
MSACDistributionGroup.h & MSACDistributeIngestion.h File not found error in Xcode 16.0
/Users/*****/Library/Developer/Xcode/DerivedData/SCH-iOS-App-awcbczpojicsqcbwetteeiuitzco/SourcePackages/checkouts/appcenter-sdk-apple/AppCenterDistribute/AppCenterDistribute/Model/MSACReleaseDetails.m:5:9 'MSACDistributionGroup.h' file not found
/Users/*****/Library/Developer/Xcode/DerivedData/SCH-iOS-App-awcbczpojicsqcbwetteeiuitzco/SourcePackages/checkouts/appcenter-sdk-apple/AppCenterDistribute/AppCenterDistribute/Internals/MSACDistributeInternal.h:7:9 'MSACDistributeIngestion.h' file not found
Repro Steps
Please list the steps used to reproduce your issue.
Details
pod --version
)?MSAppCenter.setLogLevel(.verbose)
before your call toMSAppCenter.start(...)
for Swift, or[MSAppCenter setLogLevel:MSLogLevelVerbose]
before[MSAppCenter start: ...]
for Objective C and include the logs here:The text was updated successfully, but these errors were encountered: