Reputation: 4510
I am developing an application in React native. Everything works fine and I can also take Archive release build. but after I take the archive, I tried to build a debug build, this time I got an error.
no such file or directory: '/Users/user/Library/Developer/Xcode/DerivedData/SUNNYCLOCK-bynykhnggpxtgpapfyrgelvatppk/Build/Products/Debug-iphoneos/libRNKeychain.a'
I don't know how this error happened. I tried following things
But nothing helped. The error stills there. Please help me how can I solve this issue.
Upvotes: 0
Views: 2043
Reputation: 959
As you clean the project so derived data also gets clear, but still, delete derive data manually.
Hope this helps.
Upvotes: 4