react-native-create-library icon indicating copy to clipboard operation
react-native-create-library copied to clipboard

when create a new rn library , can not open *.xcworkspace 。

Open wx962464 opened this issue 6 years ago • 7 comments

when create a new rn library , can not open *.xcworkspace 。 image

wx962464 avatar Sep 18 '18 11:09 wx962464

@wx962464 Hey - do you use master or the version from npm?

maicki avatar Sep 18 '18 15:09 maicki

Same here. Version 3.1.2 from npm and Xcode 9.2.

othorin avatar Sep 21 '18 09:09 othorin

@othorin Please test master. Thanks!

maicki avatar Sep 21 '18 14:09 maicki

@maicki I used npm version. Thanks! Xcode version : 9.4.1 (9F2000)

wx962464 avatar Sep 27 '18 12:09 wx962464

The same problem. Xcode version: 10.1

BCT-Otis avatar Nov 26 '18 16:11 BCT-Otis

Installing from master resolved this for me

patbenatar avatar Mar 03 '19 18:03 patbenatar

For anyone coming here.. Installing it from master works. Just use the following command:

npm install frostney/react-native-create-library -g

boehlerlukas avatar Jun 26 '19 14:06 boehlerlukas