Xlpagertabstrip: Binary operator '|=' cannot be applied to two 'UIAccessibilityTraits' operands in swift 4.2

Created on 29 Sep 2018  路  3Comments  路  Source: xmartlabs/XLPagerTabStrip

Before submitting issues ...

  • Make sure you are using XLPagerTabStrip latest release or master branch version.
  • Make sure your Xcode version is the latest stable one.
  • Check if the issue was already reported or fixed. We add labels to each issue in order to easily find related issues. If you found a match add a brief comment "I have the same problem" or "+1".
  • Please do not use the issue tracker for personal support requests. Stack Overflow is a better place for that where a wider community can help you!

When submitting issues, please provide the following information to help maintainers to fix the problem faster:

  • Environment: XLPagerTabStrip, Xcode and iOS version you are using.
  • In case of reporting errors, provide Xcode console output of stack trace or code compilation error.
  • Any other additional detail such as example code that you think it would be useful to understand, reproduce and solve the problem.

Most helpful comment

I also encountered this error when pulling the 8.0.1 release. Updating my pod to:
pod 'XLPagerTabStrip', :git => 'https://github.com/xmartlabs/XLPagerTabStrip', :branch => 'master'

fixed the problem. This should stopgap for anyone else until the next release

All 3 comments

I also encountered this error when pulling the 8.0.1 release. Updating my pod to:
pod 'XLPagerTabStrip', :git => 'https://github.com/xmartlabs/XLPagerTabStrip', :branch => 'master'

fixed the problem. This should stopgap for anyone else until the next release

@henryw14 Thanks!

Fixed in 8.1.0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nikhil191090 picture nikhil191090  路  5Comments

emrecanozturk picture emrecanozturk  路  5Comments

junweimah picture junweimah  路  3Comments

unittesting0 picture unittesting0  路  3Comments

Mohammed-Eliass picture Mohammed-Eliass  路  4Comments