skip to Main Content

while building iOS app on Xcode I got these 2 errors, I tried to build the iOS on visual studio code and I got the same errors. the operating system macOS 14.0 beta. processor M1 Proerrors messages. could downgrading the operating system fix that issue?

2

Answers


  1. update your Xcode project build option ‘ENABLE_USER_SCRIPT_SANDBOXING’ to ‘No’.

    Login or Signup to reply.
  2. Brilliant! this helped me a lot

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search