Launching xcodebuild from within my sandboxed app fails

I need to call xcodebuild within my sandboxed app.
My app generates objc files and projects, and I would like to compile it using xcodebuild - like in the past.
But the new required sandboxing, refuses to launch xcodebuild from within my app. I tried the "temporary file access read/write" to set to root ("/") and other solutions, but it still won't work. lsboxd tells "refusing to spawn" reason -10811
Is there any solution or chance to solve this?
Thanks in advance.
Kind regards, Bernd
www.objective-basic.com

berndnoetscher wrote:
I need to call xcodebuild within my sandboxed app.
Why? Apple will reject an app the depends on the presence of Xcode to run. You would have to write a non-sandboxed extension or plug-in to run xcodebuild.

Similar Messages

  • HT5858 I have had difficulty launching sites from within my email messages.  So, in trying to revert to the default settings on my iPad I went into "Settings" and reset everything.  Now, I have a black screen with a white apple and a white line!  What do

    For the last severl weeks I have had difficulty launching sites from within my email messages.  Thinking that I may have gone into "Settings" and set something wrong, I decided to reset to the default settings.  So, in "Settings" I chose reset everything.  Now, when I turn my iPad on all I get is a black screen with the picture of a white apple and a white line below it.  Nothing else works.  What can I do?  Do I need to send this back to Apple to be restored?

    You will hopefully be able to restore it yourself. It sounds like you erased all constant and settings rather than resetting all settings. But I'm basing my theory on the fact that you are seeing the Apple logo with the white progress bar (the white line) on the screen. That's what you would see if the software was being reinstalled and then it stopped on you. If that is what happened, you need to restore again and most likely need to use recovery mode.
    You can read about recovery mode here.
    Recovery mode - Apple
    However ...... If you are seeing the white line when you turn the iPad, let it go for twenty minutes or so, before you try restoring again. There is possibility that the software is still be installed and it can take a while before you see that white line move at all indicating that progress is being made.
    Frankly, I don't think that the software is still being installed, but since you didn't say specifically how long the iPad has been like this, it could just be that the software hasn't finished installing yet. If you know better - meaning that it's been like this for hours or longer, then you do need to restore the device.

  • Launch Copy Package for OWNERSHIP app from within the FINANCE app

    Is it possible to launch the standard COPY package from within another application?
    My case is:
    I have an OWNERSHIP application with the standard dimensions ENTITY,TIME,CATEGORY,OWNACCOUNT,INTCO. I would like to copy my ownership data from one period to another as it is faster than doing data input for all my entities
    Now the challenge:
    I would like to launch this standard COPY package that copies OWNERSHIP data from within the FINANCE application. Otherwise the user always needs to switch from applications.
    I know it was possible in v4, but I seem to forget something when trying it v7.0 SP7.
    Any help is much appreciated

    Dear Shoba,
    I tried the following macro
    Sub copytest()
    Application.Run ("MNU_eData_SelectPackage(""Copy"",""system files/Copy.dtsx"",""Company"",""Ownership"")")
    End Sub
    When I was in the legalapp, copy package was opened but with the dimensions of the legalapp
    When I changed of to the ownership and tried the macro again, it gave me the good dimensions, but that was not the purpose
    When I copied the package and changed the %APP%ù it didnt work either
    I even changed %dim% to ownaccount,time,category,legalentity,intco and then the good dimensions appeared when launching the package but he gave an error when selection ownaccount, as it is not a dimension of the legalapp.
    Do you see other possibilities?
    br,
    Benjamin

  • Launch PowerPoint from within a Flash Document?

    I am new to this and have a question. Is it possible to
    launch a PowerPoint file from within a Flash Document? (It can open
    either internally or externally)
    And, if so, is there a simple way to do it, or can you give
    me directions to the proper tutorial section?

    Hi Nick,
    For offline/CD work, you can do this from a Flash Projector
    file (see
    Publish Settings) and use FlashJester JStart with it
    http://jstart.flashjester.com
    Download the evaluation copy and see the examples it comes
    with.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Email errors from within 2 iphone apps

    New occurrence, now in two different iPhone apps: twitter and 2do
    trying to send email related to content from within the app.  getting this error code (see attached screen shot from within 2do)
    if I were just getting this message from within one app, I'd of course suspect the app, not the iphone.  But now that I'm encountering it in two apps, and twitter to boot!), I'm suspicious this goes deeper than the apps
    any guesses?
    many thanks

    Apple will likely never see your wishes unless you post them here:
    http://www.apple.com/feedback/iphone.html

  • Getting the list of downloaded jars from within a ws app

    How do I query from within a webstart launched application about the list of jars downloaded and their version numbers?
    Is this even possible using the apis provided?
    Thanks a million!

    Hi,
    I recently got the same problem and after a day of searching and trying I gave up. So, if anybody has a solution... Let me know!

  • Possible to create a JAR file from within a java app?

    Is it possible to create a jar file from within a java application?
    Can it be done more elegantly than by spawning-off another
    process with the Runtime and exec() portions of the api?
    Thanks
    Scott

    Thanks! I was mislead by the API notes for java.util.jar:
    The JarOutputStream class is used to write the contents
    of a JAR file to any output stream.
    I was looking for a class or method to make jar files.
    Seems this is it ;)
    Thanks
    Scott

  • Cannot execute Microsoft HTML Help file from within Eclipse managed app.

    I took an easy solution and created a help system for a large Java application using the Microsoft HTML Help Workshop as the IDE. The Help System does exactly what the client wants, but when I tried to integrate it into the application I ran into a brick wall.
    I wrote a very small Java app to see if I could execute the compiled help file (RAS_Help.chm) under the simplest circumstances. The code, which runs fine under VJ++ throws the following exception when run from Eclipse
    e: java.io.IOException: CreateProcess: RAS_Help.chm error=193
    * Created on Mar 20, 2004
    * To change the template for this generated file go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    package pkgTesting;
    import java.io.*;
    * @author Owner
    * To change the template for this generated type comment go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    public class ExeTest {     
         public static void showHelp() {
              Runtime rt = Runtime.getRuntime();
              String prog = "C:\\SCA\\RAS_Help.chm";
              try {
                   rt.exec(prog);
              } catch (IOException e) {
                   System.err.println("e: " + e);
         public static void main(String args[]) {
              showHelp();
    I assume the problem is in launching .chm files, since if I change the program I want to execute from the RAS_Help.chm file to the Windows Solitare game (sol.exe) the program works like a charm with no errors thrown.
    Can anyone give me some guidence on this? If it is impossible to run the HTML Help file I created, I'd be ammenable to redoing it in some other package, if that would guarentee my being able to use it in the client's large application.

    Try this;-*/class OpenBrowser{
       final String WIN_ID = "Win";
    * @throws java.lang.Exception
       OpenBrowser(java.io.File file){
          if(isWindowsPlatform() ){
             try{
                Runtime.getRuntime().exec(tryCommand1()+file);
             }catch(Exception exc1) {
               try{
                   Runtime.getRuntime().exec(tryCommand2()+file);
                }catch(Exception exc2) {
                   try{
                      Runtime.getRuntime().exec(tryCommand3()+file);
                   }catch(Exception exc3) {
                      if(MainEditor.getOpenBrowserHelper() ) new OpenBrowserHelper(file);
          else {
             try{
                Runtime.getRuntime().exec(tryCommand3()+file);
             }catch(Exception exc4) { if(MainEditor.getOpenBrowserHelper() ) new OpenBrowserHelper(file); }
    * @return true if this is a Windows OS
       private boolean isWindowsPlatform(){
          String os = System.getProperty("os.name");
          if ( os != null && os.startsWith(WIN_ID))
             return true;
             return false;
    * @return String path /protocal to open the Internet Explorer browser
       private String tryCommand1(){
          return "C:\\Program Files\\Internet Explorer\\Iexplore.exe file://";
    * @return  String path /protocal to open the default browser
       private String tryCommand2(){
          return "start rundll32 url.dll,FileProtocolHandler file://";
    * @return  String path /protocal to open the default browser
       private String tryCommand3(){
          return "file://";
    }

  • How to refer to JNDI PROVIDER_URL from within Tomcat Web app

    Can anyone provide a clear description on how to refer to a "Provider_URL" relative to the web application root for which a Java Class resides within? My issue is as follows. I've looked through the JNDI tutorial and the Tomcat JNDI How-To's and I'm still unable to find a solution.
    I'll elaborate:
    I have a "PROVIDER_URL" class variable defined as:
    private String PROVIDER_URL = "file:/C:/development/MyProject/MyWebApplication/WEB-INF/properties";I initialize my JNDI context within the class:
    Properties properties = new Properties();
    properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.fscontext.RefFSContextFactory");
    properties.setProperty(Context.PROVIDER_URL, PROVIDER_URL);
    context = new InitialContext(properties);
    cpds = (ConnectionPoolDataSource) context.lookup(baseName);
    ...The above example works fine. My question is given my web app's directory, how do I refer to "MyWebApplication/WEB-INF/properties" in a relative manner so that if I move my web application to a different server, the directory path does not affect my deployment and I dont have to hardcode the current path? Does this need to occur in the "server.xml" file? Can you provide a URL to an example?
    Your suggestions are appreciated...thanks.

    try to give
    http://localhost:8080
    or the app server based port address.

  • Launch Adobe from within LabVIEW

    I have 6 years experience drawing code in LabVIEW but very little experience using Active-X; if there is some sample code showing the how to launch an Adobe document from a LabVIEW GUI, it would be extremely helpful. I am running LabVIEW 6.0.2 on a Windows NT platform. Thanx
    Lawrence M. David Jr.
    Certified LabVIEW Architect
    cell: 516.819.9711
    http://www.aleconsultants.com
    [email protected]

    In the LabVIEW 6>help folder, there should be _browser.llb. In there is Open Acrobat Manual.vi that will do what you want.

  • Launching applications from within a Java program,

    Hi all,
    I wish to launch an application from a menubutton. I exactly wish to launch adobe acrobat reader and a specific file. Do I need to run a system command to do this, or more specifically, how is this done in Java?
    Thanks,
    JavaRob

    what if you have the entire exe as a byte array in
    memory, write that to a file on the system, and then
    run that file.
    would that work?Yes but you would still have to use the Runtime class to excecute the file after you write it out, so it would just be easier to use the already made exe file.

  • Cannot open file in Onenote client from within OneNote Web App

    I am facing a peculiar problem with One note.
    Environment: - SP2013 Enterprise with separate Office Web Apps server
    I can view/edit onenote files on OneNote web app without any issue but when I click "Open in OneNote" button, I get the error that "onenote cannot open the specified location..."
    Other office documents like word and excel work fine, only onenote has this issue.
    Any help is much appreciated

    Thank you for the update.
    We may try to use the Network Monitor tool to capture the network traffic for bothe problematic site and working site when reproducing this issue, and then read the traffic to find out the differences between them. To capture the traffic, start capturing
    first, then click the “Open in OneNote” button.
    Download Microsoft Network Monitor tool:
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    If you cannot find the differences, you can send the capture files to us via
    [email protected]
    and we will analyse them for you.
    Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Launch vhd from within WIN 8's hyper v management

    I have two systems in my IT admin office. One running Win 7 pro and one running Win 8.1.
    I would like to run Windows backup on the Win 7 PC and allow it to create an image in a vhd file.
    At that time, I want to copy that WIN 7 vhd to my win 8 pc, launch hyper v, and import the vhd so i can fire up WIn 7 in hyper v mode.This way I can retire my separare win 7 pc.
    I have tried this, however, the win 7 backup creates 2 vhds. one which is 200 GB and another which is 2 GB. The 2GB vhd seems to be the "system reserved" parition. Obviously without both of these partitions, but Win 7 vhd wont launch and allow
    me to log in. I get a "missing boot device" when I launch the vhd in hyper v.
    what am i doing wrong? I assume that somehow i have to combine the "system reserved" parition and the OS partition into one vhd?

    Hi,
    How did you do that?
    A system image will generate a VHD file. You can restore an image of one computer to another computer but note that both machines should have an identical interface.
    I would like to suggest you make an image of the old system, then install on the Hyper-v using this ISO image.
    Karen Hu
    TechNet Community Support

  • Launching/executing files from within AIR

    Hi.
    Just wanted to know if I can launch files from within my AIR
    app...for instance I would like the user to click a button which
    then opens a Microsoft Word doc...the Word doc doesn't have to open
    in the AIR app, it can open on the desktop (Windows XP).
    Thanks for the help.

    Mike provided a good proof here:
    http://www.mikechambers.com/blog/2008/01/17/commandproxy-net-air-integration-proof-of-conc ept/
    HTH

  • How can we get a url for a "Meet Now" conference call from within the Windows Store App?

    Hi,
    Is it possible to get the url for the current meeting / new "Meet Now" call from within the Windows Store app?
    You have the option of inviting your current Lync contacts, but I don't see a way of giving a URL to clients that would launch Lync on their device, or take them to the web app.
    I can see how to get the link using the Outlook plugin, for pre-scheduled meetings. Is this link always the same and the one that should be used for an impromptu "Meet Now" meeting? It would still be good to know how to get this URL from within
    the store app so I can tell clients where to get it.
    Some people may be on Windows RT devices and not have access to the plugin in Outlook, and want to start a meeting at short notice and then invite others via email or pasting a link to them elsewhere.
    Any help appreciated.
    If I have answered your question, please mark it as the correct answer. If I have provided helpful information, please mark it as so.

    Hi,
    Agree with Holger, I check on my Lync Windows Store app and can't find the meeting URL as well.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

Maybe you are looking for

  • DB Adapter Locking Database Rows in Distributed Delete Polling Strategy

    I am stuck with an issue. To explain the issue in simple steps I am creating a Database Polling Adapter with Distributed Delete Polling Strategy in OSB for running in Clustered Environment. We are custom SQL so that the records are not deleted after

  • Itunes asking for the wrong Itunes account for app updates

    I have a buddy who is attempting to update his iPad apps, but it's asking for his daughter's itunes account password instead of his.  His account is synced to the ipad, and daughter can't remember her password.  What can be done to resolve this issue

  • Kernel downgrade

    Howdie, as it appears there is a problem with wine / World of Warcraft / kernel 2.6.33+ I would like to downgrade my system to a 2.6.32 kernel. Now, I am a rather sad newbie in the world of kernel-ing when it comes to arch, and the wiki seemed to imp

  • Print Driver for HP 720C - for my eMac

    I am trying to install my old HP 720C printer onto my eMac while I send my Epson back to be serviced. I can't find a Mac print driver for the printer and my attempts to download the linux solution have to this point been unsuccessful. My computer doe

  • Word formatting picture problem

    When I try to format a picture in MS Word 2011 it gives me error signs and not allowing me to format my picture.