Kevin Brown

Results 133 comments of Kevin Brown

When this package was built, React Native did not handle schemes correctly. The script was copy / paste with modifications to enable schemes to work. In versions of React native...

Sure, just haven't had time myself. PRs are welcome.

@DanFlor, thanks for the contribution. I think the use case that necessitated following symlinks was when people use `npm link` to bring a module in for development, which we still...

I'm not particularly familiar with how this works, as I haven't used it before. In the vanilla version, do you edit the script step in XCode to accomplish this, or?...

@synackal, correct me if I'm wrong, but isn't that use case already catered for in the `settings` part of the config in `package.json`?

I'm talking about the stuff under the `env` key: ``` // Additional environment variables your code might need // They will be set using an `export` right before the scheme...

Ah, I got what you're tying to do now. The best way to do it would be to have a configuration option in `package.json`, perhaps `packageRoot` or `bundlingRoot` or something...

When I built the library, the xcode package would throw an exception while trying to parse that particular `pbxproj` file. It doesn't hurt to have the script run through all...

If you watch the changes to the project files, they should still be made. Usually XCode won't actually update visually until you close it and re-open it. So try these...

I'll go ahead and assume this resolved the issue for you. If not, please let me know, happy to help!