Library not loaded: @rpath/Bolts.framework/Versions/A/Bolts
Hello, I am using the Parse SDK: https://github.com/parse-community/Parse-SDK-iOS-OSX I installed the Parse SDK through CocoaPods and when I try to run the project on Mac catalyst, I can build the project but I have this error at the beginning of the run:
dyld[88120]: Library not loaded: @rpath/Bolts.framework/Versions/A/Bolts
Referenced from: /Users/me/Library/Developer/Xcode/DerivedData/myproject-aonhubtyosxwqhaqhrzbjchzjkbq/Build/Products/Debug-maccatalyst/myproject.app/Contents/MacOS/myproject
Reason: tried: '/Users/me/Library/Developer/Xcode/DerivedData/myproject-aonhubtyosxwqhaqhrzbjchzjkbq/Build/Products/Debug-maccatalyst/Bolts.framework/Versions/A/Bolts' (no such file),
And there's around 20 more lines where it's showing the different paths that the system tried.
Any idea on how to fix it?