tgebarowski / SwiftySettings

SwiftySettings is a Swift library for building and presenting in app settings.
MIT License
53 stars 11 forks source link

Trouble getting started #12

Open wayneh1 opened 7 years ago

wayneh1 commented 7 years ago

Noob here. I'm not sure my problem is with installation or usage.

I downloaded and installed SwiftySettings after installing cocoapods, per the instructions. I now have SwiftySettings.xcworkspace open in Xcode 8.3.3. It builds successfully but no app is created. If I open SwiftySettings.xcodeproj instead, it fails to build when it chokes on "import SwiftyUserDefaults" in the AppDelegate.

A more detailed readme would be very helpful! What I'm expecting is to be able to test the SwiftySettings approach in your sample app. If it looks promising I'll add it into my own app and customize as needed. A few words on how to get started on this path would be very much appreciated.

Thanks in advance for anything you can offer.