Closed EvolutionsSystems closed 1 year ago
Looks to me like an issue with your installation or your environment. Need a minimal, reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
I did notice something interesting:
Cordova Platforms : none
Cordova Plugins : no whitelisted plugins (0 plugins total)
I don't know why return this in ionic info
when execute sudo cordova platform ls return
Installed platforms:
ios 6.0.0
Available platforms:
android ^10.1.1
browser ^6.0.0
electron ^3.0.0
osx ^6.0.0 (deprecated)
My app.component.js
constructor(private db: DbService,
public srv: MainService,
private platForm: Platform,
private device: Device,
private cdr: ChangeDetectorRef,
private androidPermissions: AndroidPermissions) {
// srv.login.access = true;
srv.backButton();
srv.loadingUUID = true;
platForm.ready().then(() => {
console.log("após platform ready 2");
srv.loadingUUID = false;
srv.UUID = this.device.uuid;
});
this.srv.cdr = cdr;
}
Sorry for that close.. Miss click.
That error happened on execute by Xcode and ionic cordova run ios --livereload --consolelogs --external
Can anyone help me with any ideas?
I need a reproduction project to help you with this. Must be complete so that I can try building and running it. Must be minimal, no harder for me to build than absolutely needed. No sensitive company info.
And free support has no guarantee of time, I will just help when I get a chance.
I do offer commercial support as well, please contact sales@storesafe.io if interested thanks.
To all that have the same problem.
I executed
ionic start "app-name" --type=angular --cordova Chose YES on capacitor integrations remove resources, node-modules, src, package.json, package-lock.json and copy all from original project. Then executed npm I I ajusted the id, version and author in config.xml ionic cordova platform add ios
On final, the problema was soved
Hello everyone.
Im getting this erro on execute the project on Xcode
ionic info
Cordova plugin ls
npm ls
dbservice.js
log Xcode
log safari debug
im execute to remove node_modules, platforms, plugins, www and install again... Im don't know what happening.... Please help