ld: library not found for -lIOKit.A clang xcode

后端 未结 1 747
温柔的废话
温柔的废话 2021-01-29 06:27

I included libIOKit.A.dylib library to my Xcode project using Target section of the project as shown in the below image. The project was built and worked fine and I\'m getting s

1条回答
  •  悲&欢浪女
    2021-01-29 07:08

    The private framework IOKit built for the Simulator doesn’t exist, so it won’t work there. This library just work on iPad or iPhone.

    0 讨论(0)
提交回复
热议问题