Runtime error since iOS 13.4 / XCode 11.4

Hello,

After upgrading to iOS 13.4 / XCode 11.4, I get this error when I try to open my app:
Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

I tried to do npx cap add ios again but no luck

Thank you

I also had another Issue with XCode 11.4, so you can try downgrade to 11.3.1 again and check if the error still exists with iOS 13.4

Fixed it by upgrading to @capacitor/ios@2.0.0-beta.1 with npm install @capacitor/ios@next

Then run npx cap add ios and it’s fine now :grinning:

2 Likes