parse-community / Parse-SDK-iOS-OSX

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

Unable to build app in xcode 14 #1661

Closed onlinedeveloper4u closed 1 year ago

onlinedeveloper4u commented 1 year ago

App is running successfully on xcode 13 but build failed when running app on xcode 14 with these parse errors.

Screen Shot 2022-09-28 at 12 34 58 PM
parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

mtrezza commented 1 year ago

I suggest to build xcframeworks with carthage, if that is an alternative for you. It works also with Xcode 14. I also suggest to not use the ParseFacebookUtils, but implement FB Login using the FB SDK yourself together with PFUser.linkWith().

The SDK is has several building issues (with dependency managers), which we are working on to resolve, but there is no ETA.

mtrezza commented 1 year ago

I'm closing this as it doesn't use the issue template provided and is therefore considered to be a general duplicate of https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1655.