i'm using latest version of dtcoretext in order fix problems when working swift.
i've added framework of dtcoretext embedded binaries , linked frameworks , libraries. added target dependencies explicitly in project's build scheme.

but got linker warning dtfoundation, dtcoretext base framework. , also, runtime exception raised:
dyld: library not loaded: @rpath/dtfoundation.framework/dtfoundation referenced from: /private/var/mobile/containers/bundle/application/9b4aec86-b901-4b4c-b3f1-2460508d7fda/wecentermobile.app/wecentermobile reason: image not found dtcoretext framework target, doesn't have embedded framework setting options. dtfoundation nested in dtcoretext, can't add directly main project. dtfoundation.framework need copied @rpath.
how can fix this? because i'm using git submodule manage project, don't want change settings of subproject.
Comments
Post a Comment