You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally when open up my xcode project with the charts framework. I get this error message:
:0: error: no such file or directory: '/Users/Documents/"Project Name"/Classes/Utils/UIGraphics+Extensions.swift'
:0: error: no such file or directory: '/Users/Documents/"Project Name"/Classes/Utils/CALayer+Extensions.swift'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
The only way I can seem to make it go is by removing the charts xcode project and then adding it back again. Do you know why this may be happening?
The text was updated successfully, but these errors were encountered:
Hello,
Occasionally when open up my xcode project with the charts framework. I get this error message:
:0: error: no such file or directory: '/Users/Documents/"Project Name"/Classes/Utils/UIGraphics+Extensions.swift'
:0: error: no such file or directory: '/Users/Documents/"Project Name"/Classes/Utils/CALayer+Extensions.swift'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
The only way I can seem to make it go is by removing the charts xcode project and then adding it back again. Do you know why this may be happening?
The text was updated successfully, but these errors were encountered: