Swifter
Swifter copied to clipboard
Basic question / adding to my xcode project
Sorry for bothering you with what is probably a basic question, but I'm new to Xcode.
The readme says:
Swifter can be installed by simply dragging the Swifter Xcode project into your own project and adding either the SwifteriOS or SwifterMac framework as an embedded framework.
Can someone elaborate on this? I haven't been able to get it working. When I drag the project (.xcodeproj file) to the left sidebar of my project I see that the .xcodeproj file is added there, but I do not see an option to add a SwifteriOS framework as an embedded framework.
Make sure you drag the project to be at the same level as your project's .xcodeproj
Once you do that, Xcode will prompt you to create a workspace. If you added the project to be nested within your current project (i.e. inside the .xcodeproj's tree), then you'll only copy the file and not bundle the project. Let me know if you are still having trouble with it.
You might want to take a look at SwifteriOS or SwifterMac Build settings.
Try to change "Always Embed Swift Standard Libraries"
to "Yes"
, and it should solve the issue.
Let me know if it solves your issue.