Search results for

İOS 26 beta battery %1

250,786 results found

Post

Replies

Boosts

Views

Activity

Reply to I want to put bordercolor with uiview by swift.
Hello Justin.Thank you for reprying.>Are you seeing a crash with the code you pasted or is it just having no effect?I'm sorry.There is a crash.Crash log is following.---------------------------------------------------------------2015-06-09 13:54:59.860 shotworks_for_ph2_by_swift[43366:607] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0x7fc5e04d86c0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key borderColor.'*** First throw call stack:( 0 CoreFoundation 0x000000010d435495 __exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000010d19499e objc_exception_throw + 43 2 CoreFoundation 0x000000010d4b9919 -[NSException raise] + 9 3 Foundation 0x000000010cd75530 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 259 4 UIKit 0x000000010d716569 -[UIView(CALayerDelegate) setValue:forKey:] + 149 5 CoreFoundation 0x000000010d431400 -[NSArray makeObjectsPerformSelector:] + 224 6 UIKit 0x000000010d911893 -[UINib instantiateWithOw
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’15
iOS 8.3 - Core Telephony functions not working
Hi,I encountered this issue since updated to iOS 8.3. My application features are developed by using Core Telephony framework to get signal strength, LAC, CI, MNC, MCC and etc.Environment Detail:Development - Xcode 6iOS 8.3Device - iPhone 5SFeature Detail:GetSignalStrengthGetLACGetCellIDGetMNCGetMCCAny idea?Thank you.Regards,Napak
3
0
1.6k
Jun ’15
Cryptic error messages, SSDD
I just spent all day migrating my 30,000-line Swift project to 2.0 and was rewarded with this lone error. Any clue what it means? Is it yet another internal error?Assertion failed: ((IGF.IGM.DataLayout.getTypeSizeInBits(coercionTy) == IGF.IGM.DataLayout.getTypeSizeInBits(paramTI.StorageType)) && Coerced types should not differ in size!), function emitDirectExternalParameter, file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-700.0.38.1/src/swift/lib/IRGen/IRGenSIL.cpp, line 908. 0 swift 0x0000000106f20e0b llvm::sys::PrintStackTrace(__sFILE*) + 43 1 swift 0x0000000106f2154b SignalHandler(int) + 379 2 libsystem_platform.dylib 0x00007fff94a83f1a _sigtramp + 26 3 libsystem_platform.dylib 0x0000000000000003 _sigtramp + 1800913155 4 libsystem_c.dylib 0x00007fff9c270b53 abort + 129 5 libsystem_c.dylib 0x00007fff9c238c39 basename + 0 6 swift 0x000000010506869d (anonymous namespace)::IRGenSILFunction::emitSILFunction() + 13693 7 swift 0x0000000105064d52 swift::irgen::IRGenModule::
3
0
841
Jun ’15
Application Transport Security
Running my app in XCode 7 beta I now see this:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.but I can't find any mention in the Swift book or on the web. Is this documented anywhere? I need to know what to put in the Info.plist while in development
1
0
2.3k
Jun ’15
Reply to this core storage operation is not allowed on a sparse logical volume group
I saw that once last year or the year before with the first Yosemite resp. 10.9 beta, actually AFTER the first beta. There was a bug in the first beta that created a combination of nested logical volumes that made re-partitioning without erasing the whole layout impossible. I was only able to get rid of this (after trying for several days) by erasing the drive and start from scratch.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Cryptic error messages, SSDD
It appears to be crapping out on this perfectly harmless line of code (which compiled fine in 1.2), so I think it's the Swift compiler just crashing and burning like all during 1.0 Beta. Perhaps due to some project-complexity issue? Anyone else seeing problems like this already? func moveToAction(target: SCNVector3) -> SCNAction {
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Wallet Won't Let Me Add Cards to ApplePay
I cannot add any cards to Apple Pay. I get a message that says Could Not Add Card: Try again later or contact your card issuer for more information.I have tried with American Express, Mastercard, and Visa with same result, so I don't think card issuer is the issue.I did get e-mails from all of the above listed cards notifying me that the cards previously associated with iOS 8.4 had been deleted from my device, so it would at least appear that the cards are not somehow locked in the phone on the old setting. But I'm unable to add them back in.Any ideas?
1
0
1.1k
Jun ’15
Installed iOS9 but can't sync with iTunes
I just completed installing iOS9, Beta 1 on my iPhone 6 Plus. It was successful, I was able to boot back up, however when I start to sync with iTunes to restore all my old settings, my device just constantly reboots. I have to force stop it by overriding that reboot with a system reset. Any ideas on what is happening?Thanks!Chris
8
0
4.7k
Jun ’15
On device watchOS debugging impossible
It doesn't seem to be possible for me to debug on device wtih my apple watch. I can run my develpment app normally, but Xcode just can't seem to attach to a debugging session.I've read the relase notes and have tried:1) deleting the app/apps from devices and trying again2) ensuring Show App on Watch is on for dev app3) restarting all of: watch, phone, xcode, mac.4) unpairing / pairing againNo dice.When I click Run on the [AppName] WatchKit App scheme, the status window says Running [AppName] WatchKit App on [Phone name]. It stays like that for about 45 seconds. Then it says Finished running [AppName] WatchKit App on [Phone name].It really seems like the Phone->Watch connection is just way too slow. When I launch Xcode, it takes about 2 minutes before it considers my Phone+Watch pair as eligible for this scheme. During this initial 2 minutes, if I look into Window->Devices I don't see my watch listed even though I can clearly see it is paired.I'm going to turn this into an official bug report, b
23
0
18k
Jun ’15
Reply to iOS9 Beta1 | CFNetwork SSLHandshake failed (-9824)
Documentation would be nice, wouldn't it? Sadly, it's currently undocumented. I found these keys by searching through the bundles included in the Xcode 7 beta package. There are other keys as well that I'm sure are used for specifying domains as Apple intends, but it's not clear how to format the ATS dictionaries in the Info.plist, so for now this is a workaround. I'm sure we'll know more by the end of the week.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15