I made my first app using PhoneGap, and have built it for iOS. I have Java and Ant properly installed and the XCode project has been apparently created. I open it in XCode and I can build it as well, from XCode. When I run it it says that error message? What seems to be problem here? Thanks guys!
Your xCode version is too old. Probably you updated the phone's OS to a newer version. Usually for each version of iOS there is a version of xCode, and if the OS is newer than xCode you get this error.
I am facing an issue while uploading iPA on test-flight via Application Loader and Xcode. How to resolve this?
I am using Xcode v6.4 and Application Loader v3.1
Errors as follows :
Error while processing package 1069618639.itmsp
An exception has occurred: Java heap space
Please refer attached screenshot.
Thanks in advance.
Same problem here with OsX 10.9.5 and Xcode 6.2. Resolved, after few days of try, only updating my Mac to El Capitain and last version of Xcode. I suppose was an incompatibility with java and/or with multitasking config not available on old Xcode.
When I upgraded to titanium SDK version 3.2, I had an error when running on iOS says: titanium Invalid "--ios-version" value "7.0" Accepted values: 7.0.3, is there any possible way to solve this ?
I had the same issue.
I were able to solve it by changing the tiapp.xml node
changed
<sdk-version>3.1.3.GA</sdk-version>
to
<sdk-version>3.2.0.GA</sdk-version>
Hope this helps
minimum iOS version to work with Ti sdk 3.2.0 is 7 so you need to set iOS version to 7.
you can do that by right clicking on your project root folder then choose Run As-> Run Configuration option where you can set ios sdk.
Not really a fix. I have changed my project's sdk version to 3.2.0.GA (updated) then build my application via cli and execute the following command on the project directory:
titanium build --platform ios --ios-version 7.0.3
App build successfully (no errors encountered) and it opens the iOS simulator v7.0.3.
Update: Issue no longer encountered after updating titanium-studio to 3.2
Same issue.
Work fine with ti SDK 3.2.0
Ti SDK : 3.1.3.GA
Ti: 3.2.0
Alloy: 1.4.0 or 1.3.0
OS: mac os x 10.9.1
Same issue here.
Problem seems to be solved when building with the 3.2.0 SDK, however then other issues emerge.
I figured this out by just loading the xcode project from the 'build' folder and seeing the actual error that xcode was throwing. it told me that I had a 'module' that no longer supported 'NavigationGroup' class. I also installed the latest xcode updates and the latest Ti.Studio.
You need to change your sdk version in order to make it work with 7.0.3.
From the console:
ti sdk select 3.2.0.GA
You can find more info in the CLI documentation
Also make sure you update your tiapp.xml file as #Anand suggested
An update for Titanium SDK 3.1.3 has been released, the thing is 3.1.3 only supported up to iOS simulator 7.0, but now Appcelerator added support for 7.0.3.
Open ti.xml file
Under Build Properties, find the Titanium SDK field.
Select 3.2.0.GA
If it is not an option, go to menu option
Help > Check for Titanium Updates
I use BlackBerry Eclipse plugin for my development. From today it shows some problems. The problems are listed below.
First I try to run my project it dont response for some time and shows the message
Refreshing connection on send 1 Cancelling refresh - pending
then i run the clean.bat file for clearing simulator. After that showing the error
Device is not found in the BlackBerry SDK BlackBerry JRE 5.0.0
Now the simulators not found.
Any one faced similer situations? Now what i can do ? can i install required simulators only? Or i install Blackberry JRE 5.0.0 Agin?
please help me.
Thank you
You should install simulators only because sometimes when we run clean.bat file then we get this type of problem. Install the simulator and run the application. Enough.
i just downloaded JDE 1.1 Plugin for eclipse,and i installed it and while i run the application ,on loading of simulator it shows access violation error.i tried running clean.bat ad i installed the files in Non Windows Directory.but no thing worked and it showed the same error.Any New Suggestions For cleating that error and i use JDK 1.6 UPdate 10
Regards
Rakesh Shankar.P
It sounds like the simulator you have is buggy or corrupted. Try installing a different simulator - you can grab them from here.