My Swift project builds and runs normally, but fails every attempt to Archive with errors, caused by the following warnings:
Could not find or use auto-linked library 'swiftFoundation'
Could not find or use auto-linked library 'swiftMetal'
Could not find or use auto-linked library 'swiftDarwin'
Could not find or use auto-linked library 'swiftUIKit'
Could not find or use auto-linked library 'swiftCoreFoundation'
Could not find or use auto-linked library 'swiftObjectiveC'
Could not find or use auto-linked library 'swiftDispatch'
Could not find or use auto-linked library 'swiftCoreImage'
Could not find or use auto-linked library 'swiftQuartzCore'
Could not find or use auto-linked library 'swiftCoreGraphics'
Could not find or use auto-linked library 'swiftCore'
- This issue seems to be closely related, yet none of the proposed solutions seem to be helpful.
- Errors appear under this Pod in Issue Navigator.
- I was able to Archive this project in Xcode 11.0 Beta (1).
- Xcode 10.2.1 gets stuck compiling and indexing this project.