Coder Social home page Coder Social logo

Comments (19)

DavidFerreria avatar DavidFerreria commented on July 17, 2024 2

Same here.
For now I just modify:
@available(iOS 11.0, *) static let showsBackgroundLocationIndicator = #keyPath(CLLocationManager.showsBackgroundLocationIndicator)
and
@available(iOS 11.0, *) public var showsBackgroundLocationIndicator: Observable<Bool> {

from rxcorelocation.

pschneider avatar pschneider commented on July 17, 2024 2

We are facing this too (version 1.5.0), but also only when switching from Xcode 12.4 (works fine) to Xcode 12.5 (shows the above mentioned failure) without any other changes to the project.

from rxcorelocation.

santieduardo avatar santieduardo commented on July 17, 2024 2

@abouroubi I have no ideia. @bobgodwinx doesn't seem to be too concerned about the community, unfortunately. Each release takes an average of almost 6 months. This is absurd, in my view.

from rxcorelocation.

goncharik avatar goncharik commented on July 17, 2024 1

Hi. Have same issue. Version 1.5.1. This issue appeared after Xcode 12.5 update

from rxcorelocation.

mixdesign avatar mixdesign commented on July 17, 2024 1

If you don't want to wait for fix version in cocoa pods, use SPM for this library. Grad the source from master branch. ✅

from rxcorelocation.

newoo avatar newoo commented on July 17, 2024

Could you tell me which version do you use now?

from rxcorelocation.

cahyofendhi avatar cahyofendhi commented on July 17, 2024

Could you tell me which version do you use now?

version 1.5.1

from rxcorelocation.

newoo avatar newoo commented on July 17, 2024

Thanks @cahyofendhi

from rxcorelocation.

ValeriyJefimov avatar ValeriyJefimov commented on July 17, 2024

Any Updates @cahyofendhi

from rxcorelocation.

om55 avatar om55 commented on July 17, 2024

It appears that this issue has already been solved in Master, however there has not been a new release.

from rxcorelocation.

om55 avatar om55 commented on July 17, 2024

@bobgodwinx

from rxcorelocation.

bfaganello avatar bfaganello commented on July 17, 2024

Hello,
Do you have a date to release a version with this fix?

from rxcorelocation.

abouroubi avatar abouroubi commented on July 17, 2024

Hello !

Is this issue going to be addressed ? or should we stop using RxCoreLocation, it's breaking our CI :(

from rxcorelocation.

norbdev avatar norbdev commented on July 17, 2024

+1

from rxcorelocation.

santieduardo avatar santieduardo commented on July 17, 2024

The fix is in master branch, but @bobgodwinx didn't make new tag yet

from rxcorelocation.

abouroubi avatar abouroubi commented on July 17, 2024

Hello @santieduardo do you think it will be pushed in the near future ?

I'm afraid to continue using this package if each time there is a critical issue, we need to wait a long time for it to be published.

from rxcorelocation.

bobgodwinx avatar bobgodwinx commented on July 17, 2024

Look I am working on a very intensive time consuming app at the moment and if someone has the time for a fix and release the xcode 13.1 version I will approve it.. also if someone wants to take the ownership of the project I will give it to them.

Sorry guys for the delay.. My daily jib is currently taking up most time because of what we're building..
Alternative asap we finish xcode 13.1 integration I will have sometime to look into the framework

from rxcorelocation.

ShenYj avatar ShenYj commented on July 17, 2024

1.5.1 has the same problem in Xcode Version 13.2.1 (13C100)

RxCoreLocation.build/Release-iphoneos/RxCoreLocation-iOS.build/Objects-normal/arm64/RxKeyPaths.bc
/Users/shenyj/Documents/Code/MyProject/PPILibrary/Carthage/Checkouts/RxCoreLocation/Sources/RxKeyPaths.swift:17:78: error: 'showsBackgroundLocationIndicator' is only available in iOS 11.0 or newer
    static let showsBackgroundLocationIndicator = #keyPath(CLLocationManager.showsBackgroundLocationIndicator)
                                                                             ^
/Users/shenyj/Documents/Code/MyProject/PPILibrary/Carthage/Checkouts/RxCoreLocation/Sources/RxKeyPaths.swift:17:16: note: add @available attribute to enclosing static property
    static let showsBackgroundLocationIndicator = #keyPath(CLLocationManager.showsBackgroundLocationIndicator)
               ^
/Users/shenyj/Documents/Code/MyProject/PPILibrary/Carthage/Checkouts/RxCoreLocation/Sources/RxKeyPaths.swift:11:1: note: add @available attribute to enclosing extension
extension String {
^

** ARCHIVE FAILED **

from rxcorelocation.

ShenYj avatar ShenYj commented on July 17, 2024

Now, the minimum target version is upgrade to 11.0, it seems like @available attribute is unnecessary.

from rxcorelocation.

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.