Mark DiFranco
Mark DiFranco
That is a silly reason to not use Swift optionals. Most of my protobuf messages contain optionals, and I'm now forced to write code that is more unsafe like so:...
I'm running into the same issue. @jafework-onescreen I've checked both my frameworks and they have the settings you specified. There are a few things that might make my project different:...
Checked both frameworks, and this is the output: Architectures in the fat file: MyoKit-Internal are: armv7 armv7s arm64 i386 Architectures in the fat file: ThalmicKit are: armv7 armv7s arm64 i386...
Actually, scratch that. I looked at the path supplied in the warning and the MyoKit-Internal framework that's being used for archive is in fact not fat (only i386). But, if...
The architectures for both my frameworks are set to Standard Architectures and valid architectures are set to armv7 armv7s i386 arm64 for both Debug and Release configurations. Correct. I can...
Yes that was the issue. Thank you!