Code Monkey home page Code Monkey logo

Comments (5)

mikeash avatar mikeash commented on August 21, 2024

I don't see this error here, building the project with Xcode 4.5.2. Are you including additional settings that trigger this?

from plweakcompatibility.

smolls avatar smolls commented on August 21, 2024

Here's the Xcode error
Screen Shot 2012-12-27 at 10 24 05 AM

I used the highlighted suggestion to "fix" the issue. I don't believe we've got any settings out of the ordinary. Here's the linker flags:
Screen Shot 2012-12-27 at 10 26 51 AM

We're compiling against iOS 6 SDK, with a Minimum target version of 4.3, using LLVM 4.1. It's failing to compile in our Debug build, which uses no compiler optimizations (whereas release builds use Fastest & Smallest -0s, and it also fails to compile there). The only C flags are the ones the documentation lists to convince Xcode to compile with weak enabled.

It is compiling the .m using ARC, although I don't see anything in the docs about that being an issue. The issue code never actually gets hit in our scenario because we're not using the Mazwr lib.

What other settings might be causing it would you think?

from plweakcompatibility.

mikeash avatar mikeash commented on August 21, 2024

I still can't make the error show up here. Maybe you have a prefix header that's getting in the way somehow? But it may not be necessary. While trying to figure out what was going on, I discovered that the internal prototype for -initWithTarget: was declared as a class method! Oops. This is now fixed in commit a9ec557. Pull that down and give it a try. If the error still happens, see what sort of stuff you have in your prefix header, as I suspect there's a conflicting prototype for that method somewhere.

from plweakcompatibility.

smolls avatar smolls commented on August 21, 2024

Pulled down the commit. That didn't fix it. Did a global search for initWithTarget and, sure enough, we've got some remnants of Three20 in our codebase included in the PCH, and one of those (TTURLNavigatorPattern) has a function
- (id)initWithTarget:(id)target

Commented that out, and sure enough everything built. Sounds like time for some internal house cleaning (I don't think we use that part of Three20 anymore as we've slowly been moving off it). Thanks for the point in the right direction, and happy to see we at least fixed something :)

from plweakcompatibility.

mikeash avatar mikeash commented on August 21, 2024

Cool, glad you got it worked out. You prompted some much-needed housekeeping on the project even if the problem was elsewhere, so that's good.

from plweakcompatibility.

Related Issues (7)

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.