Lay Mui
Lay Mui
@erik-bershel please refer to https://github.com/LayMui/AwesomeProject
yes the repo is able to build with the same podfile however in my internal repo I saw this $ set -o pipefail && xcodebuild -workspace ./nativeIntegration.xcworkspace -scheme nativeIntegration -destination...
after I change podfile to ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '17.2.99' end end # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202 react_native_post_install( installer, config[:reactNativePath], :mac_catalyst_enabled => false ) end...
@sergei-pyshnoi could u refer to this repo https://github.com/LayMui/nativeIntegration/ I am able to reproduce it at https://github.com/LayMui/nativeIntegration/actions/runs/8228924047
@sergei-pyshnoi the latest actions run show a different error refer to https://github.com/LayMui/nativeIntegration/actions/runs/8244764713/job/22547533744 ```error file=/Users/runner/work/nativeIntegration/nativeIntegration/ios/nativeIntegration.xcodeproj::No profile for team 'CW9P2MP746' matching 'match AdHoc testapp.AwesomeProject' found: Xcode couldn't find any provisioning profiles matching...
this is my local build fastlane testandbuild: ``` [15:34:14]: ▸ Archive Succeeded [15:34:14]: Generated plist file with the following values: [15:34:14]: ▸ ----------------------------------------- [15:34:14]: ▸ { [15:34:14]: ▸ "provisioningProfiles": {...
@sergei-pyshnoi any update on this issue?
the build error seen in the github actions CI ``` [11:21:04]: $ set -o pipefail && xcodebuild -workspace ./nativeIntegration.xcworkspace -scheme nativeIntegration -destination 'generic/platform=iOS' -archivePath /Users/runner/Library/Developer/Xcode/Archives/2024-03-14/nativeIntegration\ 2024-03-14\ 11.21.04.xcarchive archive | tee...
@sergei-pyshnoi i suspect some OS system configuration it got to do with the pod install when the react-rncore is not installed refer to this https://github.com/facebook/react-native/issues/42070 i notice this when I...
@sergei-pyshnoi there is a similar issue at https://github.com/fastlane/fastlane/issues/21373