You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Created a new framework specifically for Cucumberish.
Added the Cucumberish package to the framework.
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:
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:
However, when I attempted to build the framework, I encountered the following errors:
The text was updated successfully, but these errors were encountered: