GithubHelp home page GithubHelp logo

Comments (1)

EchoZuo avatar EchoZuo commented on July 17, 2024

@flyweights
“has changed to Invalid Binary”也会有各种原因的,至于你说的导入类之后出现这个报错,删掉这个类之后就没有问题了。。。
所以我猜测,
有可能是隐私权限plist文件的配置有问题,或者因为导入了用不到的类库但是并未设置plist隐私权限。

请在导入该工具类后检查一下您的项目plist文件中对应的隐私权限值是否配置正确;可能性最大;
如果1确定正确无误。因为工具类h文件中导入了多个类库,有可能是因为项目中用不到某个类库但是却导入了类库,而且plist中又没有进行配置隐私权限。我猜测有可能是这个原因导致。例如工具类h文件中引入了HomeKit框架,您的项目中用不到,但是由于您导入了工具类,会自动导入HomeKit框架,但是您并没有在plist中配置HomeKit框架对应的隐私权限,所以有可能因为这个原因报错,当然我只是猜测,因为目前我这边项目中也并没有全部用到所有隐私权限。
可以尝试,删除工具类中用不到的类库和代码(建议);
或者尝试重新配置plist文件尝试。
顺便麻烦问一下,您是通过什么方式导入的类?直接拖入?还是pods?

from ecprivacychecktools.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.