objective c - build Libidn for Apple TV -
i working in chat application apple tv. , using https://github.com/robbiehanson/xmppframework.
its working in simulator not in apple tv. getting error message,
ld: in /users/c/documents/kasi/v-appletv/vertv/xmpp/vendor/libidn/libidn.a(nfkc.o), building tvos, linking in object file built ios, architecture arm64 clang: error: linker command failed exit code 1 (use -v see invocation)
how build libidn tvos?
have tried downloading libidn , compiling library tvos ?
i don't know how compile tvos, this should give clue. need use appletvos.platform instead of iphoneos.platform of course , maybe change other values too.
Comments
Post a Comment