IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Monday, April 28, 2014

CL Tools for Xcode 5.0.2 Update

After installing  this update from the App Store, when I run xcode-select --install, I get an error message that the command line tools cannot be installed because they are not available on the Software Update server. Did something change?


View the original article here

Saturday, January 18, 2014

CL Tools for Xcode 5.0.2 Update

After installing  this update from the App Store, when I run xcode-select --install, I get an error message that the command line tools cannot be installed because they are not available on the Software Update server. Did something change?


View the original article here

Sunday, September 8, 2013

cross platform development tools

Do anyone know which free cross platform development tools would be best to use to download xcode? Any suggestions or a different program i can use? I want to make an game app for the iphone but i dont have a mac and i only have windows 7.


View the original article here

Monday, April 22, 2013

Re: Can't download graphics tools for Xcode

Tuesday, April 16, 2013

Can't download graphics tools for Xcode

I've just downloaded Xcode 4.6.1 in hopes of getting Quartz Composer, which I've learned is available in a graphics tools download from the Developer website.  Unfortunately when I look through the downloads available, there is no graphics tools options.  Even when I'm in Xcode and click on "more developer tools", the developer downloads comes up blank.  Can anyone help me figure out how to get it?  Please help, I need the program for a school project.  Thank you!


View the original article here

Thursday, February 21, 2013

How to uninstall "Command Line Tools" in Xcode 4.3?

Just installed Command Line Tools using the perference in Xcode 4.3. After removing Xcode 4.3, I found the Command Line Tools are not removed.

Is there any way to uninstall?

 

Thanks!


View the original article here

Re: How to uninstall "Command Line Tools" in Xcode 4.3?

Friday, January 25, 2013

add non-admin user to Developer Tools group

how do I add a non-admin user to the Developer Tools group so that I can run Xcode projects without having to enter the admin password every single time? Currently "Develope Mode" is enabled.


View the original article here

Monday, January 21, 2013

Trying to install gcc with Command Line Tools - Mountain Lion

I am trying to update the CUDA driver for an NVIDIA GeForce GTX 570 card. To do that, I need gcc installed.

It appears I have not been able to install gcc, and I need help doing this.

 

I am a newbie to both Terminal commands and to updating CUDA drivers, so please bear with me.

I am running Mountain Lion (10.8.2) on a dual quad core Mac Pro (mid 2010 model).

 

I have been following the guide here:

http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-mac-os-x/index.html

 

To install gcc w/o having to install Xcode (I don’t need all of Xcode and so don’t want it installed), I downloaded the “Command Line Tools (OS X Mountain Lion) for Xcode – November 2012” from the Apple Developer Downloads page:

xcode452cltools10_86938211a.dmg

 

I also downloaded the “Mac OS X CUDA 5 Production Release” from the NVIDIA Developers Download page:

cuda_5.0.36_macos.pkg

 

I installed the Command Line Tools, and then installed the CUDA 5 Release (driver, toolkit, samples). Both installed successfully.

 

To verify that gcc was installed, I entered the Terminal command (the guide above says this is how I check):

/usr/bin/gcc –-help

 

The resulting message was:

i686-apple-darwin11-llvm-gcc-4.2: –-help: No such file or directory

i686-apple-darwin11-llvm-gcc-4.2: no input files

 

I take it this means I did not successfully install gcc.

Please tell me what I am doing wrong.


................................................................................ ................................................................................ .................................

NOTE: The steps below may not be of interest to you, since they are steps to verify the CUDA driver was updated (once gcc is successfully installed).

But I included them in the post, in case they are helpful..

 

I went to “Define the environment variables”.

I entered the command

export PATH=/Developer/NVIDIA/CUDA-5.0/bin:$PATH

I got no message

 

I then entered the command:

export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-5.0/lib:$DYLD_LIBRARY_PATH

I got no message

 

To verify that the CUDA kernel extension is loaded, I then entered the command:

kextstat | grep -i cuda

 

I got this message:

123 0 0xffffff7f81e69000 0x2000 0x2000 com.nvidia.CUDA (1.1.0)

 

I then checked the CUDA Toolkit version by entering the command:

nvcc –V

 

I got the message:

nvcc: NVIDIA (R) Cuda compiler driver

Copyright (c) 2005-2012 NVIDIA Corporation

Built on Fri_Sep_28_16:10:16_PDT_2012

Cuda compilation tools, release 5.0, V0.2.1221

 

To change the directory, I then entered:

cd /Developer/NVIDIA/CUDA-5.0/samples

 

Then to compile the samples, I entered:

make

 

The resulting message was:

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `all'.

Makefile:79: *** MPI not found, not building simpleMPI.. Stop.

make: *** [0_Simple/simpleMPI/Makefile.ph_build] Error 2

 

To run the binaries, I changed the directory by entering:

cd /Developer/NVIDIA/CUDA-5.0/samples/C/bin/darwin/release

and then entered

deviceQuery

I got the message:

-bash: cd: /Developer/NVIDIA/CUDA-5.0/samples/C/bin/darwin/release: No such file or directory


View the original article here

Sunday, January 20, 2013

What tools can I develop iOS apps with? ...

Been a developer/tester for years, but have never looked into iOS as a platform for development.

 

What tools are available for iOS development? Both payware and/or free/open-source?

 

Can iOS apps be developed in Windows?

 

Thanks very much in advance,

Chris

http://www.pretenseofknowledge.com/


View the original article here