Giter VIP home page Giter VIP logo

Comments (11)

usmanabid94 avatar usmanabid94 commented on June 2, 2024

@xjki @andreabusi @skywinder @noorulain17

from actionsheetpicker-3.0.

andreabusi avatar andreabusi commented on June 2, 2024

I'm using the last library version and I don't have any problems with Xcode 14.3.

Did you use CocoaPods? Try also to update to Xcode 14.3.1, it solve some issues on archive side.

from actionsheetpicker-3.0.

usmanabid94 avatar usmanabid94 commented on June 2, 2024

@andreabusi yes using cocoa pods and also using Xcode 14.3.1 and still facing the same issue

from actionsheetpicker-3.0.

usmanabid94 avatar usmanabid94 commented on June 2, 2024

what,s the latest version for this library you are using @andreabusi ??
I have this in pod file.lock:

  • ActionSheetPicker-3.0 (2.3.0)

from actionsheetpicker-3.0.

skywinder avatar skywinder commented on June 2, 2024

@usmanabid94 I didn’t use it for a while. I am happy to update this repository if someone will fix version compatibility

from actionsheetpicker-3.0.

usmanabid94 avatar usmanabid94 commented on June 2, 2024

@andreabusi mentioned that it works can you get in touch in with him on this @skywinder

from actionsheetpicker-3.0.

usmanabid94 avatar usmanabid94 commented on June 2, 2024

@andreabusi @skywinder @xjki @noorulain17 i am using the latest version of Xcode 14.3.1 and 2.7.1 version of the action sheet picker still facing the same issue.

from actionsheetpicker-3.0.

andreabusi avatar andreabusi commented on June 2, 2024

@usmanabid94 try to delete the entire "Pods" folder from your project and do a fresh "pod install" command (also remove derived data from Xcode)

from actionsheetpicker-3.0.

usmanabid94 avatar usmanabid94 commented on June 2, 2024

@andreabusi @skywinder @xjki @noorulain17
It was an issue due to files missing in Xcode 14.3 i fixed it now you can also close it and steps to fix it are mentioned below :
9

For the people facing error in Xcode after update to 14.3.

In your xcode, Go to PODS folder :
Target Support Files => Pods-{Your Project} => Pods-{Your Project}-frameworks

Change

source="$(readlink "${source}")"
this :

source="$(readlink -f "${source}")"

from actionsheetpicker-3.0.

andreabusi avatar andreabusi commented on June 2, 2024

@usmanabid94 ok thanks for the reporting. This issue is not already solved in cocoapods 1.12.1?

https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.1

from actionsheetpicker-3.0.

usmanabid94 avatar usmanabid94 commented on June 2, 2024

@andreabusi i tried to use the latest cocoapods version also but invain i recommend everyone to use this fix because it will save a lot of time and issues that might arise by some other solutions

from actionsheetpicker-3.0.

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.