Mikihiro Hayashi
Mikihiro Hayashi
The value of BuildInfo.debug refers to the value of BuildConfig.DEBUG. Are there many BuildConfig classes? If the BuildConfig class is in a specific path, ```js var buildInfoBuildConfigClassName = 'org.apache.cordova.sample.BuildConfig'; ```...
I use cordova at CLI and I have not used Ionic. I will respond if it seems to be possible to write after using it by me.
I also try to measure startup time. What was the iOS device you used for measurement?
Looking at your results, BuildInfo initialization seems to be complete. Nevertheless, output in the console.log seem to return the results of uninitialized. Is there output like the following in Xcode...
Check if the following file exists. [PLUGIN] - plugins/cordova-plugin-buildinfo/plugin.xml - plugins/cordova-plugin-buildinfo/www/buildinfo.js - plugins/cordova-plugin-buildinfo/src/ios/CDVBuildInfo.h - plugins/cordova-plugin-buildinfo/src/ios/CDVBuildInfo.m [www] - platforms/ios/platform_www/plugins/cordova-plugin-buildinfo/www/buildinfo.js - platforms/ios/www/plugins/cordova-plugin-buildinfo/www/buildinfo.js [Project] - platforms/ios/PROJECT_NAME/Plugins/cordova-plugin-buildinfo/CDVBuildInfo.h - platforms/ios/PROJECT_NAME/Plugins/cordova-plugin-buildinfo/CDVBuildInfo.m PROJECT_NAME varies depending on the...
If CFBundleDisplayName cannot be acquired, the plugin may not return a response, and iOS acquisition processing has been changed to the release of v4.0.0. Please try to upgrade to v4.0.0.
Hi @VictorKachalov Even if health_kit_reporter was set to 2.1.0, an error occurred at runtime and it could not be started. (iOS 12.4.1) ``` dyld: Symbol not found: _OBJC_CLASS_$_HKElectrocardiogramQuery Referenced from:...
If you add it directly with Xcode, it will be reset every time you start it via Flutter, so I added the following to the project's ios/Podfile to make a...