Giter VIP home page Giter VIP logo

Comments (5)

a3l5o7n9 avatar a3l5o7n9 commented on July 20, 2024 1

Try updating the 'app.json' file line 7 - "sdkVersion": "30.0.0".
They updated it in 'package.json', but probably forgot that one.
Had the same issue until I found a thread with someone with a similar issue who just updated to v 30.0.0 and was advised to check that file.

from playlist-example.

shareef301 avatar shareef301 commented on July 20, 2024

same here. can't figure out what to do 🤔

from playlist-example.

natterstefan avatar natterstefan commented on July 20, 2024

Thank you @a3l5o7n9, helped me a lot. I still had to tweak some minor things to get it running. You can find my code (if anybody is interested) here: https://github.com/natterstefan/playlist-example/tree/feature/expo-sdk-31. I have not created a PR yet, because one feature is not working anymore and I am still investigating why.

from playlist-example.

steve1000 avatar steve1000 commented on July 20, 2024

For anyone else having this issue: we solved it because after upgrading to v31, even though the npm install created the split up of the expo modules, it didn't add them to the Podfile and header paths for the Xcode project.

Adding:
pod 'EXLocation', :path => "../node_modules/expo-location/ios"
To your pod file and "${PODS_ROOT}/Headers/Public/EXLocation" to the Header Search Paths on your Xcode project target should sort out this error.

Keep in mind it may not be the last of the errors that you'll see. If you create a fresh expo project and do an eject, have a look at the generated Podfile and Header Search Paths that are created. They'll probably have a lot more entries than your current config.

from playlist-example.

cruzach avatar cruzach commented on July 20, 2024

Closing this as we've updated to SDK 34 and I wasn't able to repro this. If you run into any issues using the Audio API, please open any further issues at the main Expo repo

from playlist-example.

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.