facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.

Home Page:https://developers.facebook.com/docs/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS SDK v17.0.2 build fail

kobe1941 opened this issue · comments

Checklist before submitting a bug report

Xcode version

15.0

Facebook iOS SDK version

17.0.2

Dependency Manager

Prebuilt Binaries

SDK Framework

Login

Goals

build success

Expected results

build success

Actual results

build fail ,and error is:
Undefined symbols for architecture arm64:
"_swift_FORCE_LOAD$_swiftXPC", referenced from:
_swift_FORCE_LOAD$swiftXPC$_FBAEMKit in FBAEMKit(AEMAdvertiserMultiEntryRule.o)
_swift_FORCE_LOAD$swiftXPC$_FBAEMKit in FBAEMKit(AEMReporter.o)
_swift_FORCE_LOAD$swiftXPC$_FBAEMKit in FBAEMKit(AEMNetworker.o)
_swift_FORCE_LOAD$swiftXPC$_FBAEMKit in FBAEMKit(AEMEvent.o)
_swift_FORCE_LOAD$swiftXPC$_FBAEMKit in FBAEMKit(AEMConfiguration.o)
_swift_FORCE_LOAD$swiftXPC$_FBAEMKit in FBAEMKit(AEMInvocation.o)
_swift_FORCE_LOAD$swiftXPC$_FBAEMKit in FBAEMKit(AEMAdvertiserSingleEntryRule.o)

Steps to reproduce

Xcode 15.0 compile with Facebook iOS SDK v17.0.2

Code samples & details

// INSERT YOUR CODE HERE
var example = "Example code" 
nothing change but sdk update to 17.0.2

use xcode15.3 build success