Code Monkey home page Code Monkey logo

Comments (6)

ryanfitz avatar ryanfitz commented on August 30, 2024

I ran into this same issue today. I found a workaround which is to set the macro RH_AB_INCLUDE_GEOCODING=0. This works as long as you don't need the geocoding functionality.

For anyone using cocoapods you can set this macro with the following change to your Podfile:


post_install do |installer_representation|
  installer_representation.project.targets.each do |target|
    if target.name == 'Pods-RHAddressBook'
      target.build_configurations.each do |config|
        config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)']
        config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] << 'RH_AB_INCLUDE_GEOCODING=0'
      end
    end
  end
end

from rhaddressbook.

heardrwt avatar heardrwt commented on August 30, 2024

This code is in need of a bit of love. Sorry for letting it slip. I've had other projects on the go for a little while now that have been keeping me busy!

from rhaddressbook.

heardrwt avatar heardrwt commented on August 30, 2024

I've pushed v1.1.0 to cocoapods that disabled geo by default and also switches to using GCD for thread safety. Full geo cleanup can happen some other time.

from rhaddressbook.

johnryan avatar johnryan commented on August 30, 2024

what is the URL for the updated cocoapod? just using pod 'RHAddressBook' , '~> 1.1.0' throws an error?

Thanks!

from rhaddressbook.

heardrwt avatar heardrwt commented on August 30, 2024

Hey John, Seems that my push last night to CocoaPods failed due to access changes they have implemented. I have opened a pull request to get it into the mainline specs repo. CocoaPods/Specs#8829

from rhaddressbook.

johnryan avatar johnryan commented on August 30, 2024

Gotcha, looks all good now. Thanks.

from rhaddressbook.

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.