[AC-3330] Adding macro in Titanium iOS Module causing app crash
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | n/a |
| Status | Resolved |
| Resolution | Not Our Bug |
| Resolution Date | 2015-09-28T15:54:02.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | ios, module, titanium |
| Reporter | vijay |
| Assignee | Shak Hossain |
| Created | 2014-10-14T11:00:18.000+0000 |
| Updated | 2016-03-08T07:57:45.000+0000 |
Description
I am creating Titanium iOS module to integrate Stripe iOS library in titanium app. If I add a macro "STRIPE_ENABLE_APPLEPAY" in Titanium iOS module(In XCode) with TI_VERSION and build it, aftre that when I run titanium app(which includes this module) it get crashed at the time of build app....
I tried app cleanup but not working.....
Crash message:
[ERROR] : 2014-10-14 14:06:23.787 xcodebuild[18412:5403] DeveloperPortal: Using pre-existing current store at URL (file:///Users/macmini/Library/Developer/Xcode/DeveloperPortal%206.0.db).
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Debug-iphonesimulator/DemoApplePay2.app/DemoApplePay2 normal i386
[ERROR] : (1 failure)
Hello, is this a public module? Is it at github? Best Regards, Mauro
No its not public module I am implementing Titanium iOS module to give apple pay funtionality in titanium iOS app. Here is the DOC for Apple pay - https://stripe.com/docs/mobile/ios
I am also seeing this error. It appears to be related to modules that need updating. I think something in the main module Xcode project needs updating in order to rebuild it. But I don't know what build settings need updating.