Lay Mui

Results 34 comments of Lay Mui

here is my podfile ``` use_modular_headers! # Resolve react_native_pods.rb with node to allow for hoisting require Pod::Executable.execute_command('node', ['-p', 'require.resolve( "react-native/scripts/react_native_pods.rb", {paths: [process.argv[1]]}, )', __dir__]).strip platform :ios, min_ios_version_supported prepare_react_native_project! # If...

the fastlane CI log message: ``` the following build commands failed: PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/runner/Library/Developer/Xcode/DerivedData/nativeIntegration-alcotxzqppddyafffyjrvyvguhfw/Build/Intermediates.noindex/ArchiveIntermediates/nativeIntegration/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/React-rncore.build/Script-46EB2E000206D0.sh (in target 'React-rncore' from project 'Pods') (1 failure) [React-rncore] Running script [CP-User] Generate Specs...

locally, I was able to compile without any failure ``` [14:30:50]: $ set -o pipefail && xcodebuild -workspace ./nativeIntegration.xcworkspace -scheme nativeIntegration -destination 'generic/platform=iOS' -archivePath /Users/mui/Library/Developer/Xcode/Archives/2024-03-02/nativeIntegration\ 2024-03-02\ 14.30.50.xcarchive -allowProvisioningUpdates archive CODE_SIGN_IDENTITY=Apple\...

on the github actions CI, ``` [06:18:18]: $ set -o pipefail && xcodebuild -workspace ./nativeIntegration.xcworkspace -scheme nativeIntegration -destination 'generic/platform=iOS' -archivePath /Users/runner/Library/Developer/Xcode/Archives/2024-03-02/nativeIntegration\ 2024-03-02\ 06.18.18.xcarchive -allowProvisioningUpdates archive CODE_SIGN_IDENTITY=Apple\ Distribution:\ LayMui\ Toh |...

@farshadmb could you share how you use xargs? i have similar issue with github actions. it was ok in Nov 2023 and build suddenly broke with this error [00:52:28]: Installing...

@SerafinAna I upgrade to RN 0.71.6 and move the deep linking code from AppDelegate.m to AppDelegate.mm but the link is still unable to open i got this Error opening URL:...

@ariel-bentu how can you modified the library node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.mm this file will be restored when I run yarn anyway, it will cause this build error in xcode Use of undeclared identifier...

can we reopen this issue? this issue is not resolved yet

I manage to get it work on iOS need to add the url to the xcode setting refer to https://reactnavigation.org/docs/deep-linking/. At xcode, go to Targets, under the Info tab, go...

> Hello! from your report it is unclear what is the actual error and how to reproduce this, please provide a minimal repro project so we could reproduce the issue...