I’m trying my hand at building an iOS mobile app with Bootstrap 5 for the first time. However, I’ve ran into the following issue after I attempted to view the page in the iOS emulator. I’m working on a MacMini ARM64.
The following error message was displayed:
warning: Run script build phase ‘[CP] Embed Pods Frameworks’ will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking “Based on dependency analysis” in the script phase. (in target ‘App’ from project ‘App’) ** BUILD FAILED **
Thank you for your assistance.
After I restarted of the computer, the app was able to be viewed in the emulator.
Then the error popped up again:
Thank you for helping me understand this process.
I decided to delete the iOS and reinstall it. Afterward, the emulator worked.
I’m still getting the following error. After I view the page in the emulator, the first couple of views are fine. It is later that the process to view again fails with the following error.
/Users/j.r.black/Desktop/bs5-mobile-app/ios/DerivedData/76999713-F2E4-4217-9EBE-6C5C4E0886A6/Build/Products/Debug-iphonesimulator/App.app:
resource fork, Finder information, or similar detritus not allowed
Command CodeSign failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
CodeSign
/Users/j.r.black/Desktop/bs5-mobile-app/ios/DerivedData/76999713-F2E4-4217-9EBE-6C5C4E0886A6/Build/Products/Debug-iphonesimulator/App.app
(in target 'App' from project 'App')
(1 failure)
Error running your project for ios!