dyld symbol not found DictionaryGenerator (IOS Xcode6 Beta4)

左心房为你撑大大i 提交于 2019-12-07 04:17:00

问题


I having below log error after compile with latest Xcode6 Beta4 version. However there is not problem with Xcode6 Beta3. I have not idea on what the error message is about. I'm new to xcode. Please assist.

    dyld: Symbol not found: __TMPdVSs19DictionaryGenerator
  Referenced from: /private/var/mobile/Containers/Bundle/Application/512B4D3F-F81E-42EF-9FD9-D808B066A833/*
  Expected in: /private/var/mobile/Containers/Bundle/Application/512B4D3F-F81E-42EF-9FD9-D808B066A833/IRApp.app/Frameworks/libswift_stdlib_core.dylib
 in /private/var/mobile/Containers/Bundle/Application/512B4D3F-F81E-42EF-9FD9-D808B066A833/*

Thanks in advance.


回答1:


Quoting from Apple's developer forums:

  1. Delete derived Data (Window/Organizer)
  2. Clean (Cmd+Shift+K)
  3. Re-run on device, after all the indexing and such was finished (dispayed at the top of xcode)

It seems like there have been a few errors similar to this floating around since the new beta was released. Although the error messages aren't exactly the same, they seem to have the same answer. I've personally run into this with a 3rd error related to ranges, and this was the solution in that case as well.



来源:https://stackoverflow.com/questions/24883053/dyld-symbol-not-found-dictionarygenerator-ios-xcode6-beta4

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