facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.73k stars 3.5k forks source link

Warning Issue with FBAudienceNetwork 6.15.0 Upgrade via Cocoapods #2390

Open wowpotato opened 3 weeks ago

wowpotato commented 3 weeks ago

Checklist before submitting a bug report

Xcode version

15.3

Facebook iOS SDK version

6.15.0

Dependency Manager

CocoaPods

SDK Framework

Other / I don't know

Goals

Expected results

Actual results

Steps to reproduce

Code samples & details

No specific code samples provided as the issue seems to be related to the FBAudienceNetwork framework itself.

Please address this warning issue promptly as it significantly disrupts the development process with 354 occurrences.
saldous commented 3 weeks ago

Same here.

Another user reporting it here too: https://developers.facebook.com/community/threads/277420072126056/

I get 388 warning messages like this:

Alignment (1) of atom 'anon-12' from '/Users/name/Library/Developer/Xcode/DerivedData/my_app-ehrzyohavjtbsogfcwjebrchpoas/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FBAudienceNetwork/FBAudienceNetwork.framework/FBAudienceNetwork[arm64][393](NSMutableArray+META.m.o)' is too small and may result in unaligned pointers

I can't go back to 6.14.0.0 as GoogleMobileAds and other dependencies prevent it. Please help!

HsynKcmn commented 2 weeks ago

I have the same issue. I see 386 warning because of FBAudienceNetwork so I have uninstalled FBAudienceNetwork from all my projects.

orenc82 commented 2 weeks ago

Same issue here, we need the updated SDK in order to comply with Apple's PrivacyInfo reporting requirement for 3rd party SDKs.

mdoganaltinbas commented 1 week ago

same here as well when adding static library manually into the project. Rollback to older version looks not possible as it has missing privacy manifest

saldous commented 6 days ago

Any update on this?