Control-click class references in Xcode 6.1 not working?

In Xcode 6.1 (6A1052d) when I control click on a class to search for methods, it gives me an Activity Indicator ( spinning bars, not beach ball), but it doesn't go any further than that. I've downloaded the documentation for OS X 10.10, iOS 8.1, and Xcode 6.1 through Preference->Downloads, and that didn't seem to help. Whether I'm online or offline, it only give me the Activity Indicator.
Is there something I might be missing, or a way to resolve this issue?
Thanks in advance!

I haven't been able to recreate the issue since my reinstallation (which is good!), so I photoshopped an image together to show you what it looked like. When I clicked the lock on the top left, I received the "Untitled" warning.

Similar Messages

  • I've moved my Aperture library to another computer, and masters are referencing an old path name.  How can I update these references?  Reloctating masters does not work in this case :(

    I've moved my Aperture library from one computer to another using Finder.
    I merged the library with one which was already on the computer.
    Now, the photos I imported have reference to the old path name on my old computer.
    How can I update these references as "Relocate Masters" does not work in this case?

    Just one suggestion to be able to reconnect all at once:
    Create a smart album containing the images with missing masters:
    File -> New ->  Smart Album,     and add a rule: File Status is "Missing"     (or File Status is "offline")
    Then select the images in this album and go to the File menu:
    and select:   File -> Locate referenced File
    If you are lucky, Aperture will reconnect all at once, if you point the first image version to its counterpart.

  • Why does clicking the reload icon and F5 key not work for certain pages. Thanks in advance. Any help is appreciated. :)

    Cliffs:
    -Open new tabs from original page.
    -Clicking reload icon or hitting F5 will not work on new tabs, but works on original page.
    -Can "right click" reload tab or all tabs, but reload icon and F5 won't work.
    -Been using FF3.6 for months, never a problem. Just started happening 2 days ago. Updated to FF4, but problem still remains.

    bump.

  • TCS2 - Cross References between linked Frame files not working

    Hi,
    All the cross-references in my linked in FrameMaker 9 files work when output in PDF, however, when outputting WebHelp from RoboHelp 8, FrameMaker cross references that reference another FrameMaker file (i.e. not Current) do not work. The format is correct, they appear blue and underlined like every other link/cross-reference, but when moused over in the browser, there's no link to click.  The HTML created by RoboHelp does not point to a file.  For example, here's the HTML for one link not working as shown from within RoboHelp:
    <p class="FM_Bulleted"><span style="font-family: 'Times New Roman'; font-size: 7.0pt;">&#160;&#160;&#160;</span>•<span
         style="font-family: 'Times New Roman'; font-size: 7.0pt;">&#160;&#160;&#160;</span><a><span
         class="FM_Link">Create Supported App from
    Install</span></a><span class="FM_Bold">.</span>
    RoboHelp appears to partially convert the link as <span class="FM_Link"> appears in the HTML  but I think there should be more information in the <a> definition, such as in the HTML created for a link that references a topic created from the same FrameMaker file.
    <p class="FM_Bulleted"><span style="font-family: 'Times New Roman'; font-size: 7.0pt;">&#160;&#160;&#160;</span>•<span
         style="font-family: 'Times New Roman'; font-size: 7.0pt;">&#160;&#160;&#160;</span><a
         href="#XREF_17096_Creating_an">Creating an App</a></p>
    I've ensured all the cross-references in each framemaker file in the book have the same format and are mapped to <$paratext> in the project settings. I've also tried importing the FrameMaker book instead of linking it and the same problem persists.
    Any ideas on how to make RoboHelp create the link correctly?   Any help you can offer would be greatly appreciated.
    Thank you,
    Jacquie Finney

    Most of the major cross reference issues have been resolved in TCS 2 with further improvements in TCS 3.
    Please ensure that you have all the patches of TCS 2 installed on your system.
    If the issue is still there, there could be an altogether different reason for cross reference not working or the issue might have been fixed in TCS 3.
    The reason or workaround can be analysed once the sample files with the issues are provided.
    It will be great if you could share a small sample FM document containing the cross reference and target having the issue. If the cross reference is across documents, then a FrameMaker book along with its FM files can be shared in a zip format.
    You can mail the documents to me at magrawalATadobeDOTcom
    Mayank

  • Opening/closing References in TS-engine does not work as expected, so creating memory hooks. Any solutions?

    Hi!
    As my project had grown beyond the point where I could keep a global overview, I tried creating atool that dynamically creates a kind of hirarchy for my TS libraries. It runs quite well for a small test setup, but crashes due to missing memory for the whole project. Any ideas?
    A short description: I do all coding in LV7.1.
    * Firts I open an automation refnum to TS.Iengine and invoke the method 'GetSequenceFileEx' with the path to my main seqfile, Flags = 0 and conflicthandler_Error.
    * Than I use that sequencefile object to invoke the method 'Getsequence' with an index of 0 (assuming this beeing the 'MainSequence').
    * For the returned sequence object I invoke the method 'GetNumSTep', which is fed into a For-Loop. Inside that loop, the very same object reference is used to:
    - invoke 'GetStep' with the loop index
    - with the step object i get some proiperties like Name, some expression and bolean values. If the step 'can_Specify_module', I invoke 'GetDescriptionEx', before the step object is closed (cvlose reference vi)
    - I also invoke 'Parameters' on the step object. The parameter reference is used to access the property 'getLocation', which than is used as lookupString to access the property 'GetNumSubProperties', which I take as number of parameters of that step. Finally the parameters reference is closed
    * The reference to the sequence object is closed after the for loop.
    I fianlly get an array of description for all steps in the sequence file, in the order they are called from mainsequence there.
    This array is used to recursively add a similar subarray for any subsequence call in it, until all calls are resolved (using a while loop that runs until the loop counter reaches the number of steps in the step description array).
    The array is than scanned for 'typical' errors of mine like wrong parameter number at subsequence calls, missing/misspelled subsequences andf so on.
    The LabVIEW execution accumulates more than 1 GB of RAM. LabVIEW itself reports just some 100kB of used RAM. So I assume the difference is RAM used by TS as a child process in LV. What can be done?
    A vi with this code is provided (AS IS!).
    Attachments:
    SeqFileAnalyser.zip ‏192 KB

    Hello Lul,
    I tried out you tool and took a quick look at it and it ran fine. I did notice that LV memory grows during execution but only a few kb with a standard demo from TS (the increase is about the same size as the file being saved at the end). This is expected bahavior since results are being stored in memory during execution. When it is done, my mem goes back to about what it used to be before running. 1 GB of Mem seems to be very very very high! Did you expect it to be like this? How big is your txt file being created? Is the VI you posted exactly what you are using or do you have additinal loops that make the VI run continuosly and save to txt after multiple runs? I did not see any critical issues with your VI but I also did not go into your code in debth.
    As long as you close all your TS references in LV, you should not havbe any mem leaks.
    If you expect big fiole to be created, your PC will use up all RAm then use Virtual mem, the size for Virtual mem can be set in the Control Panel in Windows, usually tough, the system can set it dinamically, this might help you avoid crashe.
    Hope this helps
    Nick

  • Right click for copy/paset on signed applet not working

    Hi Guys,
    I have an application which runs forms containing different controls like text fields, text areas etc. The forms are rendered in applets in Windowos 7. After upgrading to JRE1.7u45 the right click menu containing copy/paste options which used to appear when any right click done inside textfield or other control has disappeared except for textarea controls. Interestingly the right click is working inside TextArea but not in other controls.
    My Applet is digitally signed(Verisign) and all permissions set. I have also tried accessClipboard permission in my .java.policy file to no avail.
    My applet code is rather old. We tried to upgrade JDK to 1.7u45 to compile and sign the JAR but we got few errors so we used JDK 1.3 to compile the JAR and 1.7u45 to sign the JAR file. Can this be a cause for right click menu not working?
    Please suggest/advise on this.
    Thanks,

    Hi Guys,
    I have an application which runs forms containing different controls like text fields, text areas etc. The forms are rendered in applets in Windowos 7. After upgrading to JRE1.7u45 the right click menu containing copy/paste options which used to appear when any right click done inside textfield or other control has disappeared except for textarea controls. Interestingly the right click is working inside TextArea but not in other controls.
    My Applet is digitally signed(Verisign) and all permissions set. I have also tried accessClipboard permission in my .java.policy file to no avail.
    My applet code is rather old. We tried to upgrade JDK to 1.7u45 to compile and sign the JAR but we got few errors so we used JDK 1.3 to compile the JAR and 1.7u45 to sign the JAR file. Can this be a cause for right click menu not working?
    Please suggest/advise on this.
    Thanks,

  • XCode 5.02 not working anymore for me

    Something is wrong with my xcode. I updated to 10.9.2 a few days ago. Yesterday, I  started a new cocoa project and  wrote out some methods and connected  them to buttons in the xib file.  However, when I ran the code, I got  the same error for each of my  IBActions (ex. "Could not connect the  action increaseCount: to target of  class AppController"). I tried  deleting all of the derived data, but  that didn't help. So then I tried  creating a new project, and then I ran  into a lot more problems. In  fact, the autocompletions were not working  right, even for methods like  NSLog. It also wasn't coloring in the text of the  methods and class  names like it normally does, and it wouldn't test for  errors/warnings  unless I analyzed the product. However, it would still  compile and  build if the code was correct. Furthermore, none of the  IBOutlets or  IBActions would appear in the xib file for my AppController  even when I  put in an NSObject block and set its class to my  AppController. The  strangest part is that the code runs fine if I copy and paste it to the  xcode on my local library's computer's xcode (their computers are  running 10.9.1). Does anyone have any idea what the issue might be?

    Can you once check "Edit Preferences" tab in your profile page
    Are you not seeing message like "Notifications will be sent to [email protected]" ?
    Rgrds,
    JK

  • Click the lock to make changes is not working. Lion 10.7.2

    I cannot make any preferences' changes that require clicking on the lock. When I try to click on the lock it simply does nothing and remains locked. I've tried doing a permission repair using disk utility and I cannot create another admin account because that requires opening the lock in Users&Groups. Also, when I login into root, then the lock is also locked.
    The problem began when I updated to Lion.
    I've had no luck finding a solution in forums.

    i have the same issue,
    summary : at mine clicking the lock at any kind of program does not work at all, not working in system pref,
    not working at ''get info'' window, not working in any other kind of lock, i tried defragging via idefrag but that couldn't work because it needed a lock to be opened as well, i can't move my files to some folders, getting the ''The operation can’t be completed because an unexpected error occurred (error code 100022).''
    plus when i log out, cannot log in because when i type my password it accepts it but then nothing happens, i had a root account as well but i can't enter it and can't create again because of the lock, but when i log in with guest account(no pass required) i can make changes via clicking the lock and filling in admin username and password in system preferences. and i created a new admin account in guest account by filling admin info for authorization in system preferences > users&groups , set no password, logged out but could not log into that account as well. my system is set to login to my account when the system starts.
    so this is what i get with the clean display in console, opening system pref, then clicking users&groups, then clicking the lock. this is system.log
    Jun  6 04:46:06 idiyot System Preferences[4902]: kCGErrorIllegalArgument: CGSDeviceCreate: Invalid window
    Jun  6 04:46:06 idiyot System Preferences[4902]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Jun  6 04:46:06 idiyot System Preferences[4902]: Failed to create window context device
    Jun  6 04:46:06 idiyot System Preferences[4902]: CGWindowContextCreate: failed to create window context delegate.
    Jun  6 04:46:06 idiyot [0x0-0x90090].com.apple.systempreferences[4902]: Jun  6 04:46:06 idiyot.local System Preferences[4902] <Error>: Failed to create window context device
    Jun  6 04:46:06 idiyot [0x0-0x90090].com.apple.systempreferences[4902]: Jun  6 04:46:06 idiyot.local System Preferences[4902] <Error>: CGWindowContextCreate: failed to create window context delegate.
    Jun  6 04:46:06 idiyot System Preferences[4902]: _initWithWindowNumber: error creating graphics ctxt object for ctxt:0x16bdb, window:0x0
    Jun  6 04:46:06 idiyot System Preferences[4902]: CGPixelAccessLock failed!
    Jun  6 04:46:07 idiyot System Preferences[4902]: Error loading /Library/Audio/Plug-Ins/HAL/TASCAM_US122L_US144.plugin/Contents/MacOS/TASCAM_US 122L_US144:  dlopen(/Library/Audio/Plug-Ins/HAL/TASCAM_US122L_US144.plugin/Contents/MacOS/TA SCAM_US122L_US144, 262): no suitable image found.  Did find:
                        /Library/Audio/Plug-Ins/HAL/TASCAM_US122L_US144.plugin/Contents/MacOS/TASCAM_US 122L_US144: no matching architecture in universal wrapper
    Jun  6 04:46:07 idiyot System Preferences[4902]: Cannot find function pointer CreateAudio for factory DB8AEA2A-E42F-11DA-B71D-000A95B009DC in CFBundle/CFPlugIn 0x400b38f00 </Library/Audio/Plug-Ins/HAL/TASCAM_US122L_US144.plugin> (bundle, not loaded)
    then after, i do the same with var/log/secure.log
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in od_record_check_pwpolicy(): retval: 0
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Establishing credentials
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Got user: alicankaralar
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Context initialised
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Got euid, egid: 0 0
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Done getpwnam()
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Done setegid() & seteuid()
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): pam_sm_setcred: krb5 user alicankaralar doesn't have a principal
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Done cleanup3
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Done seteuid() & setegid()
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): Done cleanup4
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Jun  6 04:48:29 idiyot authorizationhost[5064]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Jun  6 04:48:29 idiyot com.apple.SecurityServer[29]: UID 501 authenticated as user alicankaralar (UID 501) for right 'system.preferences.accounts'
    i tried repairing disk, permissions, both in system and recovery volume, and i just upgraded to 10.7.4, but the problem was present in 10.7.3, i noticed it two days ago and i just upgraded hoping that would solve the problem.
    edit: i have found out that my problem is best described here, not the real concern of the OP but at the 4th option they say its a netinfo database problem, and diagnostics are the same problems that occur to me of that option but the system they're talking about is 10.1.5, i guess things have changed since then, but the problem is the same . http://macosx.com/forums/mac-os-x-system-mac-software/20630-cant-click-click-loc k-make-changes-button-when-installing.html
    hope you can help
    thanks in advance

  • Whereas in the past when I used the Magic Wand I got rid of it by using another tool or clicking on "escape", today the "escape" is not working. What should I do?I am working with Element 10

    Can somebody please advise me why Escape is not working anymore and how to get rid of the magic wand?

    At the far left of the options bar is a tiny triangle. Click it and choose Reset Tool and see if that helps.

  • Click wheel seems to have reversed and not working well?

    My Ipod was near water and now it is working but it seems the click wheel function is almost reversed in the play/pause will skip to the next song and forward and rewind do not work at all.

    What does being "near water" mean?  If it got wet, the water may be causing short circuits inside.  It would be best to leave the iPod in a warm dry place for a few days or a week, to allow the water to evaporate.  Using the iPod when there is moisture inside can cause damage.  After the water evaporates, it may work properly again.
    If the iPod did not get wet, please post back with more info on how being "near water" is relevant to your question.

  • Double clicking on a photo or event does not work

    I have to click quickly 3-6 times a photo or event to successfully open it.
    I rebuilt the database and I also deleted the iPhoto preferences file without success.
    I have no problem with the double click in my other app.
    The problem is the same with the trackpad or mouse.
    I use iPhoto 9.6 and OSX 10.10.1 on a MacBook Pro.
    Thanks

    Check your  trackpad settings and possibly slow down the click speed (or speed it up).  Another user had the same problem and solved it thru the click speed settings.

  • I can only open up one window with multiple tabs; right click "open in a new window" does not work. I uninstalled Firefox and reinstalled Firefox with same results.

    Just bought a new i5 laptop and am transferring files, etc onto new box. Last night I had two separate Firefox windows up. I downloaded Nexus Ultimate late and rebooted this morning. I had to restart Firefox then, and it did not save my settings/tabs as I prompted it to do when it shut down to reboot.
    I uninstalled Nexus and wasted many hours trying to resolve this, including two failed system restores (looks like Nexus is a dirty little bugger) Windows Explorer will open up multiple windows. Firefox will not. Help.

    Have you tried: click Firefox button > New Tab > New Window '''''OR''''' CTRL+N '''''OR''''' File > New Window (if using the Menu Bar)
    Once open, Firefox locks the Profile that is in use and you can not open another window with that Firefox version and Profile combination using the Windows Desktop icon or the Windows Programs list.

  • The volume control on my MacBook Pro (running Lion) is not working

    All of a sudden I lost the ability to move the volume slider for my MacBook Pro internal speakers. It's permanently set to mute. I can't figure out! Every time I go into System Preferences and click "Sound" I get the spinning beach ball of death and crash out. Every time! Don't know where to go from here. Maybe my problem is bigger than the audio thing, but everything seems relatively ormal aside from this.
    If anyone has any insights, I'd really appreciate it!
    Thanks

    I sggest you reset the PRAM:
    http://support.apple.com/kb/HT1379
    Ciao.

  • Right clicking in Windows XP with Boot Camp Not Working

    When I right click with two fingers in Win XP with Boot Camp it doesn't work. I have to plug in a mouse which gets annoying. Any ideas? I'm running Boot camp 2.1 with XP SP3. I have a new Aluminum MacBook 2.4 GHz with 4GB RAM.

    For ppl like me who can't get any combo of fingers to work on XP for the right click / context menu, here's the solution - click on whatever you want to right click on then hit Shift-F10. Voila.
    Problem solved!

  • I updated firefox and now everything i click on below the tab bar does not work for any website! please help

    it was working fine before i updated to the new Firefox version 8. can i delete this version or can i fix this problem

    Do you have AVG Safe Search installed? It blocks use of the Enter key after typing in a search string.
    Disable it by clicking the Firefox button, go to Add-ons, then Extensions. You should be able to find it in there.

Maybe you are looking for