Search results for

Swift 6

49,195 results found

Post

Replies

Boosts

Views

Activity

Reply to Java SE 6
Confirmed. Installing SE 6 fails due to newer version already installedTrying to uninstall Java fails to uninstall it fully.Installing SE 8 (latest from Oracle) does not fix the problem.Also tried a full uninstall of Photoshop and reinstall, no better.ARUG!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Photos crashing
Same issue here on a 2010 mbp (hi-res).Running from the terminal, it spits out :Assertion failed: (ctx), function CIEAGLContextCreate, file /Library/Caches/com.apple.xbs/Sources/CoreImage/CoreImage-327.6/Framework/misc/CIEAGLContext.m, line 261. right before aborting trap 6.Photos runs fine on another (newer) machine.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 7 causes iPhone to freeze
iOS 9, iPhone 6 PlusRunning my app from Xcode 7 works great the first time. Then I stop it, make some changes and run it again - this causes the phone to freeze up completely. Anyone else encountered anything similar? Any ideas why this might be? Other than some bug in either iOS 9 or Xcode 7.Thanks!
9
0
1.4k
Jun ’15
NSDatePicker issue?
I'm seeing a bizarre issue with NSDatePicker in 10.11. First, I'm creating it programmatically in a Cocoa-AppleScript applet. If you're still reading: when incremented/decremented with a stepper, the time values never display a minutes digit with a 6 or a 9. For example, it displays 10:26 as 10: 2 and 10:29 as 10: 2, 10:36 as 10: 3 and 10:39 as 10: 3, and so on. I've tried adjusting the font size, frame width, etc, but I don't think that's the problem. Works fine 10.8-10.10.Has anyone else seen this with a date picker used for time?
2
0
339
Jun ’15
Opening an .ipa in X Code - Swift
I developed a simple game app using Flash CC, I converted the game thru Adobe AIR and have a working IOS app. I was curious to see if it is possible to open the .ipa that was created and published in Flash and be able to to open in XCode so I can view the code and build.I was able to rename the file and save as a .zip and insode I do the a Payload folder which has the name of the app with the .app extensionI created a new workspace in XCode and imported the .app, Xcode sees it but I can only view resoursr and plist filesMy goal here is to build this kind of app IN XCode / Swift from scratch. This would be great for me since I know a bit of actionscript and since the Flash app has actionscript I would think that it would be converted to Objective C am I right?Any help?R
1
0
3.2k
Jun ’15
How does Handoff work now?
I get the icon on my lock screen, and if I swipe up and unlock I get the webpage from my Mac, but it used to be on the left of the task list as well. With the new task list scrolling from the left, the app from the other device is no longer available there - or am I missing something? iPhone 6+
1
0
209
Jun ’15
Reply to Java SE 6
Just to note Adobe has EOL CS5 and CS6 http://www.adobe.com/support/programs/policies/supported.html#goldplaninfo so I would not count on Apple supporting these on 10.11 and future OS version. Note the release notes state this is the last version of the OS that will include support for Java 6.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Beginner question regarding navigation in sample application
Hi Swift Experts,maybe anyone can help me. I think it is quite easy for the most, but itis time consuming. Sorry for that.I'm new in swift/xcode development and I started with some smallapplications and tests. So far so good, but now I want to start with somemore. So I start download a sample project from this website:http://www.appcoda.com/sidebar-menu-swift/Now I added a right Bar Button Item on the photo page and create a sequeto a new page ViewController. On this new view container I added a seque from a navigation barback to navigation controller of photo view (this works fine). But after the back navigation, the side bare menufunction did not work anymore.If an expert has an idea, please give me hint.Thanks in advanceStefan
1
0
449
Jun ’15
iBooks won't login to iCloud
When i open iBooks, it show me a windows to login with my icloud ID. When i press enter, the windows disappears and become gray, with the name window and a spinning wheel (not when it crash, but when it's thinking/connecting). Then it comes back with the same login screen and the text An unknow error occured. When i close this window, iBooks hang and i have to force close the program.Console info:09-06-15 19:32:01,755 storeaccountd[567]: ADI: { Connection = keep-alive; Content-Length = 20; Content-Type = application/x-dmap-tagged; Date = Tue, 09 Jun 2015 17:31:59 GMT; Strict-Transport-Security = max-age=31536000; apple-timing-app = 5 ms; server-cloud-daap-version = 1.0; x-apple-application-instance = 404602; x-apple-application-site = ST11; x-apple-jingle-correlation-key = P6GIJJU424NU6YWNKOWSGTFHTI; x-webobjects-loadaverage = 0;}09-06-15 19:32:01,000 kernel[0]: Sandbox: iBooks(1543) deny(1) mach-lookup com.apple.dock.appstore09-06-15 19:32:01,763 iBooks[1543]: Could not find image named 'NSImage'.09-06-15 19
1
0
762
Jun ’15
Reply to Java SE 6 Runtime messed up my laptop apps...
Just says Java for OS X 2014-001 can't be installed on this disk. A newer version of this package is already installed. I also used a code from Apple Support to delete all the java's it all workes but the last command that containt /usr/bin/ and after I use it to enable Java SE 6 Runtime to work it says Operation is not permitted
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 7 beta remote repository could not be found
Before launching the beta I committed changes, created a new branch in Xcode 6 for the beta, did a push to remote repository and got a success message, and then opened the project in the Xcode 7 beta. After allowing Swift to update a few things that have changed (in my case, some sorting closures), I saved and committed changes, then received this error:The remote repository could not be foundMake sure a valid repository exists at the specified location and try again.With this error, I quit the Beta, re-opened, and did a pull from the remote (which worked fine), then made one change, committed changes, and attempted a push to remote, which failed with the same error ... I could pull from it, but not push to it?MBA (mid-2013), 8 GB RAM 256 GB SSDXcode 7 beta (7A120f)Mac OS X 10.10.3Remote is running over the network, via SSH, on an iMac (and I have had no problems pushing/pulling from XCode 6.3.2)
4
0
5.9k
Jun ’15