VSTextField icon indicating copy to clipboard operation
VSTextField copied to clipboard

Update readme to showcase the new example project

Open VojtaStavik opened this issue 7 years ago • 6 comments

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.

VojtaStavik avatar Jan 05 '18 12:01 VojtaStavik

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.

ExplodingCabbage avatar Jun 02 '18 00:06 ExplodingCabbage

Aha - the solution to the above seems to simply be that after opening the xcodeproj I must explicitly build before running, for some reason.

ExplodingCabbage avatar Jun 02 '18 00:06 ExplodingCabbage

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.

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?

streaky73 avatar Feb 12 '19 14:02 streaky73

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.

munirwanis avatar Feb 12 '19 16:02 munirwanis

I'll try to update the README in the upcoming days.

munirwanis avatar Feb 12 '19 16:02 munirwanis

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!

streaky73 avatar Feb 12 '19 21:02 streaky73