Posts

Post not yet marked as solved
6 Replies
Hi @davidhelms, Same issue for me as well. UNNotificationRequest with a UNLocationNotificationTrigger created using a CLBeaconRegion is never triggered on entry/exit. How the test with iOS 15.1 Beta 2 turned out for you? Can't find any mentions of this issue in iOS 15.1 release notes.
Post marked as solved
20 Replies
I have the same issue with both beta 5 and beta 6 even with Debug. It is a completly new project created in Xcode Beta 5. There are two packages added localy, that depend on external packages (like RxSwift, Apollo and others) and it shows same errors as you described 😟 However, sometimes after removing derived data and cleaning a build folder it succedes. But it's so random... For now I disabled parallelized build and always wait for Xcode to finish Indexing before building the project and it works in 2 of 3 build 🙂 But no idea how to fix it for "Enterprise" configuration, which we use to build at Bitrise. Hope it's a bug and it will be fixed in next releases.