Titanium JIRA Archive
Appcelerator Modules (MOD)

[MOD-2496] iOS: ti.nfc module not working with Xcode 10 and iOS 12

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsNFC
Labelsn/a
ReporterFazlul Haque
AssigneeJohn V Pataki
Created2019-02-19T15:21:46.000+0000
Updated2019-05-28T19:12:11.000+0000

Description

Hello, ti.nfc module is not working with 7.5.0.GA. I have tested this module with the following environment using the sample code from the module example folder. *Test Environment:* Appcelerator Command-Line Interface, version 7.0.9 Operating System Name = Mac OS X Version = 10.14 Architecture = 64bit # CPUs = 4 Memory = 8589934592 Node.js Node.js Version = 8.9.1 npm Version = 5.5.1 Titanium CLI CLI Version = 5.1.1 Titanium SDK SDK Version = 7.5.0.GA SDK Path = /Users/user/Library/Application Support/Titanium/mobilesdk/osx/7.5.0.GA Target Platform = iphone Device : iPhone 5s (iOS 12.2) *Samle code:* Sample code is available on [Here](https://github.com/appcelerator-modules/ti.nfc/blob/master/ios/example/app.js) Module link: https://github.com/appcelerator-modules/ti.nfc/releases Used module version: iOS 2.1.0 Full trace log in available on attachment file. Thanks

Attachments

FileDateSize
trace.txt2019-02-19T15:21:20.000+00001683713

Comments

  1. Jan Vennemann 2019-02-19

    As a workaround replace [this line](https://github.com/appcelerator-modules/ti.nfc/blob/6771780a98c00f0d004dd9f1016bc8aa16a7ae35/ios/module.xcconfig#L10) in your local module installation with the following:
       OTHER_LDFLAGS=$(inherited) -weak_framework CoreNFC
       
    No module rebuild necessary.

JSON Source