Running on Ti 7.1.0.GA
Mac OSX
Installed Module locally in project (and tried globally)
Test on Simulator iPhone X (OS 11.3)
Error on Building:
[INFO] : Invoking xcodebuild
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Products/Debug-iphonesimulator/NFCTest.app/NFCTest normal x86_64
[ERROR] : (1 failure)
Incidentally, I tried also with Ti 7.0.2
part of my tiapp.xml:
<property name="run-on-main-thread" type="bool">true</property>
<ios>
<enable-launch-screen-storyboard>false</enable-launch-screen-storyboard>
<use-app-thinning>true</use-app-thinning>
<entitlements>
<dict>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>NDEF</string>
</array>
</dict>
</entitlements>
<plist>
<dict>
<key>NFCReaderUsageDescription</key>
<string>n.b. some privacy info goes here</string>
Running on Ti 7.1.0.GA
Mac OSX
Installed Module locally in project (and tried globally)
Test on Simulator iPhone X (OS 11.3)
Error on Building:
Incidentally, I tried also with Ti 7.0.2
part of my tiapp.xml: