Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: There is no appBundle in core-plugin-definitions.d.ts #2068

Closed
3 of 4 tasks
baumblatt opened this issue Oct 18, 2019 · 2 comments
Closed
3 of 4 tasks

bug: There is no appBundle in core-plugin-definitions.d.ts #2068

baumblatt opened this issue Oct 18, 2019 · 2 comments

Comments

@baumblatt
Copy link
Contributor

baumblatt commented Oct 18, 2019

Bug Report

Capacitor Version

npx cap doctor output:
💊 Capacitor Doctor 💊

Latest Dependencies:
@capacitor/cli: 1.2.1
@capacitor/core: 1.2.1
@capacitor/android: 1.2.1
@capacitor/ios: 1.2.1

Installed Dependencies:
@capacitor/cli 1.2.1
@capacitor/ios 1.2.1
@capacitor/core 1.2.1
@capacitor/android 1.2.1

[success] Android looking great! 👌
Found 9 Capacitor plugins for ios:
capacitor-firebase-analytics (0.3.2)
capacitor-firebase-analytics-events (0.0.3)
capacitor-firebase-auth (0.2.4)
com.telerik.plugins.nativepagetransitions (0.6.5)
cordova-plugin-appminimize (1.0.1)
cordova-plugin-bluetooth-serial (0.4.7)
cordova-plugin-brightness (0.2.0)
cordova-plugin-device (2.0.3)
phonegap-plugin-barcodescanner (8.1.0)

[success] iOS looking great! 👌

Affected Platform(s)

  • Android
  • iOS
  • Electron
  • Web

Current Behavior

npm run build fail with erro below:
TS2339: Property 'appBuild' does not exist on type 'DeviceInfo'.

Expected Behavior

Build successfully

Sample Code or Sample Application Repo

const {appVersion, appBuild, uuid, model, osVersion, platform} = await Device.getInfo();

Reproduction Steps

Other Technical Details

npm --version output:
6.9.0
node --version output:
v10.16.0
pod --version output (iOS issues only):
1.8.3

Other Information

nope.

@baumblatt
Copy link
Contributor Author

Ops, this is the same of #1994

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 13, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant