You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I get an error when I just run a development project - npm run ios
{ platform:iOS Simulator, id:547681FF-89E1-455C-B72A-5EB9DF6700BD, OS:17.2, name:iPhone 15 Pro Max }
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ pusher_websocket_react_native (in target 'pusher-websocket-react-native' from project 'Pods')
(1 failure)
]
When I try to build the application via xCode I get this error
The text was updated successfully, but these errors were encountered:
installer.pods_project.build_configurations.each do |config|
config.build_settings["VALID_ARCHS[sdk=iphonesimulator*]"] = "x86_64"
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
e.g.
post_install do |installer|
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
installer.pods_project.build_configurations.each do |config|
config.build_settings["VALID_ARCHS[sdk=iphonesimulator*]"] = "x86_64"
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
Hi.
I get an error when I just run a development project -
npm run ios
When I try to build the application via xCode I get this error
The text was updated successfully, but these errors were encountered: