Issue Description
The applications is working fine once running with appcelerator but the xcode build generated by appcelerator causing problems in application submission to appstore.
If you create the adhoc distribution package from Xcode, then 2 thins can happen:
Get the "app.js not found error"(
xcode_adhoc_applicaitonerror.PNG attached for your reference)
All styles,Images are not appearing in the application (xcode_adhoc_missing styles images overlapping error.png attached for your reference)
If you create the adhoc distribution package from Studio, then when this things can happen:
DB alert error (
sqllite_databaseInstallfailed-error.png attached for your reference)
The application is not installing correctly and can't be launched after sync from iTunes
Steps to reproduce
Run for simulator
Open the solution in xcode
Product --> Archive
go to Organizer --> select the Archive that is created --> export as AD-Hoc Distribution (don't use Production provision profiles)
ipa will be created.
Put the ipa file in itunes and install the application on iphone.
After these steps application will be installed on the device and you can see the database installation error and the Image disappearance and Layout distortion.
//From Studio
Package the app as Distribute AdHoc / Enterprise
Import to Itunes the generated ipa
Sync to the iphone
Try to open the app
After these steps application will not be correctly installed on the device or if it get installed the the DB error will appear.
[~cng] But the images issue is now resolved ?
[~rmitro] Any update on Kiat's comment ?
Closing issue as “Hold”. We no longer have access to the test case.