Hi Niklas! Yes, this is a known issue currently with Xcode 10
https://github.com/apache/cordova-ios/issues/407 <https://github.com/apache/cordova-ios/issues/407> There's a few PRs to resolve this, but this one looks the most promising https://github.com/apache/cordova-ios/pull/409 <https://github.com/apache/cordova-ios/pull/409> I'd suggest following along on the issue/pull request. Cheers! > On Sep 27, 2018, at 4:34 PM, Niklas Merz <[email protected]> wrote: > > Hello everybody, > > today I had a strange issue with the latest Apple software and our > Codova project. I already read about someone trying the Xcode build > system, but I cannot remember the details. > > I have set a new iPhone XS as a development device and tried to build > our Cordova project with Xcode 10. It failed to run on the device with > an error message about invalid signing and something with entitlements. > The exact same project runs perfectly on an iPhone 6S with iOS 12. Then > I found a Stackoverflow post about a similar problem and switched the > project to the "Legacy build system". This build runs on the new iPhone. > Isn“t this strange? > > Does anybody have the same problem. I just wanted to let you know. Maybe > I can help with this. > > > Best regards > > Niklas > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
