I've found that Xcode 7 seems to generate its code coverage results on a xccoverage file inside Logs/Test on my project's derived data folder. Is there a way to get this file name from xcodebuild? Also, is there a way to convert it to another format (gcov or Cobertura XML for example)?
Search results for
xcode github
91,946 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
See: QA1514: Technical Q&A QA1514: Configuring Xcode for Code Coverage...it explains how to save that file to your choice of location.You may need to use Report Bugs to make a feature request if you'd like the ability to convert/export.◅▻
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I started the new Xcode, after converting to new standard and Swift, nothing seems to change, it is still the same old WatchKit model (iPhone app runs code). How do I convert to WatchKit 2?
I just wanted to know if anyone else is having trouble downloading Xcode 7? I cant seem to download it!
Topic:
Programming Languages
SubTopic:
Swift
Tags:
The Xcode 7.0 beta documentation refers to a Swift 1.2 to 2.0 Migrator, but there is no menu item in Xcode for this as far as I can tell.Has anyone used the migrator?
Downloaded the Xcode 7 beta but the program stops responding while gateway verifies the program. Is anyone else having this problem?
They showed simple enum type names printing properly during the What's New In Swift session that can be streamed from WWDC.In Swift 2 / Xcode 7 beta, it seems that enums imported from ObjC still have issues, and only simple Swift enum types are printable.let strX = this is (NSRoundingMode.RoundPlain) // this is C.NSRoundingMode enum TestBasicEnum { case Option1 case Option2 } let strY = this is (TestBasicEnum.Option1) // this is TestEnum.Option1 enum TestRawEnum: String { case Option1 = text1 case Option2 = text2 } let strW = this is (TestRawEnum.Option1) // this is TestEnum.Option1 enum TestRichEnum { case Option1 (String) case Option2 (String) } let opt = TestRichEnum.Option1(text) let strZ = this is (opt) // this is TestRichEnum
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Has anyone also come across this issue where the download link bounces you back or takes you to your apple ID profile page?
I am able to test my app on the simulator, but Xcode fails to install and run the app on iPhone 6 plus.My app name does not include non latin lettersCerrificates are valid.Appreciate your help.
Hi,I try to use NSURLSession with HTTPAdditionalHeaderMy code setting headers in requestlet URL = NSURL(string: (hostName)(uri))! let request = NSMutableURLRequest(URL: URL) request.HTTPMethod = method request.HTTPBody = NSJSONSerialization.dataWithJSONObject(params, options: nil, error: nil) request.setValue(application/vnd.myapp.v2, forHTTPHeaderField: Accept) request.setValue(application/json, forHTTPHeaderField: Content-Type) request.setValue(gzip, forHTTPHeaderField: Content-Encoding)And with POST request it's produce this on my server :Parameters: {email=>me@email.com, password=>[FILTERED], subdomain=>api, session=>{email=>me@email.com, password=>[FILTERED]}}With NSURLSession, setting headers with HTTPAdditionalHeaders of NSURLSessionConfigurationvar headers = [ Accept: application/vnd.myapp.v2, Content-Type: application/json, Content-Encoding: gzip, ] let request = NSMutableURLRequest(URL: NSURL(string: (hostName)(uri))!) request.HTTPMethod = method request.HTTPBody = NSJSONS
Hello! I have searched around the web for finding a solution to the Java SE 6 Runtime that cannot be installed and doesn't allow apps to work as suppose. So while searching the web I found different articles about uninstalling it and deleting the newer version...ect. Nothing worked so I thought what if you go the opposite way instead of deleting it you make your apps think that your Java SE 8u45 is your Java SE 6. Well this article finally helped me http://stackoverflow.com/questions/19563766/eclipse-kepler-for-os-x-mavericks-request-java-se-6/19594116#19594116You will have to change the code and add your version of Java and dont forget to log out and back on!!!HOPE THIS HELPS!!!
error I'm receiving is this warrning directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks’I have no idea why this is coming is this related to framework ?
Is it possible to debug my app wirelessly via local LAN in XCode 7 ?
I'm trying to get the User Interface Testing working with my appplication.I created a UI Test Case Class, reproduced the code shown in What's new in Xcode presentation.And somehow, I cannot find the recording button, in order to record the different actions I want to test and approve.Can you please let me know how to get this to work, I'm bashing my head over this for few hours.Thanks
When use UIKeybaordTypeDecimalPad in iOS8 or above will get minor problem for the keybord, the point position is not in the central of the key. Detailed question description please refer http://stackoverflow.com/questions/26965001/xcode-6-1-ios-8-keyboard-decimal-pad-is-not-properly