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

Unable to run application Both Android and IOS - #A2a8kKWn8OsVG1aaN4Ps #21

Open
sraghudatta94 opened this issue Nov 17, 2019 · 7 comments

Comments

@sraghudatta94
Copy link

sraghudatta94 commented Nov 17, 2019

IOS :
react-native run-ios is giving below issue:
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening PropertySearch.xcworkspace.
Android :

once react-native run-android getting this error
image

@sraghudatta94 sraghudatta94 changed the title Unable to run application Both Android and IOS Unable to run application Both Android and IOS - #A2a8kKWn8OsVG1aaN4Ps Nov 17, 2019
@thanhdevapp
Copy link

So bad, i have same problem,

I try to fix:

remove withTheme and it's working.

@sraghudatta94
Copy link
Author

withTheme

Can you please elaborate what withTheme is please

@JacobBrauchler
Copy link

@sraghudatta94 any luck resolving this issue? I am seeing the same thing.

@sraghudatta94
Copy link
Author

sraghudatta94 commented Dec 3, 2019 via email

@thanhdevapp
Copy link

Sorry i'm so busy, so bad when author not support,

Error cause

<Stack.Screen name="SignIn" component={SignIn} options={{header: null}} />

passing header to SignIn Screen

Go SignIn.tsx

export without withTheme

export default withTheme(SignIn); => export default SignIn;

@sraghudatta94
Copy link
Author

Still could not resolve. Can you please share some boilerplate project which works? It really helps my time.

@sraghudatta94
Copy link
Author

Still any update????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants