Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2198] iOS build fails with a simple module

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-10-14T23:25:16.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterMichal Matyjek
AssigneeMauro Parra-Miranda
Created2013-10-14T22:09:52.000+0000
Updated2016-03-08T07:41:11.000+0000

Description

Steps to Reproduce

Created a simple module. Basically one Proxy class. And added the module to the KitchenSink app. I am using Xcode 5.0 and Titanium 3.1.3.GA

Actual Result

Build fails with 'The following build commands failed: Ld build/Release-iphoneos/KitchenSink.app/KitchenSing normal armv7'

Expected Result

Build successful

Attachments

FileDateSize
.log2013-10-14T22:09:56.000+000064629
com.mobileiron.appconnect.zip2013-10-14T22:14:29.000+000031242
diagnostic6505290584316809463.log2013-10-14T22:10:03.000+000032530

Comments

  1. Michal Matyjek 2013-10-14

    I tried adding armv6 architecture to the module Xcode project, but then the build.py failed with: === BUILD TARGET appconnect OF PROJECT appconnect WITH CONFIGURATION Release === Check dependencies No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s). ** BUILD FAILED ** So added i386 architecture to the Xcode project, too. Now the module was built. But the app build still fails.
  2. Michal Matyjek 2013-10-14

    Attaching the offending module.
  3. Michal Matyjek 2013-10-14

    Hmm something about the sample Proxy class that Titanium did not like. After I removed the implementation - it built fine. The offending code was trying to override TiNetworkHTTPClientProxy
  4. Mauro Parra-Miranda 2013-10-14

    Closing per previous comment.
  5. Michal Matyjek 2013-10-15

    Thanks, makes sense to close.

JSON Source