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

iOS Build Failed (RN0.35 + R-N-maps 0.11.0) #767

Closed
edolfuchs opened this issue Nov 4, 2016 · 5 comments
Closed

iOS Build Failed (RN0.35 + R-N-maps 0.11.0) #767

edolfuchs opened this issue Nov 4, 2016 · 5 comments

Comments

@edolfuchs
Copy link

Buil not work on IOS. The following build commands failed:

captura de tela 2016-11-04 as 16 18 16

...

captura de tela 2016-11-04 as 16 18 53

dependencies:

"react": "15.3.2",
"react-native": "^0.35.0",
"react-native-maps": "^0.11.0",

Anyone can help?

@Draydrew
Copy link

Draydrew commented Nov 7, 2016

I've been having the same issue as this, seems to be a protocol(?) found in the iOS 10 SDK.

There's a PR that fixed this issue here: #708 but a new release hasn't been made with it yet. (It'd be extremely helpful if that appears soon!)

@edolfuchs
Copy link
Author

I changed to UIApplicationDelegate and is working so far. I do not know if it's the best solution, but it worked for me.

@itinance
Copy link

@edolfuchs just remove the delegate if you're working on maximum iOS SDK Version < 10 as shown in #708. Anyhow, your local fix will only work as long as you don't update the node modules (or reinstall them completely, e.g. on another machine) [just for the sake of completness]

@edolfuchs
Copy link
Author

@itinance Thanks.

@alvelig
Copy link
Contributor

alvelig commented Dec 14, 2017

See latest doc. On iOS stick to the latest please.

@alvelig alvelig closed this as completed Dec 14, 2017
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

4 participants