facebook/facebook-ios-sdk

Multiple command produce

Closed this issue · 2 comments

Checklist before submitting a bug report

Xcode version

15.4

Facebook iOS SDK version

14.1.0

Dependency Manager

SPM

SDK Framework

Core

Goals

I want to Integrate Facebook iOS SDK into my project for login with Facebook pupose.

Expected results

Project is not build succeed because getting "Multiple commands product". I didn't do anything to the code yet just create a new project and just install SPM and build the project.

Actual results

Screenshot 2024-09-22 at 8 42 15 AM

Steps to reproduce

No response

Code samples & details

// INSERT YOUR CODE HERE
var example = "Example code"

@MalikMurtaza92 I've just tried adding package via SPM to an empty Xcode project and couldn't reproduce it, the project builds successfully. Please provide more details

I advise you first clean your Xcode derived data folder to see if that's the reason here. After that you can try if you can reproduce it in a separate project with minimal setup which you can share with us

Yes you are right I created new project and clean my derived data and then integrate FBSDK. It's working perfectly fine. Thanks