This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Description
I was trying to display a banner Ad on my Xamarin.IOS app and getting the error Object reference not set to an instance of an object.
I noticed that the Resource file and Resource/**.framework file were also missing.
This is due to the change in the facebook audience network SDK zip file folder structure.
To fix this, I have to edit the custom_externals_download.cake file and give the correct .framework folder path inside FBAudienceNetwork.xcframework
Now I am able to use the latest SDK and the "The SDK version in the ad request is no longer supported for new apps. Please upgrade to the latest version of the SDK." issue got resolved.
Please update the repo custom_externals_download.cake file.