Search results for

xcode github

91,897 results found

Post

Replies

Boosts

Views

Activity

iOS 8.3 - Core Telephony functions not working
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
3
0
1.6k
Jun ’15
Application Transport Security
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
1
0
2.3k
Jun ’15
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
756
Jun ’15
On device watchOS debugging impossible
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
23
0
18k
Jun ’15
Reply to iOS9 Beta1 | CFNetwork SSLHandshake failed (-9824)
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:
Jun ’15
How do I install apps without a developer program?
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!
6
0
4.0k
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