PostHog / posthog-ios

PostHog iOS SDK
https://posthog.com/docs/libraries/ios
MIT License
29 stars 37 forks source link

`.identify(register` method broke Xcode cloud UITests #60

Closed GeorgeKyrylenko1998 closed 12 months ago

GeorgeKyrylenko1998 commented 1 year ago

UITests works properly on local machine but when I start Xcode cloud build it tests have a crash (Archive works fine) Screenshot 2023-07-17 at 22 00 18

hack which help resolve this issue

if !arch(x86_64)

.identify(register

endif