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
Describe the bug
I'm attempting to use the latest Segment Swift Packing in my Objective C project,
I've added it my project using Swift package Manager.
In the Segment-Swift.h file going straight to the unsupported Swift architecture error.
Any guidance would be appreciated.
#if defined(__OBJC__)
OBJECTIVE-C CODE
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif
#else
#error unsupported Swift architecture
#endif
Expected behavior
Able to import Segment successfully
@import Segment;
*Screenshots
*
Platform (please complete the following information):
Library Version in use: 1.6.2
Platform being tested: [e.g. iOS]
The text was updated successfully, but these errors were encountered:
Thank you for the response. I figured the issue is most likely a project setup issue. However I am having trouble nailing it down. Do you have any suggestion about what to look for potentially.
Describe the bug
I'm attempting to use the latest Segment Swift Packing in my Objective C project,
I've added it my project using Swift package Manager.
In the Segment-Swift.h file going straight to the unsupported Swift architecture error.
Any guidance would be appreciated.
Expected behavior
Able to import Segment successfully
@import Segment;
*Screenshots
*
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: