Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid bundle structure - Error when validating app in Xcode #2271

Open
5 tasks done
1lusca opened this issue Sep 28, 2023 · 2 comments
Open
5 tasks done

Invalid bundle structure - Error when validating app in Xcode #2271

1lusca opened this issue Sep 28, 2023 · 2 comments

Comments

@1lusca
Copy link

1lusca commented Sep 28, 2023

Checklist before submitting a bug report

Xcode version

15.0.0

Facebook iOS SDK version

16.2.0

Dependency Manager

CocoaPods

SDK Framework

Core

Goals

I'm trying to validade my app so I can deploy it to AppStore.

Expected results

The app is building and generating the Archive correctly, but when I validate, this issue is happening.

Actual results

I'm getting this error on app validation:

Asset validation failed Invalid bundle structure. The “Runner.app/Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics” binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle (ID: f57e33dc-ac1e-47f6-8179-56a849a7cf7a)

Asset validation failed Invalid bundle structure. The “Runner.app/Frameworks/FBAEMKit.framework/FBAEMKit” binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle (ID: 4b730963-b964-46ae-97a8-3b515b1e2065)

Asset validation failed Invalid bundle structure. The “Runner.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit” binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle (ID: a1daed80-714b-4da4-8230-30b2a4b640f4)

Steps to reproduce

No response

Code samples & details

// INSERT YOUR CODE HERE
var example = "Example code"
@stebbi36
Copy link

Ok

@jemantilla
Copy link

1 year still no fix? just encountered this now. HELP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@stebbi36 @jemantilla @1lusca and others