[TIMOB-16677] iOS: Standalone Xcode project with transport.py doesn't work with SDK 3.2.2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-09-14T22:35:04.000+0000 |
Affected Version/s | Release 3.2.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | build, ios, transport.py |
Reporter | Nidal Chabab |
Assignee | Eric Merriman |
Created | 2014-03-21T09:40:30.000+0000 |
Updated | 2017-03-21T17:57:40.000+0000 |
Description
/Users//Library/Application\ Support/Titanium/mobilesdk/osx//iphone/transport.py .
Launch this command in the application folder after a first build will update symlinks of the libraries of titanium used.
But the application in Xcode stay blocked on splashscreen.
We resolved it by modifying the transport.py file in the path :
/Users/CURRENT_USER/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/iphone/
On line 96 :
change :
project_resources = os.path.join(project_dir, 'Resources')
by :
project_resources = os.path.join(project_dir, 'Resources','iphone')
I hope it will help someone ;)
Moving this fix suggestion to engineering for further evaluation and prioritization.
[~ingo]: I tested this on a project this weekned. It's working like a charm in 3.4.0. PLEASE, add it. It's super important when working with others without Titanium. THANKS!
Won't fix.
transport.py
is deprecated.Closing ticket as the issue will not fix.