今天做环信第三方导入时,出现了
dyld: Library not loaded: @rpath/Hyphenate.framework/Hyphenate
Reason: image not found
后来查找原因发现Target -->General -->Embedded binaries没有添加Hyphenate.framework, 添加此框架之后运行程序就0K了今天做环信第三方导入时,出现了
dyld: Library not loaded: @rpath/Hyphenate.framework/Hyphenate
Reason: image not found
后来查找原因发现Target -->General -->Embedded binaries没有添加Hyphenate.framework, 添加此框架之后运行程序就0K了