Giter VIP home page Giter VIP logo

Comments (13)

wangchaoya avatar wangchaoya commented on August 18, 2024

Could not load NIB in bundle: 'NSBundle </private/var/containers/Bundle/Application/C5586BA9-56F4-4901-A876-13D5871A44C9/nongle.app> (loaded)' with name

from wmzdialog.

wwmz avatar wwmz commented on August 18, 2024

Could not load NIB in bundle: 'NSBundle </private/var/containers/Bundle/Application/C5586BA9-56F4-4901-A876-13D5871A44C9/nongle.app> (loaded)' with name

pod 是1.2.3吗

from wmzdialog.

wangchaoya avatar wangchaoya commented on August 18, 2024

是的,最新版本

from wmzdialog.

wwmz avatar wwmz commented on August 18, 2024

是的,最新版本

我自己集成了cocopod最新版本没问题啊 你仔细看是不是最新的

from wmzdialog.

wangchaoya avatar wangchaoya commented on August 18, 2024

我猜可能是framework和静态库问题,我这边用的静态库

from wmzdialog.

wangchaoya avatar wangchaoya commented on August 18, 2024

静态库中cocopod代码都被打包进入主二进制文件了,就找不到了

from wmzdialog.

wwmz avatar wwmz commented on August 18, 2024

静态库中cocopod代码都被打包进入主二进制文件了,就找不到了

好吧。。你那种估计bundle的路径 又被更换了

from wmzdialog.

wwmz avatar wwmz commented on August 18, 2024

静态库中cocopod代码都被打包进入主二进制文件了,就找不到了
加个xib还是有点麻烦。。。你可以调试下看bundle的路径 变成啥了

from wmzdialog.

wangchaoya avatar wangchaoya commented on August 18, 2024

我看有的库的方案是把xib放在自己的Resources的bundle中,这样会不会好点

from wmzdialog.

wangchaoya avatar wangchaoya commented on August 18, 2024

2021-01-12 14:29:46.821101+0800 xxxxxxx[2539:323102] NSBundle </private/var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app> (loaded)
2021-01-12 14:29:46.821251+0800 xxxxxxx[2539:323102] (
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/MJRefresh.bundle> (not yet loaded),
NSBundle </private/var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app> (loaded),
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/MJRefresh.bundle/zh-Hans.lproj> (not yet loaded),
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/WMZDialog.bundle> (not yet loaded),
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/APCommonUI.bundle> (not yet loaded)
)
这是我下面获取到的 你的获取bundle 方法 和 allbundle 方法 ,都找不到 xib

from wmzdialog.

wwmz avatar wwmz commented on August 18, 2024

2021-01-12 14:29:46.821101+0800 xxxxxxx[2539:323102] NSBundle </private/var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app> (loaded)
2021-01-12 14:29:46.821251+0800 xxxxxxx[2539:323102] (
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/MJRefresh.bundle> (not yet loaded),
NSBundle </private/var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app> (loaded),
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/MJRefresh.bundle/zh-Hans.lproj> (not yet loaded),
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/WMZDialog.bundle> (not yet loaded),
NSBundle </var/containers/Bundle/Application/A87C3BE9-5F38-4D2E-BDF7-CDBF5A944A74/xxxxxxx.app/APCommonUI.bundle> (not yet loaded)
)
这是我下面获取到的 你的获取bundle 方法 和 allbundle 方法 ,都找不到 xib

转成nib放进 bundle了 下午你更新下试试

from wmzdialog.

wangchaoya avatar wangchaoya commented on August 18, 2024

辛苦啦!

from wmzdialog.

wangchaoya avatar wangchaoya commented on August 18, 2024

已更新,目前都正常

from wmzdialog.

Related Issues (20)

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.