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
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: