Search results for

show when run

112,670 results found

Post

Replies

Boosts

Views

Activity

Reply to watchOS 2b1 wiped Activity data
I unpaired to backup the watch today and re-paired it again (with watchOS 1.0.1). After restoring from backup, my activitiy app shows the right activity graph and all the rewards and stuff but the 2 last days are empty. See screenshot.I don't know if I should update my watch now... that *****...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Writing video and audio via AVAssetWriter
Hi All,I'm not sure if this is in the correct place since the new forums organisation, mods feel free to move if not.So i am Using AVFoundation to capture video and audio from an external device and to write to a ProRes encoded *.mov file.I started with an application that only writes video buffers to a file, and this works fine, producing a ProRes encoded .mov as expected.However when i add the Audio AssetWriterInput to the AssetWriter, the file that gets created appears to be invalid.I have checked all the return values for each step of the operation, and everything appears to be ok, it's not until i call finishWriting on the assetWriter at the very end of things that i get an error. Sadly checking this error reveals the -11800 AVErrorUnkown error, which isn't much help.Now, a few things to note- I am trying to create a file with multiple tracks of uncompressed audio. Eg 48Khz, 16-bit, however for the sake of simplicity currently my sample only uses 1 track, which means only 1 AVAssetWriterIput for the audi
10
0
14k
Jun ’15
Reply to Testing with MS Exchange
I use a few Exchange accounts with Apple Mail - its been a bumpy road over the last few releases in my experience. I don't know what the Mail team do but in some releases it works great and then it just stops working properly with Exchange accounts (read/unread not working properly, mail not automatically syncing, mail content not always appearing etc). So far in El Capitan I've been able to add one account - Mail seems fine with that but Calendar doesn't show the associated calendar even though I've made it active. Then when I add a second Exchange mailbox, Mail just crashes immediately and continues to do so until I remove the second account.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
You know it's a beta 1, right?What part of i know it is normal as it is not a finished product made you think i don't know it is a beta / unifinished product?Are you trying to raise your post count?? Back on topic, i have been using this beta since it came out, and after a full night of doing a lot on things behind the scenes i am sure today my phone is doing NOTHING! also because the battery readings ,as most noticed, shows that the most usage comes from lock and home screen.Edit:Also the phone seems to run a little hotter than normal, i guess it might be one of the reason / cause for the battery drain.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to on demand resources in iOS7?
On-demand resources are predicated on the App Store serving up the initial portion of the application binary and then expecting the application to request the rest manually when it's likely to need it. NSBundleResourceRequest, a key part of the API for managing on demand resources, is new for iOS 9.Which means that applications running on earlier versions of iOS are going to need to given a compatibility behavior--everything gets downloaded--or they're just not going to work at all.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
xcode 7 beta run on device
Hi, I've read this morning that we can use the new xcode 7 beta and to run / debug or apps directly on the device _without_ the need of a app developer program subscription. But when i try this out it turns that the IDE is complaining about my account not having the subscription done.* first issue:failed to code sign <app name>.No valid signing identities (i.e. certificate and private key pair) matching the team ID “<my id>” were found.Xcode can attempt to fix this issue.* second issue, when i press the fix button:The selected team does not have a program membership that is eligible for this feature. If you need assistance, please contact Apple Developer Program Support.https://developer.apple.com/supportCan anyone help me on this, as I really want to try my work before program subscription.Thanks in advance.
1
0
1.5k
Jun ’15
Reply to Redeem Code
I could not redeem the code from within Safari as it kept taking me to my Top Sites instead of launching the App Store. The only way I found to get around it was use Chrome browser, login to the Developer site and select the download link. This launched the App Store and redeemed the code. However even though my code is redeemed I still have no updates showing in the App Store despite several refreshes.Maybe I just need to be patient although I would like to know why none oif the worked in Safari Version 8.0.7 (10600.7.7)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Install iOS simulators from the command line
Hi,We have a CI setup with multiple slaves. One stumbling block for us is that different versions of the iOS simulator need to be installed from the Downloads tab in the Xcode Preferences. Ideally there would be a command line tool that we could run to download and install specific versions. Does this exist?Many thanks,Charles
4
0
2.3k
Jun ’15
xcodebuild
I have a question regarding xcodebuild. I have created a static library and I want to build it and create my .a file without using Xcode. I run xcodebuild from the terminal and it runs without generating an error and tells me that the code is built but there are no files generated in product folder. Any thoughts?
1
0
968
Jun ’15