CSV.swift
CSV.swift copied to clipboard
required architectures 'i386 x86_64' issue
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'
Are you using Cocoapods? deleting pods folder and Podfile.lock and doing a fresh pod install might solve your issue.