-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with XCode10 #26
Comments
Same issue here |
Not sure if this is the correct way to fix this but I managed to get this to work by rebuilding the module and changing the OTHER_LDFLAGS in module.xcconfig to target iOS12 as such:
|
It works to me too with this update, but it read an empty object |
Messages are coming in OK for me though I'm just doing plain text. Tested on iOS 11 & 12 successfully. |
Sorry, messages is not empty, but all the NdefRecords are. |
I cannot read all the data stored in the tag. There are 3 fields, a string, a website (preceded with
The output is (I had to fix the payload value because the substring was removing the first character):
|
Please see https://jira.appcelerator.org/browse/MOD-2496 for the official ticket for this issue. As @eddyinet already pointed out this is due to a wrong linker flag. For compatibility with previous iOS version it is recommended to use the following config:
|
Hi, I just updated to XCode 10 and I cannot build the app with the
ti.nfc
module.I receive this error:
If I remove the
<module platform="iphone">ti.nfc</module>
from tiapp.xml it compiles as always.The text was updated successfully, but these errors were encountered: