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

Cannot make a release archive with FBAudienceNetwork 6.15.0

jinweizhao opened this issue · comments

Checklist before submitting a bug report

Xcode version

15.0.1、15.3、15.4

Facebook iOS SDK version

6.15.0

Dependency Manager

CocoaPods

SDK Framework

Other / I don't know

Goals

make a release archive successfully

Expected results

make a release archive successfully

Actual results

when i make a release archive , i got a error :
0 0x102f17474 __assert_rtn + 140
1 0x102f1e534 ld::tool::OutputFile::addressAndTarget(ld::Internal const&, ld::Fixup const*, ld::Atom const**) (.cold.1) + 0
2 0x102dc3ea8 ld::tool::OutputFile::addressOf(ld::Internal const&, ld::Fixup const*, ld::Atom const**) + 244
3 0x102dc5604 ld::tool::OutputFile::applyFixUps(ld::Internal&, unsigned long long, ld::Atom const*, unsigned char*) + 3848
4 0x102dcbae0 ___ZN2ld4tool10OutputFile10writeAtomsERNS_8InternalEPh_block_invoke + 492
5 0x19deb6428 _dispatch_client_callout2 + 20
6 0x19deca850 _dispatch_apply_invoke3 + 336
7 0x19deb63e8 _dispatch_client_callout + 20
8 0x19deb7c68 _dispatch_once_callout + 32
9 0x19dec98a4 _dispatch_apply_invoke + 252
10 0x19deb63e8 _dispatch_client_callout + 20
11 0x19dec8080 _dispatch_root_queue_drain + 864
12 0x19dec86b8 _dispatch_worker_thread2 + 156
13 0x19e062fd0 _pthread_wqthread + 228
A linker snapshot was created at:
/tmp/CQSC-2024-06-06-161245.ld-snapshot
ld: Assertion failed: (_mode == modeFinalAddress), function finalAddress, file ld.hpp, line 1413.
clang: error: linker command failed with exit code 1 (use -v to see invocation)

FBAudienceNetwork:6.15.0 has this error , but FBAudienceNetwork:6.15.1 has no error , but when i install GoogleMobileAdsMediationFacebook:6.15.0.0, i only can use FBAudienceNetwork 6.15.0, i need to use GoogleMobileAdsMediationFacebook:6.15.0.0

Steps to reproduce

No response

Code samples & details

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

Hahah

i need GoogleMobileAdsMediationFacebook 6.25.1.0 on cocoapods, i wish GoogleMobileAdsMediationFacebook 6.25.1.0 depends on FBAudienceNetwork 6.15.1

How can I do