bhandaribhuminpfizer opened a new issue #1113:
URL: https://github.com/apache/cordova-ios/issues/1113
## Problem
App won't build on the simulator but works fine on the device
After adding the below setting for a run on the simulator will cause the
issue:
```
Xcode -> Target Project -> Build Setting -> Excluded Architectures > "arm64"
Xcode -> Pod Target -> Build Setting -> Excluded Architectures > "arm64"
```
ionic info
```
Ionic:
Ionic CLI : 6.13.1
(/Users/bhuminbhandari/.nvm/versions/node/v10.17.0/lib/node_modules/@ionic/cli)
Ionic Framework : ionic-angular 3.9.10
@ionic/app-scripts : 3.2.4
Cordova:
Cordova CLI : 10.0.0
Cordova Platforms : android 9.0.0, ios 6.2.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0,
cordova-plugin-ionic-webview 5.0.0, (and 15 other plugins)
Utility:
cordova-res : 0.15.3
native-run : 1.3.0
System:
Android SDK Tools : 26.1.1 (/Users/bhuminbhandari/Library/Android/sdk)
ios-deploy : 1.11.4
NodeJS : v10.17.0
(/Users/bhuminbhandari/.nvm/versions/node/v10.17.0/bin/node)
npm : 6.11.3
OS : macOS Big Sur
```
Xcode v12.5 (12E262)
Xcode Error:
```
Undefined symbol: _CDVPageDidLoadNotification
Undefined symbol: _CDVPluginResetNotification
Undefined symbol: _OBJC_CLASS_$_CDVWebViewProcessPoolFactory
Undefined symbol: _CDVPluginHandleOpenURLNotification
Undefined symbol: _OBJC_METACLASS_$_CDVViewController
Undefined symbol: _OBJC_CLASS_$_CDVPlugin
Undefined symbol: _OBJC_METACLASS_$_CDVPlugin
Undefined symbol: _OBJC_CLASS_$_CDVViewController
Undefined symbol: _OBJC_METACLASS_$_CDVCommandDelegateImpl
Undefined symbol: _OBJC_CLASS_$_CDVPluginResult
Undefined symbol: _OBJC_METACLASS_$_CDVAppDelegate
Undefined symbol: _OBJC_CLASS_$_CDVCommandDelegateImpl
Undefined symbol: _OBJC_CLASS_$_CDVCommandQueue
Undefined symbol: _OBJC_METACLASS_$_CDVCommandQueue
Undefined symbol: _OBJC_CLASS_$_CDVInvokedUrlCommand
Undefined symbol: _OBJC_CLASS_$_CDVAppDelegate
```

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]