unimonkiez / react-native-asset

Linking and unlinking of assets 🔥
298 stars 52 forks source link

Error: ENOENT: no such file or directory, open '/Users/noel/XXX/app/ios/XXX.xcodeproj/project.pbxproj' #5

Open BrodaNoel opened 6 years ago

BrodaNoel commented 6 years ago

Looks like react-native-asset is looking for ios/XXX.xcodeproj/project.pbxproj'. I have not that file. My file is ios/XXX.xcodeproj/project.xcworkspace.

I'm using XCode 9

unimonkiez commented 6 years ago

You are right! currently only supports the simple projects which are ejected from react-native.
Need a fix to support both