Code Monkey home page Code Monkey logo

Comments (10)

nightfall708 avatar nightfall708 commented on July 21, 2024

I tried dragging the RMDateSelectionViewController.xib directly into my project and it began to work. It's as if the xib is not found in the pods projects, but it's there (and I use other pods as well)

from rmdateselectionviewcontroller.

CooperRS avatar CooperRS commented on July 21, 2024

Thank for your info. Last time I tried to use this project with a pod file it worked. So maybe a problem with a newer version of CocoaPods? I'll test it out myself as soon as possible!

from rmdateselectionviewcontroller.

CooperRS avatar CooperRS commented on July 21, 2024

Seems to be a problem of CocoaPods not importing XIBs correctly. They are imported as plain resources and wont be "compiled" to nibs.
(Or my spec is broken. But then I don't know how to fix it)

from rmdateselectionviewcontroller.

getaaron avatar getaaron commented on July 21, 2024

I have this error, even after copying the xibs into my main bundle.

from rmdateselectionviewcontroller.

nightfall708 avatar nightfall708 commented on July 21, 2024

I hate cocoa pods.

On 12 בדצמ 2013, at 01:15, Aaron Brager [email protected] wrote:

I have this error, even after copying the xibs into my main bundle.


Reply to this email directly or view it on GitHub.

from rmdateselectionviewcontroller.

CooperRS avatar CooperRS commented on July 21, 2024

Just copying the XIB into the application bundle will not work. As already mentioned normally Xcode would process XIBs before copying them into the application bundle. But since CocoaPods adds the XIBs as plain resources (and not as XIBs) this processing step of Xcode is skipped.

As mentioned in #2 I will remove XIBs in a future release and build the GUI using code. This is an enhancement for customization and will solve this problem here. May take a few days though ;)...

from rmdateselectionviewcontroller.

zetachang avatar zetachang commented on July 21, 2024

I believe this is related to this issue (CocoaPods/CocoaPods#1653) that we need CocoaPods to process the .xib file and also preserve the directory structure.

from rmdateselectionviewcontroller.

Inza avatar Inza commented on July 21, 2024

I have this issue as well...

from rmdateselectionviewcontroller.

rivera-ernesto avatar rivera-ernesto commented on July 21, 2024

@zetachang You're right. It is the same kind of issue due to files in subfolders don't get processed.

from rmdateselectionviewcontroller.

CooperRS avatar CooperRS commented on July 21, 2024

In the latest git version I completely removed the dependence on XIBs. Next CocoaPods version will contain these changes.

from rmdateselectionviewcontroller.

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.