-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Fresh application [email protected] error build in Xcode 11.0 #26748
Comments
Same issue for me when building for device from Xcode.
Xcode 11.0 When building to iOS simulator from Xcode I don't have the problem. EDIT: downgrading to Xcode 10.3 fixed the bug. |
@franckboudraa Thanks to confirm. |
Same as @franckboudraa here. |
In my case, downgrading to Xcode 10.3 didn't resolve the issue. |
Have you tried to reinstall pods and clean the Xcode build cache ? |
Hmm.. Not really. I'll try this out later today, thanks for the tip, Franck
;)
What I noticed was that I'm now able to run the project through
command line (but, of course, this is not enough if you need to sign and
publish it).
(Apart from that, it's not clear for me if is this a React or a Xcode
issue. I'd appreciate if someone could clarify it.)
…On Thu, 10 Oct 2019 at 09:01, Franck Boudraa ***@***.***> wrote:
In my case, downgrading to Xcode 10.3 didn't resolve the issue.
Have you tried to reinstall pods and clean the Xcode build cache ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#26748?email_source=notifications&email_token=AAQTHMFI6O3PSYN44JSR73DQN3HMZA5CNFSM4I6JLGLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA3B4JI#issuecomment-540417573>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQTHMC7GLGF7GZRJGX4HFTQN3HMZANCNFSM4I6JLGLA>
.
|
I tried to reinstall everything (all libraries I'm currently using) again (for the 3rd or 4th time), using a fresh RN project, cleaning up the caches, installing the pods and everything else... and now I'm able to build for both Android and iOS... However, I still can't build using Xcode. Maybe later on today I'll try to upgrade again to Xcode 11 and build using it. |
@pabloluz Even with fresh generated rect native project we can't build project in Xcode. Reinstallation of everything doesn't help. |
@oleksandr-dziuban @franckboudraa are any of you guys able to build and release sign your apps? If so, could you please tell me how? Via command line? Thank you very much. |
I’m using Fastlane to sign, build and deploy apps |
@pabloluz Yes, on Xcode : select build for "Generic iOS device", then go to "Product > Archive". On Android Studio : go to "Build > Generate signed bundle / APK". |
.xcodeproj doesn't build, but when I tried using .xcworkspace file it worked. Even though I'm now able to build and release-sign the app, the issue initially mentioned by @oleksandr-dziuban is still happening. |
Hey guys, quick update: it's now working for me. If you are still interested in the topic, please check my comments out on this issue: #25546 (comment) Should you have any questions, feel free to ask me ;) |
Thanks @pabloluz |
Impossible to assemble a build in latest Xcode 11.0 with fresh application, [email protected].
Xcode always shows "Failed Build error":
With Xcode 10.2.1 everything worked fine.
React Native version:
Steps To Reproduce
react-native init TestApp
Expected result:
Build assembled correctly.
The text was updated successfully, but these errors were encountered: