netreconlab / Parse-Swift

The original (OG) Swift SDK for Parse Platform (iOS, macOS, watchOS, tvOS, visionOS, Linux, Android, Windows). This repo is maintained by Parse-Swift's original developer and all new features and bug fixes will occur here.
https://swiftpackageindex.com/netreconlab/Parse-Swift/documentation
Apache License 2.0
62 stars 7 forks source link

Could not build Objective-C module 'Parse' #91

Closed spiderguy84 closed 1 year ago

spiderguy84 commented 1 year ago

I added pod 'ParseLiveQuery' to my pod file, but when I tried to build in my app running mostly all Obj-C, I got the error message ParseLiveQuery/Client.swift:11:8 Could not build Objective-C module 'Parse'

cbaker6 commented 1 year ago

This repo only works with Swift and has nothing to do with ParseLiveQuery for objective-c. You should only open issues here related to ParseSwiftOG