Search results for

Swift 6

49,193 results found

Post

Replies

Boosts

Views

Activity

upgrade to xcode 7 and swift or not?
I'm writing a business app and have it running for the most part. I'm wondering if it's worth migrating to xcode 7 and swift or not? It seems there's a lot of negative press (which there always is), but am I better off waiting for a while? I don't plan on integrating with watch for a while, but I want to deploy later this summer. Just a general question for opinion?
3
0
758
Jun ’15
Companion app has problems with Watch OS 2.0
I updated my iPhone to 9.0 beta, installed the profile on the watch and updated the Apple Watch to Watch OS 2.0But now the companion app has problems with the new Watch OS. I can install third party apps with the companion app. But I cannot check in the general settings the software version or other things. The app gives me an allert that it cannot connect to the watch and I should check if the airplane mode is set to off. All the icons of the Apple apps are also not shown in the companion app. There are only these white placeholder icons for them.I can also not change settings for the app. I checked it with the photos app and the sync album is set. But the app on the watch dont show the photos because I think it cannot read the settings.This is what I did. Maybe there was something wrong with the update.- I installed first the latest version of iTunes on my iMac with OSX Yosemite- Then I installed iOS 9 beta on my iPhone 6 Plus- I dont know if it is normal but the watch now was in a state like when
3
0
937
Jun ’15
Upgrade stalled in final phase at about 85%
My install went about an hour to get the update started loading onto the watch. It then went through the first phase, did a full circle loop of the progress indicator, started that again and now is hanging at about 85% progress. The watch app indicated the software update was completed, at least as far as the configuration data is concerned.Would someone from Apple provide some concrete steps to take to either determine the watch is about the brick and I need to get it replaced, and then what I need to do to get it right with the next watch or to get this install to complete successfully.There is nothing quite like waiting 6 weeks to get the watch, using it for a whole week and a few days, and then being stuck unable to continue development.
9
0
1k
Jun ’15
Reply to Generics?
Check out Objective-C Language Features in the Xcode 7 beta Release Notes.Specifically:Lightweight generics allow you to specify type information for collection classes like NSArray, NSSet, and NSDictionary. The type information improves Swift access when you bridge from Objective-C and simplifies the code you have to write. (6294649) For example:NSArray<UIImage *> *images; NSDictionary<NSString *, NSURL *> *resourcesByName;
Topic: Programming Languages SubTopic: General Tags:
Jun ’15
AirWatch MDM crashes
This is mostly a heads-up to those looking to install the iOS9 beta - AirWatch Agent, for their MDM platform, crashes and can't execute under this beta.Awkward, but, beta is beta. Identifier: com.air-watch.agent Version: 5 (5.0.1) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2015-06-09 15:08:28.28 +1000 Launch Time: 2015-06-09 15:08:26.26 +1000 OS Version: iOS 9.0 (13A4254v) Report Version: 105 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 Triggered by Thread: 0 Filtered syslog: None found Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 ??? 0000000000 0 + 0 1 AirWatch 0x0039a297 0xe0000 + 2859671 2 AirWatch 0x0033ddab 0xe0000 + 2481579 3 AirWatch 0x0033dcfd 0xe0000 + 2481405 4 AirWatch 0x0029add3 0xe0000 + 1813971 5 AirWatch 0x000e4e49 0xe0000 + 20041 6 libdyld.dylib 0x360629cf 0x3605d000 + 22991 Thread 0 crashed with ARM Thread State (32-bit): r0: 0x00000000 r1: 0x00000000 r2: 0x000f4240 r3: 0x00379ed
3
0
2.7k
Jun ’15
watchOS 2 new API summary
We read through all of the documentation, Xcode 7 header files, and tried to summarize everything we could figure out about watchOS 2. We hope this is a quick jumping off point for developers who just want a quick description and links directly into the Apple documentation. http://www.sneakycrab.com/blog/2015/6/8/watchos-20-tldrPlease give feedback, corrections and new discoveries, and we'll update the post with new information as we find it.
0
0
299
Jun ’15
Crash - Kern_Invalid_address
Hey everyone. I wasn't sure which section to put this in but this was the most relevent i could find.Im new to all this and this is my first app so bare with me.I've created an app using Unity and then built it through xcode. When submitting to the app store i got 3 crash reports. I've tried to understand them but I cant seem to get my head around what they mean.All 3 crash reports are fairly simmilar with the following error: Exception Subtype: KERN_INVALID_ADDRESS at ... I will post one example below. If you want the other 2 reports then just ask!Thanks for your help!Incident Identifier: 938FFF53-56A2-4A1D-BF23-4E24567BA101CrashReporter Key: 3286a932eadfb6a4501de9b1e0044450b3f54fb3Hardware Model: xxxProcess: Box [1376]Path: /private/var/mobile/Containers/Bundle/Application/00E4561A-F30C-4C48-B2BD-355A71A4D971/Box.app/BoxIdentifier: Bob.BobVersion: 1 (1)Code Type: ARM (Native)Parent Process: launchd [1]Date/Time: 2015-06-02 17:16:47.033 -0700Launch Time: 2015-06-02 17:16:42.956 -0700OS Version: iOS 8.3 (12F6
2
0
1.8k
Jun ’15