Balsa Mirkovic
Balsa Mirkovic
I'm getting the same error when trying to upload a file (FormData). Example: ``` const options = { url: 'https://example.com/my/api', headers: { 'X-Fake-Header': 'Fake-Value' }, data: FormData, }; await CapacitorHttp.post(options);...
I am also getting this error for both `bundleId` and `displayName`. And I tried putting something like "Test" to `displayName` and still the same. So I don't have any accented...
Even if I create new yaml file like in documentation: ``` platforms: ios: targets: App: displayName: My Awesome App ``` With nothing else in it, still doesn't work. `run ios...
Yes, I have App in target.  Earlier today it was working just fine. I am using this script multiple times a day, every day....
I found the issue. I added some comments to `project.pbxproj` file, two of them to be precise, and that was causing Trapeze to be unable to find the App target....