Chris Cant

Results 7 comments of Chris Cant

I have a similar (but slightly different) issue for manual signing on [email protected]. The build-extras.xcconfig file incorrectly is set up with PROVISIONING_PROFILE when it should be PROVISIONING_PROFILE_SPECIFIER. This is done...

@dpogue I've tested with a UUID instead of a name and it works for me. My fix might have been what's been necessary all along to fix this issue, but...

@pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIdentity, packageType and provisioningProfile right is crucial - and...

@pepenemo I had worked out that that was your set up. I do use VC2017 on Windows but build Android by hand and don't use its remote build for iOS....

@pepenemo OK. I wouldn't include the team project name in the codesignidentity. Just have it as exactly "iPhone Distribution" or "iPhone Developer".

Hello. Did you make any progress with this? I've had this on my Windows setup for around the same time. Very very weirdly I can usually clear it by doing...

Thanks very much. I'm using npm so adding this to package.json seems to fix the problem, although one of the eventual build "You can now deploy" message had an un-normalised...