Open JustasKuizinas opened 6 years ago
Seems it's problem with cordova-plugin-openwith plugin, if I remove it I can succesfully run ionic cordova build ios
@JustasKuizinas Learned anything?
@j3k0 no nothing yet
I'm using ionic and I have the same issue, any idea how can I make it work?
Does your project build when you open the native project in Xcode?
I realize if I build the app when the emulator is running something crashes and it's impossible to build again. The only workaround I found was to delete and install again ios platform.
No I build from command line. @FedericoAlvarez so plugin works for you?
Sometimes I have problems with building via the command line and I have to open the project in Xcode and fix some stuff to make it run.
@NiklasMerz hm what kind of stuff?
Just try to run the build. Mostly some errors about signing or building will appear.
Am 10. Okt. 2018, 19:14, um 19:14, Justas Kuizinas notifications@github.com schrieb:
@NiklasMerz hm what kind of stuff?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/j3k0/cordova-plugin-openwith/issues/34#issuecomment-428655106
Sometimes I have problems with building via the command line and I have to open the project in Xcode and fix some stuff to make it run.
In my case, it seems to be working on Xcode but not on the command line.
I'm running into this issue also - anyone have a workaround?
It seems deleting the plugin, building, then re-installing plugin and running from Xcode solves it but it's a lot of effort for each build
I'm running into this issue also - anyone have a workaround?
It seems deleting the plugin, building, then re-installing plugin and running from Xcode solves it but it's a lot of effort for each build
In my case I've realized even though the build command fails, the changes were implemented. I'm thinking of uninstalling the plugin when I'm developing other stuff and when I need to release a new version I will install it.
I have the same issue if you run cordova build ios. Just open xCode after your build cmd and push it on your device from there.
When I try to build ios: ionic cordova build ios
I get this error
Any ideas how to fix it?