ios - How to build a MonoTouch app with SDK version 4.x (not target earlier version with current sdk) -


i have legacy application distributed ad-hoc runs on older ipod touches (running ios 3.1.3) custom connection rather expensive 3rd party hardware. unfortunately annual renewal of provisioning profile (which involved rebuilding recent version of xcode compile armv6 (4.5) , corresponding sdk) seems have broken app.

i know can set target platform earlier (and i've done that). problem seems related sdk. hardware these devices interface several hundred miles me testing difficult.

my first set of problems related deprecation of touchid apis, i've worked around problem. unforatunately, still have crashes , proving elusive debug.

the simplest solution me rebuild against older sdk (4.x). possible? make matters worse mac running 10.8.4--so there's limit how far can xcode working on it.

i able work renaming current version of xcode else, downloading , installing xcode 4.4 developer site. downloaded earlier version yet , used techniques described in post:

adding older ios sdks xcode 4.1 in lion

to extract older sdks. able copy these sdks xcode 4.4 (as described in post). able build using older versions of sdk.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -