Simon Archer

Results 12 comments of Simon Archer

to expand on the error a little, this is more of the error we get building for testing ``` Undefined symbols for architecture arm64: "___llvm_profile_runtime", referenced from: ___llvm_profile_runtime_user in GTMSessionFetcherCore.o...

It seems like the issue we had was having imported both `GoogleSignIn` and `GoogleSignInSwift` packages when adding the package via SPM. After removing the package and re-adding it with just...

The problem appears to be with the `fixedWidth` default value. If you assign it a fixedWidth value (play around with a value that works for you), then you can get...

Digging a little deeper, I noticed a comment saying that it specifically only supports Strings and ImageViews. Wondering if there is any plan to support a custom view within the...

Same issue Eagerly awaiting a fix for this as its halting our development flow when we can't use this library iOS Version: 14.3 Simulator Version: 12.3 Apple M1 Chip

> I think you should ask Apple for a fix Helpful suggestion, thanks for sharing.

@ravirajn22 this is what I saw... Hope it helps! ```2021-02-05 17:03:40.100230+0100 XXXXXXXX[52019:5014041] [db] _LSSchemaConfigureForStore failed with error Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)" UserInfo={_LSFunction=_LSSchemaConfigureForStore, ExpectedSimulatorHash={length = 32, bytes = 0x4b64f053 8d1364ff 0b68dbfb...

Im not 100% sure how all this linking stuff works, but could it be because the `react-native-qrcode-scanner` package does not include the Xcode project in the source? I see the...

Came here for the same issue. Based on Scott mentioned, I think I manage to replicate his solution... In the `AKPickerView.swift` file, find the `private class AKCollectionViewCell : UICollectionViewCell` initialisation...

Its been a week and Im still appear to be stuck here and cant make builds via Fastlane anymore. Is there any word on whether this is a wider issue?...