rolinger commented on issue #1512:
URL: https://github.com/apache/cordova-ios/issues/1512#issuecomment-3234754541

   I updated my cocoa pods recently and now I am having linker problems related 
to Debug-iphonesimulator myapp.debug.lylib .  I found this article and other 
similar posts on how to fix this issue: 
https://blog.sudeium.com/2021/06/18/build-for-x86-simulator-on-apple-silicon-macs/
   
   However, after making the edits to my podfile and doing the `pod install`, I 
then run `cordova build ios` from the CLI and that rewrites my podfile, 
removing the custom edit.  How can I permanently add my edit:  `  
config.build_settings['ARCHS[sdk=iphonesimulator*]'] = 'x86_64'`


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to