Balsa Mirkovic

Results 5 comments of 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. ![Screenshot 2023-05-12 at 14 31 56](https://github.com/ionic-team/trapeze/assets/34303783/fc9271c2-9575-46f7-a337-b607de48bf38) 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....