GithubHelp home page GithubHelp logo

Comments (5)

SudoPlz avatar SudoPlz commented on August 16, 2024

from react-native-amplitude-analytics.

chuntley avatar chuntley commented on August 16, 2024

My Podfile has it added:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'TheApp' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

pod 'Amplitude-iOS', '~> 4.0.4'

end

from react-native-amplitude-analytics.

chuntley avatar chuntley commented on August 16, 2024

I never ended up figuring out the issue, but I was able to brute force a fix by removing the ios directory then recreate it to my current react-native version:

rm -rf ./ios
react-native eject
react-native link react-native-amplitude-analytics
cd ./ios
pod init
# edit the Podfile
pod install

I had to recreate my links to other native modules, but this ended up working. Maybe it had something to do with migrating through various previous versions of react-native? No idea. Hopefully this helps someone else.

from react-native-amplitude-analytics.

SudoPlz avatar SudoPlz commented on August 16, 2024

Huh, that's interesting and weird..

No idea what went wrong there.

Btw you probably tried deleting your Pods directory and re-running pod install so I'm not even asking..
Hopefully this might help someone in the future, so thanks for sharing your solution..

from react-native-amplitude-analytics.

chuntley avatar chuntley commented on August 16, 2024

Thank you for the great library!

from react-native-amplitude-analytics.

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.