Giter Club home page Giter Club logo

Comments (7)

supermarin avatar supermarin commented on September 4, 2024

How does your Podfile look like?

It seems like targets are messed up

from objectiverecord.

norman784 avatar norman784 commented on September 4, 2024

like this...

platform :ios, :deployment_target => '6.0'
pod 'ObjectiveRecord', '~>1.4'
pod 'SVHTTPRequest', :git => 'https://github.com/samvermette/SVHTTPRequest.git'
pod 'BSKeyboardControls', '~>2.0'
pod 'Reachability', '~>3.1'
pod 'Facebook-iOS-SDK', '~>3.1'

from objectiverecord.

supermarin avatar supermarin commented on September 4, 2024

That's very werd. If Objective record wasn't there, you won't be able to compile at all.

from objectiverecord.

imdevin567 avatar imdevin567 commented on September 4, 2024

I might be late to the party, but since this ticket is still open it's worth commenting on (might be worth sticking in the README too).

I was having this same issue and solved it by adding "-ObjC -all_load" to my "other linker flags".

from objectiverecord.

conradwt avatar conradwt commented on September 4, 2024

@mneorr I received similar error because I wasn't getting the latest stable snapshot of the source. Thus, I had to do the following:

pod "ObjectiveRecord",  :git => "https://github.com/mneorr/Objective-Record.git"

Thus, I didn't have to add any flags to the source to get things to compile. Also, one doesn't have to explicitly set this flag if you're using iOS 7.

from objectiverecord.

stephencelis avatar stephencelis commented on September 4, 2024

@conradwt Sounds like this will be fixed with the next release? Linking this to the 1.5 milestone.

from objectiverecord.

stephencelis avatar stephencelis commented on September 4, 2024

Closing. Please reopen if you're still seeing issues.

from objectiverecord.

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.