tastejs / PropertyCross

Helping developers select a framework for cross-platform mobile development.
propertycross.com
591 stars 215 forks source link

IPA file issue in titanium #262

Open rohitagg28 opened 10 years ago

rohitagg28 commented 10 years ago

When I run titanium framework code on titaniumstudio through simulator by selecting iphone/ipad its giving the error that 'Unknown or unsupported SDK version : 7.0.3 '

Whats going wrong can you please help me..?

matthewdunsdon commented 10 years ago

Can you confirm the steps that you have already taken.

I need to know far have you got through the build instructions from github (https://github.com/tastejs/PropertyCross/blob/master/titanium/README.md)?

rohitagg28 commented 10 years ago

I have import source code from titanium folder and run from run configurations on setting simulator as ipad and os version setup to 7.0.3.

The issue coming as its saying that unsupported sdk version 7.0.3

On Mar 19, 2014 6:09 PM, Matthew Dunsdon notifications@github.com wrote:

Can you confirm the steps that you have already taken.

I need to know far have you got through the build instructions from github (https://github.com/tastejs/PropertyCross/blob/master/titanium/README.md)?

Reply to this email directly or view it on GitHubhttps://github.com/tastejs/PropertyCross/issues/262#issuecomment-38045604.

rohitagg28 commented 10 years ago

Hey is anyone one there to help ,as I am having error saying that 'unsupported sdk version 7.0.3'. I am using TitaniumStudio version 3.2.2 ,iOS sdk version 7.0.3 and xcode version 5.0.2 ,is there any version issues that are raising this error. Can anyone please help me on this...??

ColinEberhardt commented 10 years ago

For support on how to get Titanium working, I would recommend asking on the Titanium forums directly:

https://developer.appcelerator.com/questions/newest

PropertyCross hosts apps built with a wide range of frameworks, and we are by no means experts in all of them!

rohitagg28 commented 10 years ago

hi, It has deployed on ipad as I install xcode version 5 but on ipad its showing some errors related to app, as I am attaching the screenshot below:- 028

ColinEberhardt commented 10 years ago

Ahem ... https://github.com/tastejs/PropertyCross/issues/262#issuecomment-38139136

rohitagg28 commented 10 years ago

Hey did you get the problem ...is there any solution to it...?

matthewdunsdon commented 10 years ago

@rohitagg28, I get the same error as you.

This issue is due to a change in the Titanium API since it was last built, so I think that this issue is worth fixing.

FYI, when I looked at the titanium docs for createNavigationGroup:

This method has been removed since 3.2.0

This class is now deprecated. Please use the Titanium.UI.iOS.NavigationWindow class instead. http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.iPhone-method-createNavigationGroup

matthewdunsdon commented 10 years ago

Hi @rohitagg28,

I have resolved the issue you have seen and have created a pull request containing this fix. Please checkout my pull request or wait for it to be merged in.