Undefined symbols for architecture arm64: "_iconv_open", referenced from: _q

解答:

After Xcode 7, Apple did a lot to strip the size of apps, including changing .dylib to .tbd.

Here you don't need to add library & framework but you can add the library by changing the following option:

Other Linker Flags > Add "-l{yourlibraryname} (no space after -l)

In your case, you can add -liconv in Other Linker Flags.




xcode7: Undefined symbols for architecture i386: "_iconv_open", referenced from:

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容