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
Xcode 10 compilation can pass, but the real machine operation reported the following error, what is the reason?
error: invalid value path 'symbols.clang-modules-cache-path'
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/containers/Bundle/Application/7762B6E2-E153-4AA3-B5FD-5EB5FEABEB40/MergeProduct.app/Frameworks/Charts.framework/Charts
Reason: Incompatible library version: Charts requires version 1.0.0 or later, but libswiftCore.dylib provides version 0.0.0
The text was updated successfully, but these errors were encountered:
Xcode 10 compilation can pass, but the real machine operation reported the following error, what is the reason?
error: invalid value path 'symbols.clang-modules-cache-path'
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/containers/Bundle/Application/7762B6E2-E153-4AA3-B5FD-5EB5FEABEB40/MergeProduct.app/Frameworks/Charts.framework/Charts
Reason: Incompatible library version: Charts requires version 1.0.0 or later, but libswiftCore.dylib provides version 0.0.0
The text was updated successfully, but these errors were encountered: