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
Hi, I would like to use this for swift 4.
I have included the Pluralize framework in my project. Changed the deployment target to 10.12 since it is my main project deployment project. git clone https://github.com/joshualat/Pluralize.swift.git inside your project folder
I have done the steps: Drag the Pluralize.xcodeproj file into the file navigator of your project.
Ensure that the deployment target of Pluralize.framework matches that of the application target.
In your target’s Build Phases, add Pluralize to the Target Dependencies build phase.
Add the appropriate Pluralize.framework product to the Link Binary With Libraries build phase.
Add the same Pluralize.framework to a Copy Files build phase with a Frameworks destination.
I have tried both import Pluralize_swift and import Pluralize. But it has showed me that the module is not found.
Is this because I cannot use swift 4 for Pluralize framework you build?
Thank you,
Gemma
The text was updated successfully, but these errors were encountered:
The owner of this repo has not been seen on Github for almost a year. Your best bet is just to copy the source file Pluralize.swift directly into your project. That's what I did and it works just fine.
Hi, I would like to use this for swift 4.
I have included the Pluralize framework in my project. Changed the deployment target to 10.12 since it is my main project deployment project. git clone https://github.com/joshualat/Pluralize.swift.git inside your project folder
I have done the steps: Drag the Pluralize.xcodeproj file into the file navigator of your project.
Ensure that the deployment target of Pluralize.framework matches that of the application target.
In your target’s Build Phases, add Pluralize to the Target Dependencies build phase.
Add the appropriate Pluralize.framework product to the Link Binary With Libraries build phase.
Add the same Pluralize.framework to a Copy Files build phase with a Frameworks destination.
I have tried both import Pluralize_swift and import Pluralize. But it has showed me that the module is not found.
Is this because I cannot use swift 4 for Pluralize framework you build?
Thank you,
Gemma
The text was updated successfully, but these errors were encountered: