MaxAst / expo-share-extension

Expo config plugin for creating iOS share extensions with a custom view.
MIT License
161 stars 4 forks source link

[1.10.2]: EAS production build fails #37

Open kayode0x opened 3 days ago

kayode0x commented 3 days ago

on the latest version (1.10.2), i get this error message:

▸ ** ARCHIVE FAILED ** 2024-07-04 21:06:06.642 xcodebuild[4226:14093] warning: The file reference for "Info.plist" is a member of multiple groups ("xxxSafariExtension" and "xxxShareExtension"); this indicates a malformed project. Only the membership in one of the groups will be preserved (but membership in targets will be unaffected). If you want a reference to the same file in more than one group, please add another reference to the same path.

but on reverting to an older version (1.9.0), everything works fine. to reproduce, try having multiple custom configs, ex: rn-safari-extension

MaxAst commented 10 hours ago

interesting, will look into this in the course of the week, thanks for reporting @kayode0x. @andrew-levy do you happen to have seen this before?