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.
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.