You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that Xcode 8.1 may have broken the ability to have a single Framework for multiple platforms. In looking at the compilation details for Charts framework, it now (under 8.1) builds differently than iOS frameworks.
The screen capture here shows XCGLogger output and the Charts output. The XCGLogger code compiles each source with its own line; Charts only shows a generic compilation line. The items after that show difference in architecture (x86 vs ARM), etc.
Looks like I found my issue. Somehow in the migration to Xcode, the target switched from an iOS simulator to 'MacOS'. Once I realized this and switched back to an iOS target, it all built fine.
I am using the latest version of Charts (8ef870a).
Just migrated to Xcode 8.1 this AM. Builds worked before this but after I am getting this new error.
When I look at the Charts project, it appears as a 'macOS' target not iOS. Any suggestions on how to fix this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: