Pages

Sunday, October 13, 2013

dashcode doesnt recognise ftp deployment destination

I have set up an ftp destination to deploy my project on the server. however when i try to deploy, the systems hangs and it looks as though dashcode is trying to deploy the project on my hard disk. I got a friend to try top deploy to the same destination on his mac and it worked. I am running dashcode v3.05 on a macbook pro running osx 10.8.4View the original article h...

mctube application developer!!!

Dear sir,I have purchased mctube application from appstore to removed the ads. After a while, the mctube has been removed from the app store then the developer cheats with creating same application but with different name! Is this acceptable?  Regards,View the original article h...

Property 'frame' not found on object of type 'ad'

I am trying to move a button in Xcode, but I am getting an error. Ad is the name of my button. Here is my code  CGRect frame = ad.frame;                     //Property 'frame' not found on object of type 'ad'    frame.origin.x = 129;     frame.origin.y = 401;     ad.frame = frame;                        ...

Bug Reports: What Devs Need To Know

As always, for betas or releases, registered devs should feel free to use Report a Bug for any fixes, samples, doc additions, feature requests or enhancements you'd like to see as well. Provide detailed information for the issue, including the system and developer tools version information, and any relevant crash logs or console messages. Be prepared to submit a sample project that demonstrates the issue(s). • Each top level issue deserves a unique report. • Posting in the Developer Forums is not reporting. Apple does not read those comments...

Is there a way to hide the source code in an Xcode app?

Whenever I export an Applescript app from Xcode, in the resources folder, there is the unprotected source code. Someone else has changed the source code a bit and has begun distributing my app as his own. Is there anyway to compile or encrypt this code on export?View the original article h...

access photoshop from external program

Hi, I need to control Photoshop from a program written in Cocoa and I am sure there must be some interface for this. In Windows there was something like that for accessing functionality provided by binary applications - it was called OLE and COM. I can't imagine not having this in OS X (it is so good). Thanks,JuanView the original article h...

Every time I try to access iTunes Connect, I got this error: Apple ID does not have permission to access iTunes Connect.

I had register at iOS developer program. But every time I try to access iTunes connect, I got this error: Apple ID does not have permission to access iTunes Connect.View the original article h...

Developing Java in Xcode

In a better world, no one would have to use Java anymore. Sadly there are still university programs where people are expected to use Java. Rather than cast people into the world of Eclipse, here are instructions on how to get Xcode building Java. These instructions are current as of Xcode 4.6.2. You will need to download a JDK from somewhere. This is a basic environment meant only for writing simple school programs. It has no debugger. Replace with whatever you want to name your project. Your main project file, main project class, and Xcode...

I have processed the unlocking of iphone from the carrier but i'm still waiting for the itunes sync to activate .

The carrier has said it would take 48 hrs but i have now gone past that any help would be greatful?View the original article h...

How do I set up an e meil accont? be specific on what information to place where?

How do I set up an e meil accont? be specific on what information to place where?View the original article h...

Is there a way to get imei number of device using objective c?

I did some searching with Google, and found this thread on Stack Overflow that describes how to do it:How to get IMEI on iPhone? - Stack OverflowThat thread, in turn, points you to Erica Sadun's site. She's a well-regarded iOS developer and author on iPhone development.It sounds like it is possible, but only by using a private framework. Thus you can do it, but if you try to submit an app to the store that uses a private framework it will be rejected.So, for your own private use it's possible.Is there an officially supported way to get imei?View...

How can i get Representation of Apple co. ?

Hello Sir I am Hamed Akbari and I am living in Glendale,CA. I am from Iran. I noticed that Apple has removed sanctions on Iran So I want to know How can i  give apple representation or Apple store in Iran?please help me Thank'ssincerely Hamed Aknari ArdestaniView the original article h...

Re: Is there a way to hide the source code in an Xcode app?

In your project's build settings there is an OSACompile - Build Options section where you can select the option to Save as Execute-Only.  The run-only script isn't encrypted, but I haven't heard of anyone taking the time to decompile one.  Note that even though the script is no longer easily readable, text strings and variable/method names can still be seen.View the original article h...

Re: How can i get Representation of Apple co. ?

We are users. This is not Apple speaking here. Apple does not solicit such information.View the original article h...

I have processed the unlocking of iphone from the carrier but i'm still waiting for the itunes sync to activate .

The carrier has said it would take 48 hrs but i have now gone past that any help would be greatful?View the original article h...

Xcode Versions ~ #iOS - As of 9.18.13

? 9.18.2013: Xcode 5 is the latest general release for Mountain Lion [specs]:Build #: 5A1413Includes SDKs for OS X 10.8 Mountain Lion and iOS 7 (see note below)LLVM compiler builds 64-bit apps for iOS 7Requires 10.8.4 and upAvailable via the Mac App Store* 1.96 GB Warning: Using the store to install Xcode 5 _will_ remove Xcode 4.6.3, so if you still want to have that version around, copy it to another drive, rename it 'Xcode4.6.3' and unmount that HD (optional) so the installer will ignore it, or if it's too late and 4.6.3 is gone, download...

How To Change Your Apple ID/Password

Go to https://appleid.apple.com/ and select "Manage your Apple ID". Log in with your Apple ID and password, then select Password and Security from the left column.  Your Apple ID password is used for most everything Apple-related, including your Developer Account, iTunes, the App Store, and this site. An iBook account requires an additional/different login. If you want to change logins for Team Members you can do so via iTunes Connect*. Passwords are case-sensitive. At least one character must be upper case. At some point Apple...

How do I set up an e meil accont? be specific on what information to place where?

How do I set up an e meil accont? be specific on what information to place where?View the original article h...

Is there a way to get imei number of device using objective c?

I did some searching with Google, and found this thread on Stack Overflow that describes how to do it:How to get IMEI on iPhone? - Stack OverflowThat thread, in turn, points you to Erica Sadun's site. She's a well-regarded iOS developer and author on iPhone development.It sounds like it is possible, but only by using a private framework. Thus you can do it, but if you try to submit an app to the store that uses a private framework it will be rejected.So, for your own private use it's possible.Is there an officially supported way to get imei?View...

Is there a way to hide the source code in an Xcode app?

Whenever I export an Applescript app from Xcode, in the resources folder, there is the unprotected source code. Someone else has changed the source code a bit and has begun distributing my app as his own. Is there anyway to compile or encrypt this code on export?View the original article h...

dashcode doesnt recognise ftp deployment destination

I have set up an ftp destination to deploy my project on the server. however when i try to deploy, the systems hangs and it looks as though dashcode is trying to deploy the project on my hard disk. I got a friend to try top deploy to the same destination on his mac and it worked. I am running dashcode v3.05 on a macbook pro running osx 10.8.4View the original article h...