xcode6.1

Swift Xcode Index Freezing or Slow

大城市里の小女人 提交于 2019-12-17 08:18:11
问题 Maybe this is just me experiencing such an annoying "feature": After upgrading from Xcode 6.0.1 to Xcode 6.1, things changed. Xcode 6.1 is forever indexing the project or compiling source files. The project is not a huge one. It just contains a bunch of Swift files and AWS SDK 2.0 Cocoapods in the workspace. I don't think it should prevent the whole to index and compile smoothly. I tried with some aws-sdk-ios-samples, just to see how Xcode 6.1 works on them, and it ended up in the same

Error: Error Domain=NSURLErrorDomain Code=-1001 “The request timed out.”

六眼飞鱼酱① 提交于 2019-12-17 06:47:10
问题 I am working on an application in Xcode 6.1, iOS 8.1; the application was working completely fine till 2 days before, but today as I executed it I got an error in the web service & the error is printed below. Error: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7c6899b0 {NSErrorFailingURLStringKey=, NSErrorFailingURLKey=, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x7c688f60 "The request timed out."} I had used AFNetworking 2.x and

Xcode 6.1 Missing required architecture X86_64 in file

人走茶凉 提交于 2019-12-17 04:23:12
问题 In Xcode 6.1 , I am getting error for iPhone 6, iPhone 5s(iOS 7.1) which says Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ClientAuthenticator", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture x86_64 linker command failed with exit code 1 This is what I have for architecture settings perspective Architectures : Standard Architectures(armv7, arm64) - $(ARCHES_STANDARD) Base SDK : Latest iOS(8.1) Valid Architectures: arm64, armv7, armv7s

Xcode 6.1 Missing required architecture X86_64 in file

雨燕双飞 提交于 2019-12-17 04:23:05
问题 In Xcode 6.1 , I am getting error for iPhone 6, iPhone 5s(iOS 7.1) which says Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ClientAuthenticator", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture x86_64 linker command failed with exit code 1 This is what I have for architecture settings perspective Architectures : Standard Architectures(armv7, arm64) - $(ARCHES_STANDARD) Base SDK : Latest iOS(8.1) Valid Architectures: arm64, armv7, armv7s

How to resolve the ONLY_ACTIVE_ARCH=YES error in Xcode 6?

瘦欲@ 提交于 2019-12-14 03:21:59
问题 I am running a project in Xcode 6 ,I am facing this error can any one help to resolve the issue . I has changed valid architecture to armv7 armv7s arm64 then the issue not shown again , but i was getting other error for file while is not support for 64 bit. I am getting below errors "_OBJC_CLASS_$_OAAsynchronousDataFetcher", referenced from: objc-class-ref in LoginViewController.o "_OBJC_CLASS_$_OAConsumer", referenced from: objc-class-ref in SA_OAuthTwitterEngine.o objc-class-ref in

Duplicate localized resource “/Localizable.strings” found xcode 6.1

断了今生、忘了曾经 提交于 2019-12-13 16:23:21
问题 I am adding multiple languages to an iOS application from .xliff files. On the first import, all works as planned and everything comes is and works great. On the second, however, it will tell me: Duplicate localized resource "XXX/Localizable.strings" found It appears that it isn't grouping the files correctly, even though they are in the appropriate locations in finder. Any ideas? 回答1: I couldn't get it to work properly but here is my work around: I would import language 1, watch the files

StoryBoard issue in Xcode 6.1

醉酒当歌 提交于 2019-12-13 04:48:40
问题 I am having the project which is successfully done the project in Xcode 5.1 using story board, I am running the project in Xcode 6.1 now its showing the error in Xcode 6.1 . I am getting the error as Main_iPhone.storyboard: error: Illegal Configuration: Static table views are only valid when embedded in UITableViewController instances How to resolve this error and make the project run in 64 bit and support to iOS8 Hoping for the right answers. 回答1: Xcode 6 supports static tableviews only

IBOutlets not showing on XCode 6.1 (6A1052d)

不问归期 提交于 2019-12-13 00:39:37
问题 This is quite a major problem: the Outlets are not appearing in IB. To reproduce: 1) I declare a variable to be IBOutlet, for example in my view controller's .h file @property (nonatomic, strong) IBOutlet UILabel* testlabel; 2) I open the storyboard, click on the viewcontroller. - If this is a new project, there is no "Outlets" list. - If this is an old project with outlets already defined, the "Outlets" list contains the previous outlets, but not the one I've added. Has anyone had the same

Can not connect custom protocol delegate from storyboard in Xcode 6.1

二次信任 提交于 2019-12-12 09:49:50
问题 I just upgraded my mac to 10.10 and Xcode to 6.1, found a strange thing which about storyboard, my case is using a swift project, can not connect custom protocol delegate from storyboard anymore. the old connected which comes with old version of Xcode is fine, but I can not connect any new delegate anymore. even I can not reconnect the old one once I removed the connected. Does anyone occur this situation ?? ============================== Updated ============================== View Class

Setting NavigationController's NavigationBar translucent property to false causes extra padding

巧了我就是萌 提交于 2019-12-12 06:04:08
问题 There appears to be extra padding at the top of the root content view when the translucent = false property is set on the NavigationController's NavigationBar (programatically or via the StoryBoard). I've tried adjusting the scroll view insets but to no avail. translucent = true doesn't cause this problem. Any ideas why this is happening and what the easiest way to resolve it is? 回答1: Ah-ha - got there in the end. When not using a translucent navigation bar you need to ensure that both