App Compilation Errors with App Clips

We are integrating App Clips into our existing App. With Xcode12 beta, we are running to framework challenges with App Clips. See this post for the framework issues: https://developer.apple.com/forums/thread/652683.

We have unblocked ourselves by deleting the entries under 'Other Linker Flags' and manually importing the frameworks into the project.

However now our main app is refusing to compile on an actual device and throwing this error which is linked to the App Clip target:

Code Block
Target Integrity
Building for iOS, but the embedded framework 'Alamofire.framework' was built for iOS Simulator.


I have looked around and can't figure out how to get it to compile for the actual device. Any suggestions?