BoltsFramework / Bolts-ObjC

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Other
5.65k stars 578 forks source link

Library not loaded: @rpath/Bolts.framework/Versions/A/Bolts #350

Open mistralaix opened 2 years ago

mistralaix commented 2 years ago

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?