parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 865 forks source link

Unable to install with SPM #1716

Closed bcbeta closed 1 year ago

bcbeta commented 1 year ago

When trying to add the package I get the following error:

Failed to resolve dependencies Dependencies could not be resolved because 'parse-sdk-ios-osx' depends on 'facebook-ios-sdk' 15.1.0..<16.0.0 and root depends on 'facebook-ios-sdk' 12.0.0..<13.0.0.

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

mtrezza commented 1 year ago

Have you manually (not via Parse SDK) added the FB SDK to your Xcode project? If yes, what version?

bcbeta commented 1 year ago

Ah yes I had an older version of Facebook SDK previously installed.

bcbeta commented 1 year ago

I am now able to install but import ParseObjC Gives the error "No such module".

bcbeta commented 1 year ago

nvm I see that ParseCore is the correct module.