CSV.swift icon indicating copy to clipboard operation
CSV.swift copied to clipboard

required architectures 'i386 x86_64' issue

Open amigomcu opened this issue 7 years ago • 1 comments

hi all, how to solve this issue Showing Recent Messages Target 'Library' of project 'Library' was rejected as an implicit dependency for 'Library.framework' because its architectures 'x86_64' didn't contain all required architectures 'i386 x86_64'

amigomcu avatar Feb 23 '18 04:02 amigomcu

Are you using Cocoapods? deleting pods folder and Podfile.lock and doing a fresh pod install might solve your issue.

dawand avatar Mar 02 '18 12:03 dawand