After upgrade to iOS13 beta 6/Xcode 11 beta 5: issue “dyld: Symbol not found: _$s7SwiftUI7BindingVyxGAA0C11ConvertibleAAMc”

时光毁灭记忆、已成空白 提交于 2019-11-30 12:15:06

With the update to Xcode 11 beta 6 and using iOS 13 beta 7 the issue does not appear anymore. I used the code posted in the links above.

SwiftUI APIs deprecated in previous betas are now removed. (52587863)

Several extensions to the Binding structure are removed. (51624798)

The Binding structure’s conditional conformance to the Collection protocol is removed. (51624798)

I believe the answer is this section of release notes. Binding’s removal from conforming to collection.

In a new project utilizing CoreData, crash does not occur. Any other project with dynamic data that is not CoreData, like a set or array crashes with this error.

I followed the migration guide from the notes to account for this removal, but crash still occurs on device. Simulator, previews, etc are all fine.

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