-
-
Notifications
You must be signed in to change notification settings - Fork 422
Compile Build failing for react-native 0.62 (IOS) #145
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
Comments
Is the issue maybe caused coz I don't have |
I have the same problem ... It is working fine with RN 0.61.5 but with RN 0.62.1 I have the same error. |
@rahulkasana thanks for report this problem, I'm working in the solution in the PR #146 I need to test the |
same issue
to
|
@drachyovmaxim this is not your issue your issue is #133 I'm working in the fix, thanks for the report |
@rahulkasana if you use |
This issue is closed because we have an example working with |
I had the same problem, I only have to Update Xcode 10 to 11 |
I have the same problem, and can't make it work. |
same issue on 0.63.2 here 🙋🏻♀️ |
Still not working . I have tried installing both version "@react-native-community/datetimepicker": "^3.0.1”, "@react-native-community/datetimepicker": "^2.5.0", |
Hi guys, don't forgot to use the Xcode 11.6 if you update to version 3+ |
Hello, sorry to re-open this discussion as I'm stuck on the same problem and don't want to create a new duplicate issue. My error message is as follows
Have also tried using
my
Environment Info
any help would be greatly appreciated |
@umaraziz0 were you able to find a solution to this issue? I am still facing the same issue and am unable to find a fix for it |
Not yet unfortunately, I've put it in my backlog for now. Hopefully someone else can provide some help |
CompileC /Users/emed4u.com/Library/Developer/Xcode/DerivedData/EMed4UMobileApp-fwymcedhgqrbkwclwyrzlvzkiyai/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNDateTimePicker.build/Objects-normal/arm64/RNDateTimePickerShadowView.o /Users/emed4u.com/Documents/Emed4u-app/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerShadowView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNDateTimePicker' from project 'Pods') getting this error while i am using ios12 |
Bug
When running react-native run-ios build fails.
The following build commands failed:
CompileC /Users/rkasana/Library/Developer/Xcode/DerivedData/ZastOnmove-ghuhgjztjiovtxbhhzofecqaqfnv/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNDateTimePicker.build/Objects-normal/x86_64/RNDateTimePickerManager.o /Users/rkasana/Documents/onmove/NewLennon/lennon/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
My podfile contains -
pod 'RNDateTimePicker', :path => '../node_modules/@react-native-community/datetimepicker/RNDateTimePicker.podspec'
Environment info
System:
OS: macOS 10.15.3
CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
Memory: 168.34 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.12.0 - /usr/local/bin/node
Yarn: 1.19.1 - /usr/local/bin/yarn
npm: 6.11.3 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.8.4 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
Android SDK:
API Levels: 23, 25, 27, 28, 29
Build Tools: 28.0.3, 29.0.2
System Images: android-29 | Google APIs Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: Not Found
Xcode: 10.0/10A255 - /usr/bin/xcodebuild
Languages:
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.11.0 => 16.11.0
react-native: 0.62.0 => 0.62.0
npmGlobalPackages:
react-native: Not Found
Library version: 2.3.1
Steps To Reproduce
Describe what you expected to happen:
The text was updated successfully, but these errors were encountered: