
GKumar688710 (Community Member) asked a question.
I am trying to upload the iOS build via pipeline and getting an error , "There is 1 module with fatal errors: Module name Ios Bitcode".

GKumar688710 (Community Member) asked a question.
I am trying to upload the iOS build via pipeline and getting an error , "There is 1 module with fatal errors: Module name Ios Bitcode".
Ask the Community
Get answers, share a use case, discuss your favorite features, or get input from the community.
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.
.png)
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
The error message "Unable to start a scan. Error: Selected modules (iOS Bitcode) contain fatal errors" suggests that there might be issues with the iOS Bitcode in your build. Bitcode is an intermediate representation of compiled code used by Apple's App Store to optimize app delivery. Here are some steps you can take to troubleshoot and resolve this issue:
Thanks @SBarnes464332 (Community Member) for the quick response. I checked the Build Options under Build Settings and there is no option to Enable Bitcode. As I am using Xcode 15.0.1 and Apple had removed the bitcode setting. Also there is no dependencies in my project. I even tried with a sample app with just one controller and a single view in storyboard. Still facing the same issue.
@GKumar688710 (Community Member) Is there any update regarding this issue?
No updated AFrenkel109126 Still facing the issue