Whe using messages, the camera icon is completely missing. Also much more important, there is nothing that is allowing to share anyones screen now. This is a major thing to be missing. The camera does work with FaceTime.
Search results for
show when run
112,749 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
This is a continuation of from the old forums: https://devforums.apple.com/thread/246122Calling SecItemCopyMatching will sometimes return an OSStatus of -34018 (errSecMissingEntitlement). This seems to happen when the system is running low on memory. This has not been fixed in iOS9. I've of course filed radars about this and I would encourage others to do the same while iOS 9 is under development.
If I go through the new project wizard, or try to open an existing project, I get the same crash every time. It's something from XCSService, and I see keychain mentioned, so I tried relaunching keychain accessing, restarting my machine, etc. Keeps happening. Any workaround?Process: Xcode [516]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8123.26)Build Info: IDEFrameworks-8123026000000000~7Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [516]User ID: 501Date/Time: 2015-06-11 16:20:14.544 -0400OS Version: Mac OS X 10.10.3 (14D136)Report Version: 11Anonymous UUID: A12E8E79-DAD1-FC5C-0724-7549D29029DATime Awake Since Boot: 200 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000VM Regions Near 0:--> __TEXT 00000001088e6000-00000001088e7000 [ 4K] r-x/rwx SM=COW /Applications/Xcode-beta.app/Contents/MacOS/XcodeApplication Specific In
To clarify, to make the app work, I have had to remove the MKMapViewDelegate, and also the startUpdatingLocation call. Now the app runs on the watch, but no maps are shown, and the location is not updated to the simulator's location.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I also am running into this issue. I get a page with the following:Get Started with iTunes ConnectSelect the type of content you’d like to offer, or if you want tomanage an artist on Apple Music.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
Another strangeness: app version in Get Info always shows up as --
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi,I use a 3rd party/open source framework. I embedded its project in my main app's project, and I set my main app to be dependent on it. I can build, deploy and run my app in the test device using developers profile in xcode. The problem is when I try to build it from command line for distribution. I tried passing the adhoc cert and adhoc provisioning profile as parameters. It is complaining that the bundleId of the framework is different than the one defined in the provisioning profile. Which is obviously true because the bundleId of the framework is pre-defined by its developer.I use this command to build it:xcodebuild build -workspace <my wrkspace> -scheme <scheme> CODE_SIGN_IDENTITY=<identity name> PROVISONING_PROFILE=<provisioning name>CODE_SIGNING_REQUIRED=“YES” CONFIGURATION_BUILD_DIR=<path>The options that I can think of:1. Change the bundleid of the framework to match my app bundleid2. Do not sign when building, but pass the provisioning profile when exporting
I want to distribute a free version of my app which will allow the user to do everything except save the data they've entered. The paid version of the app would add only that data-saving function. The free app would be quite useless without the ability to save, though it would demonstrate the app layout and functions, and show how to use it.So, should I make two different versions of my app available on the App Store? Or should I have just one version and use In-App Purchase to unlock the save functions? If the latter, could someone point me at a tutorial that would show me how to do that?dkj
Question:What does opendirectoryd's FDESupport module do?Answer:That's the module which is responsible for taking password updates from opendirectoryd and updating the FV 2 pre-boot login password. It's a helper utility.Question:Does fdesetup sync also help sync passwords from a directory service?Answer:No, it does not sync passwords. (Same message from both Security and Enterprise labs.)Question:Is there a way to run a deferred enablement, which also allows the enablement of a second account. For the purposes of the question, assume that the second account's password has been provided.Use cases that may apply:A. An enterprise that wants deferred enablement for the primary user of the machine, but also wants to enable the local admin account for FV 2.Answer:Please file enhancement requests. (Same message from both Security and Enterprise labs.)Question:When using fdesetup enable -inputplist the password is clear text in the plist. Can this be changed so that the password can be hashed? A colleague of
When a i run a example in simulator trying to play background music using AVAudioPlayeri got the next message in the log:EXCEPTION thrown ('fmt?')In the internet i saw that i need configure sound output from my mac mini to internal speaker butin Preferences/Sound i don see that options.Thank
Based on the videos and some of the new Swift API's are explicitly available on iOS 7 (like #available and guard statements), I'd say Swift 2 will run on iOS 7 and later. The next question is going to be when can we start submitting Swift 2 Apps to the App store. I'm not going to make the change to 2.0 until I know I'll still be able to submit our Apps (or at least have a reasonable accurate timeframe of when I will). And I'll say I really want to make the change to 2.0 ASAP.AndrewEdit: The Swift session currently streaming live is making many references to running on iOS 7 and later.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Thanks for the reply. The superclass is a CoreDataFetchedResultsController. It's used to handle all of the heavy lifting with Core Data. The reason for connecting the table to the superclass is so that I can access all of the methods and update the table. I tried the IBOutlet option and could not find it when I tried to connect the tableview. It did not show up as an option when I control click dragged to the viewController that subclassed the superclass. Am I missing something here?I'd be happy to look into the protocol option with Swift 2. Do you have any resource that would explain that process? It doens't look like the documentaion is up to date yet.Take care,Jon
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Update: It doesn't seem to crash when run on iOS 9 beta.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
If you already have an Xcode project, then (presumably) you already have a window in a storyboard or a XIB file. Go to that file and open up the Utilities panel on the right side of the IB window (View -> Show Utilities), then display the object library at the bottom (the 3rd of the 4 icons in the toolbar at the bottom) by clicking on it.Look for the scroll view in the list of available objects. You can type scrollview in the text field that's now at the bottom to filter out the irrelevant items, if you want. Drag the scroll view object into your window (if XIB) or window view controller (if storyboard). You have several other tasks to complete before this scroll view is useful (size it and add autolayout constraints, add an outlet to your code that refers to it, etc), but at least you have the scroll view you asked about.
Topic:
UI Frameworks
SubTopic:
AppKit
Tags:
We are writing an application that is attempting to read the virtual address space of another process using vmmap. This works with 10.9 but in 10.10 we get the following:vmmap[18929]: [fatal] unable to ask for permission to examine process; run tool using sudo, or without redirecting stdin and stderr.Presumably this process (or the user running it) does not have permission to do this--how can we alter the system to allow this or otherwise work around this issue?