swift - Added a playground to my workspace, then deleted it. Now I have warnings I can't get rid of -


in workspace, added playground, tested code, deleted playground after deciding wasn't useful. unfortunately, seems have left behind:

/users/goldenjoe/development/xcode/myapp/myapp/myplayground.playground:18:11: expression implicitly coerced 'urlrequest?' 

searching in build settings, can't find related playgrounds. how can rid of these annoying warnings?

i had same problem , solve cleaning project --> xcode > product > clean . avoid these kind of problems highly recommend use version control github jump older versions of code.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -