Skip to content
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

Expected ')' in RCTProfile.m in reactnative #13020

Closed
mohammed1955 opened this issue Mar 19, 2017 · 3 comments
Closed

Expected ')' in RCTProfile.m in reactnative #13020

mohammed1955 opened this issue Mar 19, 2017 · 3 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@mohammed1955
Copy link

I am running react-native project in xcode(7.3.1) and this is the error I am getting
screen shot 1395-12-30 at 01 38 13
What's solution !!!!!

@hi-bazinga
Copy link

@mohammed1955 I just downgraded the react-native from 0.42.3 to 0.38.0 and the problem solved.

@hramos
Copy link
Contributor

hramos commented Mar 20, 2017

Hey, thanks for reporting this issue!

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!

@olivierIllogika
Copy link

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 facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants