Code Monkey home page Code Monkey logo

Comments (7)

mlynch avatar mlynch commented on May 19, 2024 1

And yes that issue looks related to the Capacitor CLI and my fix won't apply there

from trapeze.

mlynch avatar mlynch commented on May 19, 2024

Good catch, will get this fixed

from trapeze.

mdledoux avatar mdledoux commented on May 19, 2024

Oh wow - I just found this too, and I see @mlynch just responded 8 days ago!
I see the same changes happening to my ios/App/Podfile

 def capacitor_pods
   pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
   pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
-  pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
-  pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
-  pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
-  pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
-end
-
-target 'App' do
-  capacitor_pods
-  # Add your Pods here
-end
+  pod 'CapacitorApp', :path => '..\..\node_modules\@capacitor\app'
+  pod 'CapacitorHaptics', :path => '..\..\node_modules\@capacitor\haptics'
+  pod 'CapacitorKeyboard', :path => '..\..\node_modules\@capacitor\keyboard'
+  pod 'CapacitorStatusBar', :path => '..\..\node_modules\@capacitor\status-bar'
+end^M

Oddly enough, no Android files got changed!
I'm not sure how that is happening, or what I am doing to cause that - it seems to update on its own, and I keep doing a git-checkout of the ios folder. (Especially since this is happening when I'm working on Windows, but not Mac or Linux)

Will this simply be a minor upgrade, or will you provide instructions here?
Or is there a config I can set or command I can run to override the default?

from trapeze.

kentora avatar kentora commented on May 19, 2024

I see the same changes happening to my ios/App/Podfile

I Think the change you are seeing here are caused by capacitor itself, not the configure module. I saw the same thing happen on my end too.

I do believe you are not seeing it automatically, but rather after a capacitor sync iOS command

from trapeze.

kentora avatar kentora commented on May 19, 2024

It seems that the issuance be solved by using convertToUnixPath in cli/src/ios/update.ts:167 in the main capacitor repository

from trapeze.

mlynch avatar mlynch commented on May 19, 2024

Fixed in https://github.com/ionic-team/capacitor-configure/releases/tag/v1.0.27

from trapeze.

mdledoux avatar mdledoux commented on May 19, 2024

@kentora,

I do believe you are not seeing it automatically, but rather after a capacitor sync iOS command

Good catch - yes, I am seeing this happen automatically when I run ionic capacitor sync :-)

Maybe when I'm on Windows, I could have specifically run ionic cap sync android so that it wouldn't mess with the ios stuff. But hopefully the 1.0.27 fix solved this!

from trapeze.

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.