Reputation: 6940
After update to latest XCode 9 i mention that after i drag files to project and checkmark (add files to target ) is on, still, files is added without checked target membership.
It is really frustrating, sometimes you may need to add whole library to project, and i finished up checking each file and put checkmark to target membership.
Is there any way to fix it?
Upvotes: 2
Views: 2322
Reputation: 494
I experienced similar issue with Xcode 9.0.1 and it appears that somewhy checkbox create folder references
was checked instead of create groups
. So I chose create groups
and it worked.
Upvotes: 4