赞
踩
崩溃报错如下。
Termination Description: DYLD, Library not loaded:
/System/Library/Frameworks/SwiftUI.framework/SwiftUI
解决方法就是在工程增加链接的参数:add the -weak_framework SwiftUI flag to the Other Linker Flags setting in the Build Settings tab
https://stackoverflow.com/questions/57907817/dyld-library-not-loaded-swiftui-when-app-runs-on-ios-12-using-availableios-13
https://www.jianshu.com/p/26b431f93b61
https://medium.com/@liwp.stephen/solution-app-crash-on-ios-12-build-from-xcode-15-3e6123e31150
https://developer.apple.com/forums/thread/126506
https://github.com/rechsteiner/Parchment/issues/583
https://developer.apple.com/documentation/ios-ipados-release-notes/ios-13-release-notes
https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WeakLinking.html#//apple_ref/doc/uid/20002378
https://blog.csdn.net/tongwei117/article/details/132860813
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。