-
-
Notifications
You must be signed in to change notification settings - Fork 197
Command xcode build failed with exit code 65 #4163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@PythonDevOp the issue is most likely related to your XCode version. Try updating to XCode 10. |
Your problem might be related to this #3909 |
@NickIliev In order for me to upgrade to XCode 10, I'd have to update my Mac OS too. Not sure if I'd want to do that just for the sake of getting this working. Is there anything else I can try? @Fatme I tried the steps mentioned here but that did not work. One thing I find interesting is the issue I am having (error code 65) seems to be present in issue #3909 as well, and one suggested solution to that is to downgrade the XCode run version. I am slightly confused as to what the problem really is and what the best way to solve it is, but this problem appears to be a known one that more than 1 person has faced. Any thoughts on the culprit? MY guess is that it has something to do with this, but I dont know what it means:
|
Hi @PythonDevOp, Can you reproduce the problem on brand new hello world project without any plugins? |
I have Updated XCode from version 9.4 to 10.1 Command xcodebuild failed with exit code 65 |
Hi @alereisan, Can you reproduce the issue in hello world app without plugins? |
@dtopuzov yes, i just made a new project in sidekick -> Angular & Typescript -> Blank Tried running it on iPhone 6 (real device):
|
@dtopuzov I just tried to run it in debug on iPhone XR Simulator. |
@dtopuzov - sorry, I haven't tried. Will try again today and let you know |
I have opened the project in xcode. xcode: 10.1 |
Hello, |
Hello,
Please, build the project with |
@miroslavaivanova How would you like for me to send the log? |
@PythonDevOp you can drag and drop the file into the comment box. |
hello do you know if nativescript 5.1.1 will work with Xcode 9.4 ?? I have the same problem |
log.txt i ran the command to generate the .txt file and i´m attaching it. |
@miroslavaivanova Please see the attached log: |
@miroslavaivanova i ran the tns debug command and i saw that the conflict was a dependecy on my package json file that was depracated i erased and i works. |
Hi @PythonDevOp, |
@KristianDD - Ok. I will try to update my OS to accommodate for the new XCode 10.1 version. Previously I was unable to due to security policy locally, but will try again. |
I opened up XCode, there you can find details on what the error is. in my case some library was missing. |
Thanks guys, as this issue is quite old and contains different problems and solutions, I'm closing it. In case you have similar problem, please open a new issue. |
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):MAC High Sierra 10.13.3
XCode: 9.0.1
Describe the bug
Error log:
To Reproduce
I created a new app via
tns create newApp --ng
and added the plugins above.Expected behavior
Sample project
Additional context
App runs on Genymotion Android emulation, but does not run on IOS emulator.
The text was updated successfully, but these errors were encountered: