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
ld: building for iOS Simulator, but linking in dylib built for iOS, file '/Users/rockey/WebstormProjects/app.next.com/node_modules/nodejs-mobile-react-native/ios/NodeMobile.framework/NodeMobile' for architecture arm64
#10
Open
rockey2020 opened this issue
Mar 13, 2022
· 2 comments
At Podfile (After add code,Must new pod install to effect to project)
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
my device is m1 MBP
Compilation fails on this platform
The text was updated successfully, but these errors were encountered: