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
I just installed TrustKit 3.0.3 from Swift Package Manager with Trustkit, TrustKitDynamic and TrustKitStatic.
But when I am trying to build the project I see the TrustKitDynamic error:
No such file or directory: '/Users/myuser/Library/Developer/Xcode/DerivedData/myprojectfolder/Build/Products/Debug-iphoneos/PackageFrameworks/TrustKitDynamic.framework/TrustKitDynamic'
But the framework is there:
I tried to clear all caches, removed app, cleaned build folders, re-launched xcode, and the only one solution is to fix that is remove TrustKitDynamic from Frameworks in project settings. This is little bit confusing, that TrustKitDynamic is installing too, crashing, but not required for TrustKit usage.
Xcode Version 15.0 (15A240d)
macOS Ventura 13.5 (22G74)
iOS 17.0.3
The text was updated successfully, but these errors were encountered:
Hey,
I just installed TrustKit 3.0.3 from Swift Package Manager with Trustkit, TrustKitDynamic and TrustKitStatic.
But when I am trying to build the project I see the TrustKitDynamic error:
No such file or directory: '/Users/myuser/Library/Developer/Xcode/DerivedData/myprojectfolder/Build/Products/Debug-iphoneos/PackageFrameworks/TrustKitDynamic.framework/TrustKitDynamic'
But the framework is there:
I tried to clear all caches, removed app, cleaned build folders, re-launched xcode, and the only one solution is to fix that is remove TrustKitDynamic from Frameworks in project settings. This is little bit confusing, that TrustKitDynamic is installing too, crashing, but not required for TrustKit usage.
Xcode Version 15.0 (15A240d)
macOS Ventura 13.5 (22G74)
iOS 17.0.3
The text was updated successfully, but these errors were encountered: