Description
Describe the bug
Hi Adam
Thanks for this code - it is one of few mqtt libraries that I have found that is able to run independently on WatchOS. (which I need)
Testing and working well on both iOS and WatchOS 7, stimulators and devices.. Yah!
Unfortunately when i upload to Testflight: I receive this error:
ITMS-90562: Invalid Bundle - Bitcode failed to compile for your watchOS binary because it includes assembly source code or inline assembly. To resolve this issue, rewrite the corresponding code in a higher-level language such as Objective-C or Swift and redeliver your app.
At a guess it relates to the CCoreMqtt code? -- although can't find anything obvious.
Any suggestions or thoughts?
(Should mention - no other libraries/pods/dependencies, other than those needed/include with mqtt-nio)
Thanks.