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?
Search results for
Xcode
92,286 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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
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
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?
I dowloaded Xcode 7 and I'm wondering if we can submit iOS 8 apps built with Xcode 7 to the App Store ? Or must we use Xcode 6 ?Thank you.
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 offi
I just want to be able to run Xcode 7. It is ok that it is in beta but I don't want my entire toolchain to be beta. Anyone know when 10.10.4 is released?
App needs to be compiled with release version of Xcode.I was already using Xcode 6.4 Beta, and it doesn't let me submit to the Appstore.I would not recommend using the beta version of Xcode if you plan to release your app soon.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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:
Am using Xcode 6 on old MacBook Pro and trying playground with swift - find that the output I expect is not being displayed on the right hand side Anyone else see this?
If the past is any indication, you won't be able to submit anything to the store with Xcode 7 until it is out of beta, which will coincide with the public iOS 9 release which is fall. So if your release plan is summer then do not upgrade.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Well, one of the main features of Xcode 7 is the ability to install apps you're developing without an Apple Developer Program. Theorically, you just have to add your Apple ID. I added it on Settings, but every time I try to run the app on my iPad it says that I need to be enrolled in the Apple Developer Program. How do I try my app without having to enroll?Thanks!
Hey,I updated my OS with ios 9 beta. Since this, I cant's compile my app from xcode 6 because my phone is ineligible. And if I use Xcode 7, I must compile with swift 2.0
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:
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.