Problem with Xcode command-line tool

Hello

Last week I upgraded my macbook pro with the latest OS X Capitan and 7.3 of Xcode.

I also installed the command line for Xcode Tools.

But there is a problem because the "command-line tools" in Xcode do not work, for example, I am getting following error:

MyMacBookPro-5: ~ make amitc$ xcrun

xcodebuild: error: SDK '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer /SDKs/MacOSX10.10.sdk' is not found.

xcrun: error: cannot find the utility 'make', not a tool of development or on the WAY.

Does anyone know any solution to this problem?

(I don't understand why he's trying of MacOSX10.10.sdk, while it must search for MacOSX10.11.sdk).

With our thanks,

Amit.

You agree with the terms and conditions of the license?

sudo xcodebuild-license

Tags: iOS Developer

Similar Questions

  • Problem with the command line APEXEXPORT after upgrading to 3.2

    Hello

    After the upgrade to 3.1.2 to 3.2 Apex (upgrade went well), I get the following error message when you try to do an export of command-line applications:

    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/apex/APEXExport (unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0 (Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    in java.net.URLClassLoader.access$ 100 (URLClassLoader.java:55)
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

    Any ideas? It worked perfectly fine before the upgrade... I use Oracle 10.2.0.4 database JDBC jar files.

    Thank you
    Matthias Hoys

    Hello

    Machines virtual Java is backward compatible, so you can use the JDBC 1.4 with JVM 1.5 or later without problem, no need to download new classes.

    And Yes, I think that it is best to go directly to JDK1.6... Here I have 1.6 and use the tool to export Apex with the 10g JDBC classes without problems.

    Luis

  • problems with the command-line command pc

    on the side of mac, I work from command line. But on the pc side I can't understand this.

    on a mac, this is

    deleteF="rm -r "+myNumPhoto.slice(0,39)+"imaging/*";
          app.system(deleteF);
    

    on the PC I'm trying to do the same thing with this.

    deleteF = "RD/s \\TEST\test".

    It runs the command, but I get the system cannot very well the specified file.

    If I run the slashes on the other hand, it works not at all of the suggestions would be greatly appreciated.

    much of the problem was with all the obliques. They must return the characters. That said I ended up doing a string. Here's what I used.

        myNumPhoto=app.document.presentationPath;
        s=myNumPhoto.slice(0,42)
        s.toString();
        s=s+"imaging";
          deleteF="RD /S /Q "+s;
          addF="MD "+s;
          app.system(deleteF);
          app.system(addF);
    

    I had to delete the folder, and then add it in back on the PC because the command RD except no wildcard characters.

  • 10.11.4 update has failed because of the command line tools

    The 10.11.4 update fails with a message on the command line tools.

    I found this in system.log.

    Memento kernel [0]: sandbox: softwareupdated (329) deny system (1) - 682f fsctl

    181Mb Command Line Tool for Xcode 7.3 keeps reappearing in the section "updates" from the App Store, 10.11.4, as well as the global update apparently cannot continue.

    Normally, you should be able to select the updates separately (click on "More... »). If this does not work for some reason, you can download the 10.11.4 update by itself: download OS X El Capitan 10.11.4 updated

    (Combo version: Download OS X El Capitan 10.11.4 Combo Update)

  • WinRAR command line tools do not check an executable Windows Server 2012

    Hi all

    I have developed a VI in LabVIEW 8.6 using WinRAR command line tools (passed in the Exec.vi system) to archive data that takes place on 5 different computers on a network and stores on a server .rar files.  Executable file of the VI works perfectly on my computer (WinXP) development.  The data from each of the 5 machines are archived and .rar files are stored on the server.  However, when I move the executable on the server where the .rar files will be stored and run the executable file, the command window flashes on the screen as if WinRAR commands are running, but no data is archived on the server.  No errors are passed out of the Exec.vi of the system.  The server's operating system is Windows Server 2012 and I placed the Rar and UnRAR .exe in the folder system32 on the server.  The server firewall is disabled, and he is able to explore at the location of the data to arhived.  The server is logged in as a domain administrator account.

    Here is an example of one of the commands in command line that I spend in the Exec.vi system:

    cmd /c rar a - m5 \\selsacn11\viscom\selsvis01\15\07\20.rar \\selsvis01\Rep0\Archiv\15\07\20

    When I manually type this command in the command line on the server, the data is stored properly.  The problem occurs when I run the executable on the server.

    I tried to work around the problem by creating a batch of files containing the command above, then using the Exec.vi system to call this batch file.  Yet once, when I manually run the batch file, it works correctly, but when Exec.vi system in a LabVIEW executable file runs the command on the server file, I get the same result as described above - no data are archived on the server.  This batch file works on my development computer and on my laptop to the company.

    My only thought is that there is a problem with the access rights.  So far, the executable works fine on an older server (Windows Server 2003), the development computer (Win XP) and my laptop (Win7) company, but the executable archive not the data on the Server 2012 server or on another computer running WIndows 7.  I have all these machines connected under the same domain administrator account, but COMPUTER networks are certainly above my head, so I wanted to check here if anyone has seen this problem with WinRAR or the Exec.vi system.

    Thanks for any info!

    Success!

    Darin, I took your suggestions and after some more fighting with him, I have an error Code 2 on the Exec.vi system.  This led me in search of the forums where I fell on the following:

    http://forums.NI.com/T5/LabVIEW/problem-using-quot-MSG-quot-command-with-quot-system-exec-VI/m-p/153...

    Of course, all the machines that had been able to run the executable file are 32-bit.  All the machines that could not run the executable are a 64 bit system.  I placed the Rar.exe in the C:\Windows\SysWOW64 folder on the server and it works exactly as expected today.

    I fought with this for weeks, so I'm a little disappointed that it was something so simple, but I'm very happy to have finally work!

    Thank you all very much for the help!

  • The developer command-line tool Setup error

    Hello

    I had a hard time trying to install the tool developer for the AEMM, since that it was released yesterday.

    Here is what I get after the execution of the installation in root mode command line:

    Anyone who managed to install the tool?

    NGP ERR! Darwin 15.3.0

    NGP ERR! argv ' / usr/local/bin/node "" / usr/local/bin/NGP "'install'"-g"'aemm.

    NGP ERR! node v5.8.0

    NGP ERR! NGP v3.8.3

    NGP ERR! path /usr/local/lib/node_modules/aemm/bin/aemm.js

    NGP ERR! code ENOENT

    NGP ERR! errno - 2

    NGP ERR! syscall chmod

    NGP ERR! ENOENT ENOENT: no file or directory, chmod ' / usr/local/lib/node_modules/aemm/bin/aemm.js'

    NGP ERR! ENOENT ENOENT: no file or directory, chmod ' / usr/local/lib/node_modules/aemm/bin/aemm.js'

    NGP ERR! ENOENT This probably isn't a problem with the NPM itself

    NGP ERR! ENOENT and is linked to the NPM is not able to find a file.

    The command line tool is still under review and will be available soon. We'll let you know when it is available.

  • I get a message: to use the 'java' command line tool, you must install a JDK.  I tried 10 times to install without success.  Help, please.

    I get a message: to use the 'java' command line tool, you must install a JDK.  I tried 10 times to install without success.  Help, please.

    You probably have some of the older than the needs/desires software legacy Java installed.

    Please see these sons of community message:

    After the installation of El Capitan, I get the message: to use the 'java' command line tool, you must install a JDK

    Just found this last Java does not work with El Capitan

    This is the Apple link to the legacy version of Java 6.

    Download Java for OS X 2015-001

    First of all, I would like to try to identify what application generated the next message and update (delete) this request as the case may be. If you need to run Java then, as the Apple Support page says it's certainly preferable that your installation of Java entirely up-to-date with the Oracle's Java course. If you can get without Java, you should install it not - like the Flash, it should not be installed unless you have no choice.

  • Adding users to a group of construction using the command line tool

    Hello
    Please forgive me if this is in the wrong category/forum, I can't seem to find one for Oracle Portal. I wonder if someone could help me with this issue please?

    I am trying to automate the adding users to a group of portal, entries already exist for users in the OID.
    With the help of the following ldapmodify command:

    ldapmodify h myhost.company.com Pei 389 - D cn = sleep w f /home/modify.ldif password

    where /home/modify.ldif has the following entries:-

    DN: cn = User1, cn = Users, dc is company, dc = com
    ChangeType: modify
    Add: orcldefaultprofilegroup
    orcldefaultprofilegroup: cn = groupname, cn = portal. 090112.174408.194907000, cn = groups, dc = company, dc = com

    DN: cn = User2, cn = Users, dc is company, dc = com
    ChangeType: modify
    Add: orcldefaultprofilegroup
    orcldefaultprofilegroup: cn = groupname, cn = portal. 090112.174408.194907000, cn = groups, dc = company, dc = com

    The ldapmodify script puts the specified group in the field "Default group" of the 'Edit portal user profile' page in the portal, which is fine. However it is not in fact add the user to the group. When I check the list of the members of the users group are not listed. Also the group is not listed under the existing users group membership "in the"Edit user"page. Also, when I try to connect to the portal as users, I get the error message "you are not authorized to perform this operation. (WWC-44131) "

    How can I add users to a group membership by using the command line tool?

    Thank you.

    M

    Your LDIF file must change the group entry and no input from the user.

    something like

    DN: cn = portal. 090112.174408.194907000, cn = groups, dc = company, dc = com
    ChangeType: modify
    Add: uniqueMember
    uniqueMember: cn = User1, cn = Users, dc is company, dc = com

  • How can I remove the pop up next to my iMac? "to continue the 'java' command line tool, that you must install the JDK

    I can't seem to make the tour of the following pop up: "to use the"java"command line tool, you must install JDK.  I downloaded Java for many times, but the pop-up Guard reappear.  Is there any solution to get rid of this pop up, it makes me crazy?  Help, please!

    What java you have download and install.  To install is TIME legacy java 6 Apple for OS X, which can be downloaded here: Download Java for OS X 2015-001

  • Call a visual basic executable file with arguments command line using LABView

    Hi all

    I try to call a visual basic executable file with a command line using LABView 2014 argument. What I'm trying to accomplish executes an executable file that communicates with a device via a COM port. So, I would open the .exe with a command line argument to communicate via com 3 using the SYSTEM Exec VI. It seems that the command prompt window flashes and closes and then nothing happens. Not a lot of discussions about this on the forum. Any help would be greatly appreciated. Thank you.

    With some programs, instead of passing in the string:

    Somefile.exe

    Instead, you can use:

    cmd /c "C:\Full Path\to the EXE\Somefile.exe"

    Can you tell us what exactly you are trying to run?

  • How to remove a shortcut with the command line?

    How to remove a shortcut with the command line?

    How to make a backup of the local users and groups with command line?

    You delete a shortcut, just as you would remove any other file.  A shortcut will end with the extension ".lnk".  So assuming you are trying to remove the shortcut named "Shortcut.lnk" which appears to the user 'Bob's Office, you use the button Delete (del) or 'clear' command by specifying the full path to the file.  (Remember to put filename in quotes if there is a space anywhere in the path or name) as in:

    del "C:\documents and settings\Bob\Desktop\Shortcut.lnk".

    What kind of a backup 'users and groups' you want to do?  If there is a backup of the users and groups as written in the registry, a good registry as C:\WINDOWS\ERUNT backup program that will make the command line.  If you are trying to backup all users and their data as well, then you are better off with a backup program.

    HTH,
    JW

  • Deployment of final application with the command line Question

    OK so I have my finished application.

    on a folder in my office called "CODBOUG".

    So I tried different methods to run the application and complete the test on the Simulator with the command line. But it's just too much. So I need your help community!

    I tried:

    BlackBerry-deploy-installApp-package CallofDutyBlackOpsUltimateG

    uide.bar - device 192.168.18.128

    I'm a little lost with the help of the command line, if someone could guide me on the right lane.

    I'm on windows, btw.

    Thank you.

    When you run a command, Windows will search in a series of directories for this program to run. The list of directories is stored in what is called an environment variable. You must add the path to the bin of the sdk at this variable directory (e.g. C:\Program Files (x 86) \Adobe\Adobe Flash Builder Burrito\sdks\blackberry-tablet-sdk-0.9.3\bin).

    You can access the path variable by right-clicking on my computer > properties. Select the Advanced tab and click on approx. Variables.

    Under System Variables, search PATH and edit it. Add the path to the sdk bin directory (make sure that there is a semicolon, that separates the directories).

    Open a command line window in the directory where your .bar file. When you run the command, Windows will look for blackberry - deploy and can be found in the directory that you have added to your PATH variable so to run it.

  • Problem with the Spot Removal Tool

    The last several times I tried to use the removal tool the place, he did not "heal" the area that I asked for it to heal.  He heals an area adjacent to the area I want to heal.

    Any thoughts on the opportunity, it's a LR bug or something is happening with my Macbook?  I would like to address...

    Note that I ALSO encounter this problem with the adjustment Brush tool.

    (I know I can do this sort of editing in PSCC but for simple stuff like this, I usually use LRCC)

    Thanks for your help! LJB.

    IMAGE: miniature horse headshot for a friend

    screenshot 1: weird grass, I would like to change.

    Screen Shot 2016-07-25 at 12.36.14 PM.png

    screenshot 2: the area I have hi-limited with spot Healing Brush (it's messy but the best I could do while also doing a screen shot and not to release the spot removal tool)

    Screen Shot 2016-07-25 at 12.36.21 PM.png

    Screenshot 3: the pin code of the area of selection is completely in the wrong place and my strange blade of grass is still there.

    Screen Shot 2016-07-25 at 12.36.26 PM.png

    Change the Clone in the Heal and vice versa does not move existing pine. You will have to redo the brush stroke after changing between Clone and Heal.

  • Manager command line tool extension works is not in Windows 10

    Hi all

    When we try to use the Extension (exmancmd.exe) Manager command-line tool to install a new Panel in Windows 10 his watch denied access message.

    Also, when we try to see the details of command Exmancmd.exe line its says "this application cannot run on this PC.

    Please find the screenshot.

    6F6F3956.PNG

    Thank you and best regards,

    Anoop

    Maybe it's some setting (?) Windows security; works well on my Win10 systems.

  • How Windows Server backup and command-line tools are used in the installation of vCSHB?

    How the Windows Server backup and command-line tools are used during the installation of vCSHB?  It takes in all types of deployments (PtoV, VtoV, PtoP)? It is used to create files that are put in file sharing for the second node to use during the installation of vCSHB or is it only used during a clone of vCSHB of a physical to physical deployment operation?  These tools are not used in some deployments?

    You need backup Windows Server installed on the source and destination, and during the installation of vCSHB the installer will call the wbadmin (Windows Server Backup Utility) and will save the configuration and application data (application data is optimal, but can reduce the synchronization time after the installation of the secondary node). On the secondary node you will should only run the vCSHB Installer and everything will be restored.

    Check this blog entry for some info on P2P deployment issues: http://www.vcoportal.de/2013/12/vmware-vcenter-server-heartbeat-restore-on-a-second-node-a-journey/

Maybe you are looking for

  • My Satellite goes into battery mode despite being connected to the power adapter

    Y at - there anyone out there who can help me, please! I bought a Satellite a couple of years ago which worked well for a while - however, it has started to overheat a lot and kept stop without reason. After many searches on the net, I discovered tha

  • Portege Z10t-a - SIM card is not detected after Win 8.1 upgrade

    Hello world I have a Z10t-A. Portege Toshiba Pro win 8.1 recently, just upgraded to 8.1 Win.Before the upgrade, I could use the sim card to connect to the VPN, but since the upgrade the sim card not detected. I use an application called "AirCard Watc

  • Measurement and automation Reconoce mi PSC pero no lo reconoce mi of the project. If I have Real - Time Module

    The problem that I have are Measurement & Automation Reconoce mi cFP-2200 pero no lo reconoce mi project osea that al tratar add a new target and the device don't lo encuentra en red y me da el error Bank does not

  • E-mail blackBerry Z10 Z10 problems

    Hello I have an IMAP account running on a Mac OS x server which I can not set up on the device.  I get the unvailable/incorrect log in messages.  It seems the server logs connections are not the camera but the BlackBerry infrastructure.  This account

  • Stop windows 10

    I HATE ASKING QUESTIONS OF MICROSOFT BECAUSE THEY SEEM TO BE ALL KNOWING. I HATE ALL POPUPS. That said, microsoft has proven, it is now a monopoly. I tried to turn off my computer and it said that I had updated. Is to install windows 10. I don't know