Expo EAS compilation error (iOS only)
See original GitHub issueDescribe the bug Since updating to the latest version (4.1.3) I can’t compile for iOS anymore. Android still compiles without error.
(node_modules/react-native-date-picker/ios/RNDatePicker/DatePicker.m:15:29)
13 | @interface DatePicker ()
14 |
> 15 | @property (nonatomic, copy) RCTBubblingEventBlock onChange;
| ^ declaration of 'RCTBubblingEventBlock' must be imported from module 'React.RCTComponent' before it is required
16 | @property (nonatomic, assign) NSInteger reactMinuteInterval;
17 |
18 | @end
Expected behavior Should compile.
To Reproduce Create Project Install react-native-date-picker 4.1.3 eas build --profile development
Smartphone:
- OS: iOS
- React Native version 0.64.12
- react-native-date-picker version 4.1.3
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:15 (1 by maintainers)
Top Results From Across the Web
EAS build failing for Expo 46 iOS when using @stripe ... - GitHub
The builds work fine locally, and it is only since I upgraded this dependency that I have started getting this problem. Managed or...
Read more >Troubleshooting build errors and crashes - Expo Documentation
This particular error means that the app is importing ./src/Routes and it is not found. The cause could be that the filename case...
Read more >Expo eas build ios fails at "Run fastline" - Stack Overflow
I did npx expo prebuild -c; After that I did eas build --platform ios; The only thing I changed after prebuild is at...
Read more >Getting error when building iOS app by using EAS (Expo ...
When I build the iOS app using EAS, I get this error, which is coming from Swift Pods, which is seemed to have...
Read more >How to Build and Distribute Any React Native App With New ...
Unlike the classic Expo build service ( expo build:[android|ios] ), EAS ... Tip: alternatively, you can just run eas build to both configure ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Any one merging this back to main so that it works for us?
Yeah, I just pinned
"expo": "^44.0.6"
inpackage.json
and verified in myyarn.lock
that I’m getting 44.0.6. Still appear to be building with this issue. Going to try the patch suggested above.