cleveradssolutions / CAS-iOS

CAS.AI iOS framework
https://https://cas.ai
Other
7 stars 0 forks source link

FBAudienceNetwork warnings #6

Closed levochkaa closed 1 week ago

levochkaa commented 2 weeks ago

FBAudienceNetwork had an issue in 6.15.0, https://github.com/facebook/facebook-ios-sdk/issues/2390. image

They seemed to fix it in 6.15.1, https://developers.facebook.com/docs/audience-network/setting-up/platform-setup/ios/changelog#6_15_1

Str4tos commented 2 weeks ago

Hi @levochkaa, thank you for raising the issue.
We are aware of this issue and are preparing to update the Audience Network Framework version. This update also requires the use of Xcode 15.3. We are delaying the update because we do not consider the issue critical, but please correct us if this is not the case.

levochkaa commented 2 weeks ago

Hi @Str4tos, shortly: this isn't a critical issue for us, take your time for the update.

I'm just preparing our project for migration to Xcode 16, when it releases. So, when moving from Xcode 15.4 to 16 (beta 2-3), I get this error (on 3.3.2 version):

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_ADClient", referenced from:
       in MyTrackerSDK[arm64][78](MRIadHandler.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Updating to 3.6.1 and higher fixes all build errors, but brings these warnings :)

Str4tos commented 1 week ago

Fixed in CAS 3.9.0 update.

levochkaa commented 1 week ago

Thank you!