Open wowpotato opened 7 months 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!
I have the same issue. I see 386 warning because of FBAudienceNetwork so I have uninstalled FBAudienceNetwork from all my projects.
Same issue here, we need the updated SDK in order to comply with Apple's PrivacyInfo reporting requirement for 3rd party SDKs.
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
Any update on this?
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
Report a warning issue encountered after upgrading FBAudienceNetwork to version 6.15.0 via Cocoapods.
Request a prompt resolution to the warning issue.
Expected results
Actual results
After upgrading to FBAudienceNetwork version 6.15.0, a warning is encountered with the following message: Alignment (1) of atom 'anon-167' from ~FBAudienceNetwork/FBAudienceNetwork.framework/FBAudienceNetwork[arm64]5' is too small and may result in unaligned pointers
This warning did not occur in version 6.14.0.
Steps to reproduce
Upgrade FBAudienceNetwork to version 6.15.0 using Cocoapods.
Build the project.
Code samples & details