-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asset validation failed, hermes contains bitcode. XCode 16 #1525
Comments
Hi, IIRC, Apple changed their mind on bitcode and and went back and forth about it. Unfortunately RN 0.72 is no longer supported, but if you upgrade to 0.73 or even better to 0.75, this should address your problem. |
I installed Xcode 15.4 alongside Xcode 16 and managed to build my app. To do this, I downloaded Xcode 15.4 from https://xcodereleases.com/, unzipped the .xip file, renamed it to Xcode15_4, and moved it to the Applications folder. After launching Xcode15_4 and signing in with my account, I built and distributed the app without any issues. Edit note: Xcode 15.4 does not run on MacOS 15 |
I was facing this same issue in RN version: "0.72.6", and was able to resolve it by following this link. After making the required changes, make sure to clean the project, derived data, install pods again and it should work. |
Yeah same link worked for me, you can fix it by following these steps: fix |
This is the solution that worked for me. |
This was the life saviour, thanks @avnshproinfo |
I am getting this issue in XCode 16 but none of the answers help me to resolve that issue Upload failed |
This solution helped me this
replace with
|
Open the ios/pods/whichframework/frameworks/ios_arm64_v7(this is my
chip)/framework.xcframework/framework you must ensure that exact path must
be entered otherwise it wont work if you need more assistance please add me
on discord im glad to help you
2 Eki 2024 Çar 09:31 tarihinde 이시현 ***@***.***> şunu yazdı:
… Please tell me how to find the framework path.
image.png (view on web)
<https://github.com/user-attachments/assets/670aa2ae-6380-4310-a8fe-010785370824>
—
Reply to this email directly, view it on GitHub
<#1525 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARUFM5QW4NVRHRH5FNJYJ6DZZOHLPAVCNFSM6AAAAABOZYTFQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBXG4ZDCNZYG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It will depends on the framework you're having. |
How can i get the path to be added inside framework paths |
you can insert these into Podfile which mentioned, but change to
|
How to get these paths for the error, am having issues with OneSignal, JitsiMeet .... |
I had the same issue, and here's how I resolved it step by step:
|
@Linuhusainnk You can open any code editor and navigate to your project’s root directory. From there, go to ios > Pods, where you'll find relevant folders. The folder names may differ slightly from the examples I provided. Once located, replace them as needed. Remember run pod install to take effect. |
I found specifying xCode 15.2 in my build scripts solved the issue for me |
Saved my week. solved my updated Xcode Issue. |
I added the following code to the post-install section of the Podfile, and after creating a new archive, it worked fine for me. bitcode_strip_path = framework_paths = [ framework_paths.each do |framework_relative_path| |
Bug Description
When trying to upload my app to AppStore using XCode 16, I get this error
I'm already disable bitcode in the Build Settings
gradle clean
and confirmed this bug does not occur with JSCHermes git revision (if applicable):
React Native version: 0.72.4
OS: iOS
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64):
Steps To Reproduce
code example:
The Expected Behavior
The text was updated successfully, but these errors were encountered: