dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /private/var/containers/Bundle/Application/B717F869-0BCE-42C9-8CA8-D845F0499F73/8Minute.app/Frameworks/Charts.framework/Charts Reason: no suitable image found. Did find:
解决办法:
Restarting Xcode, iPhone, computerCleaning & rebuildingRevoking and creating new certificate/provision profileRunpath Search Paths is $(inherited) @executable_path/FrameworksEmbedded Content Contains Swift Code is 'Yes'Code Signing Identity is developer
转载于:https://www.cnblogs.com/fshmjl/p/6221374.html