xcode4.6

Xcode 4.6.2 app crashes on every second run

谁说胖子不能爱 提交于 2019-11-27 01:18:46
Xcode 4.6.2 seems quite buggy. When I run a second time my any project I get SIGABRT crash within the first second. I completely removed Xcode and reinstalled, (yeah I try turn off and on again). Also I removed command line tools and simulators, but that didn’t help either. ok, I found a solution. Please open the menu Product -> Scheme -> Edit Scheme, select Run YouAppName.app on the left, tab Info. Then choose GDB instead of LLDB in debugger field. UPD: In new Xcode 4.6.3 this bug has been fixed. So just update your Xcode. Found another way to fix this without moving the debugger to GDB. I

Facebook Registration : The operation couldn't be completed (com.facebook.sdk error 2)

丶灬走出姿态 提交于 2019-11-26 21:41:23
问题 I am developing an ios phonegap application. For registration i use phonegap facebook plugin. It worked fine for the first time. But now when i try to register it isn't working. I haven't changed anything. I use Xcode version 4.6.1 and cordova version 2.4.0. Figure shows my Facebook developers page. What am i doing wrong? Please help, Thanks. 回答1: I think this will fix your issue: Go to you Facebook app in your Facebook account. Click edit your app. Go to Basic info tab. Sandbox Mode: check

Changed project name in Xcode causing naming error

只谈情不闲聊 提交于 2019-11-26 17:36:16
问题 My old name consisted of a camel case type name similar to this MyApp I then changed it to Myapp 'notice the A is now non-caps' I changed this by clicking MyApp name in the navigator menu and changing it, up came a help box asking me to do system wide changes I clicked YES! but now when I build this application its saying the name of my app is: Myapp-temp-caseinsensitive-rename I am now wondering how do I get rid of the -temp-caseinsensitive-rename portion? 回答1: Check the product name in

Xcode 4.6.2 app crashes on every second run

回眸只為那壹抹淺笑 提交于 2019-11-26 17:28:10
问题 Xcode 4.6.2 seems quite buggy. When I run a second time my any project I get SIGABRT crash within the first second. I completely removed Xcode and reinstalled, (yeah I try turn off and on again). Also I removed command line tools and simulators, but that didn’t help either. 回答1: ok, I found a solution. Please open the menu Product -> Scheme -> Edit Scheme, select Run YouAppName.app on the left, tab Info. Then choose GDB instead of LLDB in debugger field. UPD: In new Xcode 4.6.3 this bug has

Error after upgrading to xcode 4.6 and iOS 6.1 “used as the name of the previous parameter rather than as part of the selector”

故事扮演 提交于 2019-11-26 16:53:05
问题 After updating to xcode 4.6 and ios6.1, I get this new error "'objectType' used as the name of the previous parameter rather than as part of the selector ". I get this multiple times. Any ideas? PS: The method that it get displayed is a custom one for reverse geocoding. -(void) getAddress: (NSString *) objectType: (CLLocationCoordinate2D) objectCoordinate 回答1: It says that objectType is the name of the NSString object in your method and not part of the method name and it should not be used as

Could not insert new outlet connection [duplicate]

拜拜、爱过 提交于 2019-11-26 10:22:45
问题 This question already has answers here : Xcode 4: Creating a UIView xib, not properly connecting (32 answers) Closed 6 years ago . Could not insert new outlet connection: Could not find any information for the class and not showing any class named \"ViewController\" Solutions I have done : - Restarted XCode - Restarted System - Deleted the Deriveddata contents from /Library/developer/xcode But nothing worked for me Here is the screenshot for the error 回答1: I got the same problem as you today.