我已将libIOKit.dylib添加到我的项目中以获取imei编号,之后它开始向我提供以下链接器错误。
ld: library not found for -lIOKit
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我该如何解决这个问题?
我已将“Build Active Architecture Only
”设置为yes
,并已从armv7s
中删除valid architectures
,即使它仍然相同。