I was able to download iOS 9, but while I was installing it on my iPhone 6, i got an error that said something like Unknown error (6). Any idea what's causing this? Do i need to have El Capitan on my mac to be able to install iOS 9 through iTunes?
Search results for
Swift 6
49,192 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am having the same but only on my iPhone 6 Plus. I have wiped the device but it won't download existing content or upload new content. My iPad Mini 2 doesn't have this issue and it was a migration from 8.4b3.That's my two pennies so far!
Topic:
App & System Services
SubTopic:
Core OS
Tags:
If you're developing using a storyboard, you need to set the initial view controller entry point in Interface Builder and ensure that the storyboard is set in your Info.plist. I suspect you'll get better help in a non-Swift forum such as IDE and Interface Builder
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Have the following code running in 7.0 beta (7A120f) - didn't see that as a topic in the beta forum...adjusting to the forum change.let dateComponentsFormatter = NSDateComponentsFormatter() dateComponentsFormatter.allowedUnits = NSCalendarUnit.Day | NSCalendarUnit.Hour | NSCalendarUnit.Minute | NSCalendarUnit.SecondReceiving the following build error: Binary operator '|' cannot be applied to two NSCalendarUnit operands.Did not see this error in Xcode 6, not sure if this should be filed as a bug report at this juncture. Other solutions offered by the interwebs proving unviable.Thoughts?Cheers,Josh
Just tried to pair MFi (Made For iPhone) Bluetooth hearing aids with an iPhone 6 running iOS 9 Beta 1. They show up in the device list under settings/general/accessibility/hearing aids, as expected, but the iOS controls for hearing aid volume etc. are not displayed. Looks like they are halfway paired. To the vendor supplied app (Kirkland Signature Choice), the hearing instruments are not present. This all worked as expected in iOS 8. Anybody with insight into this? All the other Bluetooth devices I previously had paired under iOS 8 appear to wotk fine. The only apparent issue is with the Bluetooth hearing aids, Of course, they are paired under the accessibility menu rather than the Bluetooth menu.
Does the phone work when you call voicemail. I had a similar issue with a new iPhone 6. And tried everything and ended up having to have the device replaced.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
For the sake of future searchers, here's the relevant excerpt:• NS_OPTIONS types get imported as conforming to the OptionSetType protocol, which presents a set-like interface for options. (18069205)Instead of using bitwise operations such as: // Swift 1.2: object.invokeMethodWithOptions(.OptionA | .OptionB) object.invokeMethodWithOptions(nil) if options & .OptionC == .OptionC { // .OptionC is set }Option sets support set literal syntax, and set-like methods such as contains: object.invokeMethodWithOptions([.OptionA, .OptionB]) object.invokeMethodWithOptions([]) if options.contains(.OptionC) { // .OptionC is set }
Topic:
Programming Languages
SubTopic:
Swift
Tags:
I can't find anything after this massive redesign...
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:
under xcode swift is listed... https://forums.developer.apple.com/community/xcode/swift
Topic:
App & System Services
SubTopic:
Core OS
Tags:
After converted from Swift 1.2 to 2.0, It's just freezing when i compile the project and it's keep consumming memory.I tried clean project, delete derived data, close XCode and restart my Mac but the problem still remains.Anyone has the same problem as mine?
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 0
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
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:
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