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
i am using Cocoapods but want to move to SPM so removed from podfile but getting error 'Parse/Parse.h' file not found. in bridging header file. I selected FacebookUtilsiOS, ParseObjc, ParseUI.
i tried selecting all modules but facebookUtilstvOS kept giving compiling error. i Added tvOS in destinations also.
facebook-ios-sdk/FBSDKTVOSKit.xcframework:1:1 While building for iOS, no library for this platform was found in
Already raised on Community forum but no solution received yet so raising here.
Steps to reproduce
Happening in fresh Xcode project also with latest version 2.2.0
Environment
Xcode 14.2
M1 Mac
Client
Parse ObjC SDK version: 2.2.0
Server
Parse Server version: N/A
Operating system: macOS 13.1 (22C65)
Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): N/A
Database
System (MongoDB or Postgres): N/A
Database version: N/A
Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): N/A
I got it to work by changing two settings: Targets > Your Target > Build Settings > Packaging > Defines Module > No Targets > Your Target > Build Settings > Search Paths > Framework Search Paths > $(PROJECT_DIR) $(inherited)
And then I also removed the #import <Parse/Parse.h> from the Bridging Header and used import ParseCore on each file that needed parse.
Issue Description
i am using Cocoapods but want to move to SPM so removed from podfile but getting error 'Parse/Parse.h' file not found. in bridging header file. I selected FacebookUtilsiOS, ParseObjc, ParseUI.
i tried selecting all modules but facebookUtilstvOS kept giving compiling error. i Added tvOS in destinations also.
facebook-ios-sdk/FBSDKTVOSKit.xcframework:1:1 While building for iOS, no library for this platform was found in
Already raised on Community forum but no solution received yet so raising here.
Steps to reproduce
Happening in fresh Xcode project also with latest version 2.2.0
Environment
Xcode 14.2
M1 Mac
Client
Server
Database
Logs
Attached sample project and screenshots.
The text was updated successfully, but these errors were encountered: