cocoapods - Is is normal to have "Pods/Products/" files red/missing? -


i trying understand cocoapods better , if there's wrong setup.

i have pods/products/ directory show it's content red (missing) in xcode, issue?

specifically accessing storyboards.bundle/xxx file , when run code crashes, saying can't find bundle. place see storyboards.bundle in mentioned directory, , it's red means missing... there way me resolve this?

enter image description here

this normal. frameworks generated during build. red, because currently missing, during cocoapods build phase created.

don't worry it, close group , forget it.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -