react-native-star-prnt icon indicating copy to clipboard operation
react-native-star-prnt copied to clipboard

Expo ejected project link not working, error:ld: framework not found StarIO_Extension clang: error: linker command failed with exit code 1 (use -v to see invocation)

Open lilyyang88 opened this issue 7 years ago • 3 comments
trafficstars

I got a project created using expo. In order to link this package. I detached from expo using ExpoKit. When I build the project I got:Apple Mach-O Linker Error error:ld: framework not found StarIO_Extension clang: error: linker command failed with exit code 1 (use -v to see invocation) Anyone has any ideas?

Instead, I use cocoapod to install the package: I added those two lines to the podfile pod 'RNStarPrnt', :path => "../node_modules/react-native-star-prnt", :podspec => "../node_modules/react-native-star-prnt/ios/RNStarPrnt.podspec"

but got those errors:

The RNStarPrnt pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute homepage. - WARN | source: The version should be included in the Git tag. - WARN | description: The description is equal to the summary. when I added homepage string. It gave me remote: Repository not found. fatal: repository 'https://github.com/author/RNStarPrnt.git/' not found.

lilyyang88 avatar Sep 15 '18 00:09 lilyyang88

@lilyyang88 I tried a lot using a podfile to link the library but the only way I made it resolve the plugin external star libraries was by linking them manually as explained on the documentation on how to install it for iOS.

infoxicator avatar Nov 15 '18 10:11 infoxicator

The repository URL looks incorrect @lilyyang88, could you try to replace author with infoxicator.

dnlowman avatar Nov 15 '18 11:11 dnlowman

I solved this issue by adding the framework search paths to the settings.

msert29 avatar Nov 20 '18 20:11 msert29