skip to Main Content

I’m working on an Ionic iOS project and since I upgraded to macOS Sonoma 14.4.1 I get this error when I try to build my project in xcode 15.3.

I tried

  • cleaning the build folder
  • executing pod deintegrate, pod clean and pod install
  • upgrading cocoa pods with gem install cocoapods

If I set User Script Sandboxing to No, the application builds, but I still get the error when I’m building the exact same commit/version on Ionic Appflow, which I have to do to publish the Application in the App Store.

2

Answers


  1. Chosen as BEST ANSWER

    I managed to get it to build by changing User Script Sandboxing to No on both, the target and the app.


  2. I’m facing the same problem as you. Were you able to solve it? I haven’t had any success so far.

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