Thanks.
The previews are also working for me if I remove the MSAL dependency (https://github.com/AzureAD/microsoft-authentication-library-for-objc.git)
Im also having a spm structure like that with MSAL as dependency to different modules
It seems like xcode 14 has some problems with a few specific spm packages.
Post
Replies
Boosts
Views
Activity
Im experiencing the same preview issue only in Xcode 14 beta, in Xcode 13 the preview works as it should.
HumanReadableSwiftError
SettingsError: noExecutablePath(<IDESwiftPackageStaticLibraryProductBuildable:ObjectIdentifier(0x0000600040069f80):'MSAL'>)
The issue seems to be with this spm dependency that im using: https://github.com/AzureAD/microsoft-authentication-library-for-objc.git
I have tried to attach the generated diagnostics report as zip, however im not able to upload that here in this thread. So i have attached the previews_diagnostics_summary.txt.
Is this enough to investigate the problem?
previews_diagnostics_summary.txt
I have the same issue. Did you find a solution?
I have the same issue using Xcode Cloud, however it works perfectly fine when i Archive the app manually. Did you find a solution for the problem?
Any updates?