enisze
enisze
I get the same issue running on mac OS.
I got these errors: ❌ (/var/folders/d4/vs95y56x7_ddxqkybw1l9l1w0000gn/T/eas-build-local-nodejs/da587945-8535-4b09-9506-3dcc1a523dae/build/apps/proprate-mobile/ios/build/Build/Products/Debug-iphonesimulator/Google-Maps-iOS-Utils/GoogleMapsUtils.framework/Headers/GoogleMapsUtils-Swift.h:327:2) 325 | 326 | #else > 327 | #error unsupported Swift architecture | ^ unsupported Swift architecture 328 | #endif 329 | [RUN_FASTLANE] ❌...
@8times4 did you find a solution? I got the same issue now.
I had the issue that my react-native-reanimaed package was not in the same folder as my react-native package. I solved it by adding it to the correspondig package.json.
I would be interested in this as well, why is there no event for sign up? This blocks me from updating from the old @aws-amplify package :/
@kevoj7 could you share your code for the custom signUp? @israx main issue is regarding tracking what the user did exactly. For analytics.
I have the same issue. On iOS it works, but on android it does not. So is there no fix for this?
> The solution that worked for me is to set the position of the dropdown to "absolute" for iOS and "relative" for Android. Platform.OS == 'ios' ? 'absolute' : 'relative'...
Hey @louiszawadzki thank you for your quick reply :) I am using eas (locally). I tried the following command: `eas build --profile development-simulator --platform ios --local --clear-cache` The profile is...
``` [INSTALL_PODS] Update this package.json to use a subpath pattern like "./*". [INSTALL_PODS] Using Expo modules [INSTALL_PODS] [Expo] Enabling modular headers for pod ExpoModulesCore [INSTALL_PODS] Auto-generating `.xcode.env.local` with $NODE_BINARY=/Users/enisze/.nvm/versions/node/v16.19.0/bin/node [INSTALL_PODS]...