Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16677] iOS: Standalone Xcode project with transport.py doesn't work with SDK 3.2.2

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-09-14T22:35:04.000+0000
Affected Version/sRelease 3.2.2
Fix Version/sn/a
ComponentsiOS
Labelsbuild, ios, transport.py
ReporterNidal Chabab
AssigneeEric Merriman
Created2014-03-21T09:40:30.000+0000
Updated2017-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 ;)

Comments

  1. Ritu Agrawal 2014-03-24

    Moving this fix suggestion to engineering for further evaluation and prioritization.
  2. Mauro Parra-Miranda 2014-10-12

    [~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!
  3. Chris Barber 2016-09-14

    Won't fix. transport.py is deprecated.
  4. Lee Morris 2017-03-21

    Closing ticket as the issue will not fix.

JSON Source