Found An Unexpected Mach-o Header Code: 0x72613c21 In Xcode10 With Fbsdkcorekit.framework
I have a project using the latest version of the FacebookSDK and Xcode 10, the project runs OK in devices, but when submitting to the App Store, during during validation the follow
Solution 1:
I came across this issue today while adding the FacebookSDK to an iOS project manually, without using CocoaPods.
I am assuming you have downloaded the SDK directly from Facebook.
The Facebook frameworks are static frameworks (not dynamic) so the correct way to integrate them is to include each framework in the "Link Binaries With Libraries" build Build Phase for your target, but nowhere else. Do not add them to the Embed Frameworks step.
Post a Comment for "Found An Unexpected Mach-o Header Code: 0x72613c21 In Xcode10 With Fbsdkcorekit.framework"