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

Integrating Cucumberish into a Separate Framework for macOS: Troubleshooting Build Errors #152

Open
shurang9 opened this issue Sep 30, 2024 · 0 comments

Comments

@shurang9
Copy link

I'm developing a macOS application using Swift with a minimum deployment target of macOS 12.0. I've integrated Cucumberish into the application, but now I want to create a separate framework for third-party dependencies and integrate it into the main app.

I successfully set up the separate framework but ran into issues when trying to integrate the Cucumberish package into it. Here’s what I did:

  1. Created a new framework specifically for Cucumberish.
  2. Added the Cucumberish package to the framework.
  3. Created a test class within the framework and wrote some test code.

However, when I attempted to build the framework, I encountered the following errors:

  • Undefined symbol: OBJC_CLASS$_XCTIssue
  • Undefined symbol: OBJC_CLASS$_XCTSourceCodeContext
  • Undefined symbol: OBJC_CLASS$_XCTSourceCodeLocation
  • Undefined symbol: OBJC_CLASS$_XCTestCase
  • Linker command failed with exit code 1 (use -v for more details).
    Screenshot 2024-09-30 at 20 00 05
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

1 participant