Update readme to showcase the new example project
Since we now have a proper showcase app (thanks to #15), we should redo the reame file. It would be great to put some screenshots and gifs of the app there.
It's not obvious to me how to run the example project. If I open the VSTextField.xcworkspace file in Xcode, then I have no option to run, only to build. If I open VSTextFieldExampleApp.xcodeproj, then I have an option to run, but the build fails with the error No such module 'VSTextField'. There's presumably some extra step I'm missing, but I don't know what it is.
Adding one line to the README noting how to run the example app would therefore be helpful.
Aha - the solution to the above seems to simply be that after opening the xcodeproj I must explicitly build before running, for some reason.
It's not obvious to me how to run the example project. If I open the
VSTextField.xcworkspacefile in Xcode, then I have no option to run, only to build. If I openVSTextFieldExampleApp.xcodeproj, then I have an option to run, but the build fails with the error No such module 'VSTextField'. There's presumably some extra step I'm missing, but I don't know what it is.Adding one line to the README noting how to run the example app would therefore be helpful.
Struggling with this now, I tried the follow-up response of building before running. But still unable to run the example app. seriously stumped, there's got to be something else im missing. Any tips?
What Xcode version are you using? I just cloned, opened the .xcworspace and changed the target to VSTextFieldExampleApp, ran and worked fine.
On Xcode 10.
I'll try to update the README in the upcoming days.
Ahh ok, I was not changing my target. Works well now. Thank you for the quick response, look forward to playing with this some more!