xcode4.1

Compile issues with OpenCV and Juce on Xcode4.1 in 32bit on Lion

陌路散爱 提交于 2020-01-25 09:58:06
问题 I'm trying to compile my VST Plugin with Xcode4.1 in 32Bit. I'm using the Juce Framework and integrated OpenCV 2.2 in it. I installed OpenCV with homebrew and this command: sudo brew install opencv -build32 But when I'm compiling the project with Xcode4.1 in 32bit I will get this errors: Undefined symbols for architecture i386: "_cvLoadImage", referenced from: ... In my Build Settings I have defined the header and library search paths. header search paths: /usr/local/Cellar/opencv/2.2/include

XCode does not give any useful information in autocomplete

微笑、不失礼 提交于 2019-12-11 07:43:08
问题 In older versions of Xcode (before Xcode 4.1), hitting ESC would give a very useful autocomplete window, including the return value of any methods available. However, in XCode 4.1, hitting ESC gives a much less useful autocomplete helper. It dos not give the return value of methods, and only lists methods and variables which have already been utilized in the current file. Is there a way to get back the old functionality, which was much more useful? 回答1: Try deleting derived data folder which

Cannot build source code in Xcode 4.1 with iOS 4.3.5 device

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 02:54:18
问题 I have been developing in Xcode 4.1 with iphone of iOS 4.3.5. It was fine without a version mismatch problem. Today, I connected another iphone which has the same version of iOS (4.3.5) and I could not build source code on to the device. The organizer window said, The version of iOS on “Hee’s iPhone” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest

EXE BAD ACCESS in line 14 in main.m after I type randomly when program launches?

微笑、不失礼 提交于 2019-12-02 23:22:49
问题 I got this weird crash EXE_BAD_ACCESS error when I typed randomly by keyboard in freshly new View Based Application project in Xcode 4.1 and iOS SDK 4.3. When I press run after I created a View Based Application Project, a blank screen with come. And when I start to press keys from keyboard two to five letters ,it crashes on main.m file line no. 14. 9 #import "UIKit/UIKit.h" 10 11 int main(int argc, char *argv[]) { 12 13 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 14 int

EXE BAD ACCESS in line 14 in main.m after I type randomly when program launches?

落爺英雄遲暮 提交于 2019-12-02 08:31:53
I got this weird crash EXE_BAD_ACCESS error when I typed randomly by keyboard in freshly new View Based Application project in Xcode 4.1 and iOS SDK 4.3. When I press run after I created a View Based Application Project, a blank screen with come. And when I start to press keys from keyboard two to five letters ,it crashes on main.m file line no. 14. 9 #import "UIKit/UIKit.h" 10 11 int main(int argc, char *argv[]) { 12 13 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 14 int retVal = UIApplicationMain(argc, argv, nil, nil); 15 [pool release]; 16 return retVal; 17 } Please help, I

How to solve Xcode 4.1 (LION) GPS error?

谁都会走 提交于 2019-11-28 16:19:25
My project worked perfectly on simulator+device, but now, after upgrading to lion os and xcode 4.1 , I get this error when gps is active! server did not accept client registration 68 It's a gps based application, and i'm nervous to not debug app in simulator! Any idea to solve this issue? UPDATE : Gps on Simulator doesn't work also on Xcode 3.2.6 + LION. EDIT : Apple response on bug tracker: After further investigation it has been determined that this is a known issue, which is currently being investigated by engineering. This issue has been filed in our bug database under the original Bug ID#

How to turn off reopen projects on Xcode launch In Xcode 4.1 & later

孤者浪人 提交于 2019-11-28 09:46:21
In Xcode 4.1 to present (4.2.1), if I close Xcode without first closing the project, the project will be automatically reopened the next time I launch Xcode. Previously I would have gotten the Welcome Screen. Is there a way to change this so that the Welcome Screen is launched instead? I did not have this trouble after disabling the 'Restore windows when quitting and re-opening apps' in the System Preferences. System Preferences -> General -> Number of recent items section Here you can find a checkbox to disable the feature. However, if you force quit X-code, it will try and launch the

How to use device instead of Simulator

陌路散爱 提交于 2019-11-28 02:10:40
I am a new with iphone development and want to test my application on my iphone . I have paid $100 but can not find any way to workout how to do that . There are some references around but they are for xcode 3. Any help would be much appreciated. First you have to get your developer certificate/keys set up on your mac. See the developer portal where there are detailed instructions on how to get this set up. Once you have your certificate, plug in your device, and press cmd + shift + 2 in XCode - to load up the organizer. Select the devices pane, click on your device, and click the 'use for

How to solve Xcode 4.1 (LION) GPS error?

穿精又带淫゛_ 提交于 2019-11-27 19:54:03
问题 My project worked perfectly on simulator+device, but now, after upgrading to lion os and xcode 4.1 , I get this error when gps is active! server did not accept client registration 68 It's a gps based application, and i'm nervous to not debug app in simulator! Any idea to solve this issue? UPDATE : Gps on Simulator doesn't work also on Xcode 3.2.6 + LION. EDIT : Apple response on bug tracker: After further investigation it has been determined that this is a known issue, which is currently

How to turn off reopen projects on Xcode launch In Xcode 4.1 & later

ε祈祈猫儿з 提交于 2019-11-27 03:11:06
问题 In Xcode 4.1 to present (4.2.1), if I close Xcode without first closing the project, the project will be automatically reopened the next time I launch Xcode. Previously I would have gotten the Welcome Screen. Is there a way to change this so that the Welcome Screen is launched instead? 回答1: I did not have this trouble after disabling the 'Restore windows when quitting and re-opening apps' in the System Preferences. System Preferences -> General -> Number of recent items section Here you can