iTransmission-3 icon indicating copy to clipboard operation
iTransmission-3 copied to clipboard

Project targets are not debuggable

Open NorrinRadd opened this issue 12 years ago • 6 comments

Some configuration on the .app target causes Xcode to either, not be able to find it after compilation, or not be able to execute it. See the attached screenshot.

I write some code for https://github.com/ioshomebrew/iTransmission-3/issues/1 but was not able to debug it due to this issue.
Screen Shot 2013-02-09 at 12 22 34 AM

I checked the mentioned file path, and the executable is there. I can't find why Xcode cannot execute it. It copies to the device fine but it isn't able to run within the debugger, only manually without debugging.

When deploying to the simulator, the simulator never even opens up.

I assume this has something to do with the project being configured for building an apt-get package. Maybe it can be configured as a typical Xcode project AND an apt-get package, or either just provide steps for debugging within Xcode.

Thanks --

NorrinRadd avatar Feb 09 '13 08:02 NorrinRadd

You need a special code sign script

Sent from my iPod

On Feb 9, 2013, at 12:58 AM, NorrinRadd [email protected] wrote:

Some configuration on the .app target causes Xcode to either, not be able to find it after compilation, or not be able to execute it. See the attached screenshot.

I write some code for #1 but was not able to debug it due to this issue.

I checked the mentioned file path, and the executable is there. I can't find why Xcode cannot execute it. It copies to the device fine but it isn't able to run within the debugger, only manually without debugging.

When deploying to the simulator, the simulator never even opens up.

I assume this has something to do with the project being configured for building an apt-get package. Maybe it can be configured as a typical Xcode project AND an apt-get package, or either just provide steps for debugging within Xcode.

Thanks --

— Reply to this email directly or view it on GitHub..

ioshomebrew avatar Feb 09 '13 15:02 ioshomebrew

I configured Xcode code signing as normal. As stated, the app runs on the device. The problem is something about the project configuration disables Xcode debugger from being able to execute or find it.

NorrinRadd avatar Feb 09 '13 16:02 NorrinRadd

You need a special script It can be found here http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/ On Feb 9, 2013 8:56 AM, "NorrinRadd" [email protected] wrote:

I configured Xcode code signing as normal. As stated, the app runs on the device. The problem is something about the project configuration disables Xcode debugger from being able to execute or find it.

— Reply to this email directly or view it on GitHubhttps://github.com/ioshomebrew/iTransmission-3/issues/2#issuecomment-13334092..

ioshomebrew avatar Feb 09 '13 17:02 ioshomebrew

Why is that necessary if I am signing with a real developer certificate?

I don't seem to have a code signing problem. The app runs on the device. For some reason, Xcode can't execute/find it...

NorrinRadd avatar Feb 09 '13 18:02 NorrinRadd

Misunderstood your issue To fix the debugging and simulator issue, you should try recreating the xcode project file On Feb 9, 2013 10:15 AM, "NorrinRadd" [email protected] wrote:

Why is that necessary if I am signing with a real developer certificate?

I don't seem to have a code signing problem. The app runs on the device. For some reason, Xcode can't execute/find it...

— Reply to this email directly or view it on GitHubhttps://github.com/ioshomebrew/iTransmission-3/issues/2#issuecomment-13335555..

ioshomebrew avatar Feb 09 '13 18:02 ioshomebrew

Will do.

NorrinRadd avatar Feb 09 '13 18:02 NorrinRadd