Error Updating iOS native dependencies #3521
-
Hey all, I've created my first capacitor app in Android, and I'm trying to add iOS. I have been encountering this error, and if I ignore it and try to build in Xcode I've got the SIGBART error. `npx cap sync ios Sync finished in 7.079s` I've read that this xcode error could be ignored, so I'm not sure if it is related. Any idea? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The issue is here: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Here's some things to try. |
Beta Was this translation helpful? Give feedback.
-
Amazing! I swear I read somewhere that I could ignore this error. But selecting the Xcode app fixed the error in capacitor. I'm still having a SIGABRT error, but that would probably be my code. Thanks! |
Beta Was this translation helpful? Give feedback.
The issue is here: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Here's some things to try.