dyld: Library not loaded: @rpath/SwiftyJSON.framework/SwiftyJSON

核能气质少年 提交于 2019-12-05 07:51:04
Glenn

After searching for almost a day I rebuild the project from scratch (new project, new podfile, new files but in each file copy-paste the source code from the original project) the app compiles now and runs perfectly on every simulator! No Errors.

But I still got a similar error (but different reason) on actual devices. I closed this question but there is a follow up question for that problem: dyld: Library not loaded: @rpath/SwiftyJSON.framework/SwiftyJSON.

The question is related to iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta, that solved the issue and is a general answer for this kind of error I'd say

I experienced this at the moment of writing this post with Xcode 8.0 (Swift 3.0) and SwiftyJSON 3.1.3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!