I have been trying to build the new version on mac and some of the steps in the documentation are not working, can you please help

I have been trying to build the new version on mac and some of the steps in the documentation are not working, can you please help
The issue you're encountering, specifically with the LaunchScreen.storyboardc
during the storyboard linking process, is typically related to problems in the storyboard or Xcode project settings.
Here are some steps you can take to resolve this issue:
The first step is to clean your project and remove the Derived Data in Xcode. This can solve many build issues caused by old cached files.
Clean Xcode build folder:
Cmd + Shift + K
).Remove Derived Data:
There may be an issue with the LaunchScreen.storyboard
file. To resolve this:
Runner
project and navigate to Runner > Base.lproj > LaunchScreen.storyboard
.Check that your storyboard is correctly linked in the Xcode project settings:
LaunchScreen.storyboard
is properly set as the Launch Screen File.If your project uses CocoaPods, reinstalling the pods can resolve issues caused by missing or outdated dependencies:
Navigate to the ios
directory of your Flutter project:
Reinstall the pods:
After cleaning and verifying everything, run the project again using the terminal:
Then, open the .xcworkspace
file in Xcode and try building from there:
Make sure that the deployment target of your project is compatible with the devices you're building for:
Ensure that your project’s build phases are correctly set up for linking storyboards:
LaunchScreen.storyboard
.These steps should resolve the issue with linking the LaunchScreen.storyboard
. Let me know if it persists or if you encounter any other issues!
Regards,
Mr. Priyank
I have gotten the new update and some things where fixed but now i have this issue on Xcode
/Users/myprostream/Library/Developer/Xcode/DerivedData/Runner-cjnjgxlyfpwbqdgwoqkqvhhstkyp/Build/Products/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/ (for task: ["LinkStoryboards"])
Hi, Good Morning!
I hope you've found a solution to the issue mentioned above. If you're still experiencing any problems, feel free to share them with us. We're happy to assist you.
Thank you!
Regards,
Mr. Priyank
Whether you're troubleshooting an issue or looking for step-by-step guidance, our resources are designed to empower you with the knowledge you need
We’re glad we could assist you with your issue. If you're satisfied with our support, we’d appreciate it if you could leave a review on CodeCanyon.
We’ll be closing this ticket now. Thank you!
Regards,
Mr. Priyank