Skip to content

Conversation

@erneestoc
Copy link

The current ETTrace.xcframework built as part of the CI pipeline can't be embedded into an app, as it results on missing symbols error.

To fix this, it needs to embed or link any dependency that is needed for it to work.

This PR sets SWIFT_PACKAGE_MANAGER_LINK_LIBRARIES and SWIFT_PACKAGE_MANAGER_EMBED_DEPENDENCIES to YES on the xcodebuild command.

I verified this works manually.

To repro, try using the .xcframework on the release, then try the same thing by building and adding the xcframework to a project.

@erneestoc
Copy link
Author

thoughts? @noahsmartin

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

Successfully merging this pull request may close these issues.

1 participant