xcode - Running Instruments to check for leaks on iPhone without developer license -


i'm trying run instruments on iphone app i've compiled debug, self signed (no developer license), , copied phone.

if select run with instruments xcode, first organizer complain app installed, , instruments doesn't anything. if try go directly instruments, app not listed in pull-down menu of available processes.

oh, , can't run app in simulator because dylib i'm using compiled arm, , if select simulator (which changes architecture i386), source fail compile.

any thing obvious i'm missing?

unfortunately, need enrolled in ios developer program (yearly paid subscription) in order sign , run applications on testing devices. alternative avoid paying go jailbreak route (which won't provide details about, despite being legal in countries such us).


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -