You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
For the sake of documenting this issue further and helping others stumbling here for answers, this is caused by the following commit: 453e70d
React native version: 0.42.3
Platform: iOS
Dev system: MacOS
Dev tools: Xcode 7.3.1, iOS target 8.0
Updating Xcode to 8+ should fix this. Workaround if you want to stick to Xcode 7 is to replace UIActivityType activityType
with NSString * __nullable activityType
Related error : incompatible block pointer types assigning to 'UIActivityViewControllerCompletionWithItemsHandler _Nullable'
facebook
locked as resolved and limited conversation to collaborators
May 24, 2018
I am running react-native project in xcode(7.3.1) and this is the error I am getting
What's solution !!!!!
The text was updated successfully, but these errors were encountered: