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

Missing header for objective c FBSDKApplicationDelegate.h missing #2366

Open mupchurch777 opened 1 month ago

mupchurch777 commented 1 month ago

Checklist before submitting a bug report

Xcode version

15.2

Facebook iOS SDK version

17.0.0

Dependency Manager

Prebuilt Binaries

SDK Framework

Core

Goals

I would like to upgrade my code from FBSDK 14.0.1 to 17.0.0 to pull in the new privacy policies

Expected results

Expected code to compile

Actual results

FBSDKApplicationDelegate.h is missing in the headers for the library FBSDKCore

Steps to reproduce

Upgrade and try to compile. Note: This file is available in the swift version but not in obj c/c

Code samples & details

N/A Code will not compile.