Search results for

Swift 6

49,194 results found

Post

Replies

Boosts

Views

Activity

Java SE 6
Hi there,yesterday I installed the pre-release of OSX 10.11 and I can't open the Adobe Illustrator CS6.This is the error that I get:Adobe Illustrator CS6 cannot be opened.This application requires the legacy Java SE6 runtime which is unavailable for this version of OS X.Thanks,Mauro Vime
32
0
20k
Jun ’15
Reply to **Organizing an entire list of Unstable Apps**
If it is of no value to you it is of no value to others?What is the value of this thread? To see what works and what not.....Who would read it? I do ...and you just didWho would act on this? People who have one device only and might decide not to update to the beta (if their workflow is interrupted)Who would check what others write are valid? It's called feedback.. you say what you see ....i do too... and figure out why (it might be device specific and again people would know if their specific workflow might be affected)There is no real conversation, this is a multithread. Definetly not with that attitude, little miss sunshine the world does NOT revolve around you....... the sun raised even if you were asleep you know? 😉On topic ..1Password works here (iPhone 6 128 GB iOS 9 Beta 1)!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift 2.0 deployment target 7.1
I have a very small Swift 2.0 project which should run on 7.1 and newer.It should use WKWebView on iOS > 8.0 and UIWebView on iOS < 8.0.As soon as I add the WKWebView I can't compile the app again:import UIKit import WebKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() if #available(iOS 8.0, *) { let w = WKWebView() w.frame = self.view.frame w.autoresizingMask = [UIViewAutoresizing.FlexibleWidth, UIViewAutoresizing.FlexibleHeight] self.view.addSubview(w) } else { let w = UIWebView() w.frame = self.view.frame w.autoresizingMask = [UIViewAutoresizing.FlexibleWidth, UIViewAutoresizing.FlexibleHeight] self.view.addSubview(w) } } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() } }When I compile for the simulator I have no problems at all, but when compiling for devices I get the following warning:ld: warning: URGENT: all bitcode will be dropped because '/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/D
5
0
2.9k
Jun ’15
Reply to Restore process to ios9 stuck at aprox 10%
Same issue here too.My device is an iPhone 6+.I tried 8.3 and 9.0 several times, including factory reset and update via ⎇+click in iTunes.What device do you have problems with? Have you tried a different mac (I'm preparing to do this now)?EDIT:I found some stuff on the console which might be interesting (I removed some IDs):09.06.15 13:21:35,831 iTunes[3009]: RPSocket.cpp:341(FinalizeRPSocket): Closed <RPSocket 0x610000430de0: Pinger-6b8b4567327b23c6643c9869 fd=-1> after reading 200 bytes and writing 66 bytes 09.06.15 13:21:35,940 iTunes[3009]: Socks5Server.c:204(srvSocketOpened): Successfully connected to gg.apple.com:80 09.06.15 13:21:35,940 iTunes[3009]: RPSocket.cpp:135(reset_stats): Reset stats for <RPSocket 0x61800043c040: Device-<SOME-DEVICE-ID> fd=56> after reading 157 bytes and writing 31 bytes 09.06.15 13:21:35,940 iTunes[3009]: RPSocket.cpp:676(RPSocketExchangeData): Beginning data exchange: <RPSocket 0x61800043c040: Device-<SOME-DEVICE-ID> fd=56> <==> &
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Java SE 6
Me too, other Java apps also broken and when trying to reinstall Java 6 I get the following error:Java for OS X 2014-001 can't be installed on this disk. A newer version of this package is already installed.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
UUID added but not recognised
HiI've added my iPhone 6 UUID to the developer centre, and added successfully - it let me update to iOS 9. When I added my Watch UUID - it confirmed the type (Apple Watch 38mm) before saving. It did not do this for my iPhone. Is this normal?I added my friends iPhone 6 plus, and it confirmed the type before saving too.When I added my iPad, it did not recognise the type. So, when i click on the type in the devices list (iPhone, Ipad, watch etc), the lists are empty apart from the iPhone 6 plus, and my Watch.Does this matter? I dont want to mess things up.ThanksJoe
0
0
301
Jun ’15
Reply to Swift 2 timeline
Without knowing when we'll be able to submit apps built using Swift 2 I can't risk updating a current project that I hope to ship before the fall. That's fine, but I'd like to start using Swift 2 if it's feasible.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15