Code Monkey home page Code Monkey logo

Comments (9)

xXcoronaXx avatar xXcoronaXx commented on July 25, 2024 2

Same build error IOS:

Error: Cannot find module '../../node_modules/xcode'

from cordova-plugin-firebase-analytics.

epetre avatar epetre commented on July 25, 2024

same bug https://github.com/blakgeek/cordova-plugin-cocoapods-support/issues/30

from cordova-plugin-firebase-analytics.

epetre avatar epetre commented on July 25, 2024

changing

     xcode = context.requireCordovaModule('cordova-lib/node_modules/xcode'),
     plist = context.requireCordovaModule('cordova-lib/node_modules/plist');

to

     xcode = context.requireCordovaModule('xcode'),
     plist = context.requireCordovaModule('plist');

Fixes the issue for me, but then I get:

Plugins/cordova-plugin-firebase-analytics/FirebaseAnalyticsPlugin.m:2:9: fatal error: module 'FirebaseAnalytics' not found
@import FirebaseAnalytics;

This was mentioned here but then closed.

from cordova-plugin-firebase-analytics.

MarinoRaul avatar MarinoRaul commented on July 25, 2024

Can you resolve this issue???

Same build error IOS:

Error: Cannot find module '../../node_modules/xcode'

from cordova-plugin-firebase-analytics.

shirkan avatar shirkan commented on July 25, 2024

Same problem here.

from cordova-plugin-firebase-analytics.

Alb93 avatar Alb93 commented on July 25, 2024

Same here. @chemerisuk please fix. My try was to change
xcode = context.requireCordovaModule('cordova-lib/node_modules/xcode'), plist = context.requireCordovaModule('cordova-lib/node_modules/plist');
to
xcode = require('xcode'), plist = require('plist');
but receiving som build compilation errors.

from cordova-plugin-firebase-analytics.

chemerisuk avatar chemerisuk commented on July 25, 2024

Try version 0.10 from npm. Make sure you've read README to setup plugin correctly (there were some changes).

from cordova-plugin-firebase-analytics.

merbin2012 avatar merbin2012 commented on July 25, 2024

Nothing specified there.

from cordova-plugin-firebase-analytics.

ManoloCap avatar ManoloCap commented on July 25, 2024

Same problem here in 2018

from cordova-plugin-firebase-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.