Getting older SDK versions to work with the latest XCode for Lion

Hello,

does anyone know how to make older SDK versions work with the latest XCode? I made an app which keeps crashing using the new Builts and I can’t run the old ones because of the changed xcode paths.

Thanks in advance,
Patrick. [import]uid: 4589 topic_id: 24165 reply_id: 324165[/import]

704a should work with the latest Xcode - have you tried that yet? :slight_smile: [import]uid: 52491 topic_id: 24165 reply_id: 97659[/import]

Yes but this one doesn’t work with my app. The webpopup crashes the app frequently. This is why I want to use an older built. [import]uid: 4589 topic_id: 24165 reply_id: 97670[/import]

I’m afraid 704 is the oldest build that works with the newest Xcode and the new iPad.

I’m unsure on your crashes but would using the new native webview be an option, perhaps? [import]uid: 52491 topic_id: 24165 reply_id: 97677[/import]

Hi,

I got it working now by switching to webview and listening for a 999 error. If a 999 shows up I load the html page again after 200 ms.

Thanks,
Patrick. [import]uid: 4589 topic_id: 24165 reply_id: 99839[/import]