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

Latest XCFramework rework on Cocoapods 1.10 is embedding static frameworks #9943

Closed
BernardGatt opened this issue Jul 26, 2020 · 1 comment
Closed
Milestone

Comments

@BernardGatt
Copy link
Contributor

BernardGatt commented Jul 26, 2020

Report

What did you do?

The latest rework fixes the issue where X86_64 were not being picked up from XCFrameworks.

But when archiving for release, static frameworks are being embedded with the IPA which causes a Mach-O error.

Looking at the Pods-Target-frameworks.sh in the Debug and Release section the static framework is being included for bundling.

install_framework "${PODS_XCFRAMEWORKS_BUILD_DIR}/StaticFramework/StaticFramework.framework"

Note

In 1.09 there was an embed flag which is now removed.

What did you expect to happen?

Continue with signing and publishing of IPA.

What happened instead?

image

CocoaPods Environment

1.10.0.beta.1

@BernardGatt BernardGatt changed the title Latest XCFramework rework on Cocoapods 1.10 is bundling static frameworks Latest XCFramework rework on Cocoapods 1.10 is embedding static frameworks Jul 27, 2020
@dnkoutso dnkoutso added this to the 1.10.0 milestone Jul 27, 2020
@dnkoutso
Copy link
Contributor

cc @amorde

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

No branches or pull requests

2 participants