Search results for

“xcode github”

95,391 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
792
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.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
Reply to Where is the Swift 2.0 Beta Forum?
under xcode swift is listed... https://forums.developer.apple.com/community/xcode/swift
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
XCode 7 is freezing and keep using more and more Memory when compiles Swift Project
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?
Replies
0
Boosts
0
Views
666
Activity
Jun ’15
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
Replies
3
Boosts
0
Views
1.6k
Activity
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
Replies
1
Boosts
0
Views
2.3k
Activity
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?
Replies
3
Boosts
0
Views
792
Activity
Jun ’15
Can you submit to the App Store an app built with Xcode 7 as long as you are not targeting iOS 9?
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.
Replies
4
Boosts
0
Views
3.4k
Activity
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
Replies
23
Boosts
0
Views
18k
Activity
Jun ’15
Xcode 7
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?
Replies
1
Boosts
0
Views
489
Activity
Jun ’15
Reply to Can you submit to the App Store an app built with Xcode 7 as long as you are not targeting iOS 9?
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.
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Jun ’15
Playground not displaying output
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?
Replies
25
Boosts
0
Views
70k
Activity
Jun ’15
Reply to upgrade to xcode 7 and swift or not?
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.
Replies
Boosts
Views
Activity
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!
Replies
6
Boosts
0
Views
4.1k
Activity
Jun ’15
How compile ios 8 app for iphone ios 9
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
Replies
1
Boosts
0
Views
753
Activity
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:
Replies
Boosts
Views
Activity
Jun ’15