Search results for

İOS 26 beta battery %1

250,973 results found

Post

Replies

Boosts

Views

Activity

Reply to CoreLocation: startUpdateLocation is unavailable
After a little digging; I looked at the headers in the SDK under the WatchSimulator.This call and several other calls and properties throughout CoreLoc are marked: __WATCHOS_PROHIBITEDI'm not sure if this is just incomplete as of Dev Seed 1 or if there is an undocumented logic at play.I also see this on CLLocation.speed and .courseSo it's possible these are NYI. Hopefully we get more on Thursday
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
This is what I'm interested in. From a technical standpoint what causes battery life to be reduced during beta releases? The UI seems a little snappier as well as app switching and just general performance on my 6. I am also seeing the battery drain issue as per normal beta performance. Just interested in why. Obviously optimisation is key but is the OS collecting data on performance for Apple techs to analyse? And how much optimisation will apps need to do upon public release? I am finding software development more fascinating all the time :)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift frameworks and unmapped SDK libraries?
Over the course of Swift's existence I've had to take advantage of a number of workarounds (i.e., hacks) to compile a Swift framework that utilizes non-modular system code, e.g., CommonCrypto, sqlite3, etc.These solutions have included:Renaming the umbrella header to be something different than the module name in order to exploit a bug that let frameworks compile with bridging headers, wherein the non-modular import happened: #import <CommonCrypto/CommonCrypto.h>Building a dummy, optional framework with a custom module map specifying the absolute path to an SDK header (relative SDK paths don't work): module CommonCrypto [system] [extern_c] { header /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/CommonCrypto/CommonCrypto.h export * }Specifying a custom module map with an additional header specifying the absolute path to an SDK header: framework module MyCrypto { umbrella header MyCrypto.h header /Applications/Xcode.app/Contents/Developer/Pla
7
0
9.7k
Jun ’15
Xcode-beta is damaged and can't be opened
I've downloaded Xcode 7 beta, mounted the dmg, and copied it to Applications. When I attempt to run, I get this alert:“Xcode-beta” is damaged and can’t be opened. You should move it to the Trash.So I trash the app and the dmg, then repeat. I've done this maybe 5 times now and it never does work.How can I resolve this? I'm running 10.11.
4
0
6.9k
Jun ’15
Reply to Is it possible to run Xcode 7 UI Tests from command line?
Yes, with something like this ...xcodebuild test -scheme YourAppScheme -destination platform=iOS Simulator,OS=9.0,name=iPhone 6Replace your project's scheme name in for 'YourAppScheme'Used to be you had to export/share the scheme (go to manage schemes in Xcode) to get this to work. Not sure if that is still the case. Just a warning.You can play with the destination settings to pick different devices, etc.Cheers.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Battery overspending IOS9
I installed version 9.0 ( 13A4254v ) The battery is just too fast. I checked the battery consumption and the Home Locked screen is having the highest consumption being the same brightness by 30% and the phone standyby consumes , and warm enough iPhone .
15
0
1.6k
Jun ’15
Reply to Compound AND predicate for many to many relationship using SUBQUERY
this is what my final predicate looks like when two events are selected...SUBQUERY(event, $x, $x.event LIKE[d] Birthday).@count > 0 AND SUBQUERY(event, $x, $x.event LIKE[d] party).@count > 0now i have one entry with both these events but i get nil returned on executing the fetch request.i guess my original AND compound predicate was right. there seems something wrong with my persistent store.any idea what it could be?
Jun ’15
Reply to Xcode-beta is damaged and can't be opened
It is most likely an issue with Gatekeeper. I have seen this exact situation before with prevoius beta releases. To fix, go to Preferences > Security & Privacy, click the lock in the bottom left and enter your password, then click on Allow apps downloaded from anywhere. Next, right-click on the XCode 7 beta in your applications folder, and click open. A warning will come up, click on open in that dialog. This will add an exception to Gatekeeper. You can now go back into preferences and set your Allow apps from... back to your previous setting, and Xcode 7 will now open from launchpad like usual.Hope this helps!
Jun ’15
iCloud Login Fails?
When I go to Settings / iCloud, my AppleID is there, but when I tap the disclosure triangle/icon (>), iOS asks me my to Sign in with Apple ID (i.e., enter password for my Apple ID).I enter the password but get the error message/alert:Title: Verification FailedMessage: An unknown error occurredButtons: Cancel / Try AgainI tried updating my password at MyAppleID, to no effect.I have 2-step verification enabled.
5
0
4k
Jun ’15