Rome icon indicating copy to clipboard operation
Rome copied to clipboard

Be more helpful when an incompatible Pod is used

Open neonichu opened this issue 9 years ago • 4 comments

Currently known to be incompatible:

  • anything which only consists of prebuilt binaries (we could copy frameworks over if they exist, but also consider things like Helpshift, which use vendored_library or in that case library)

neonichu avatar Jul 17 '15 03:07 neonichu

Does https://github.com/neonichu/Rome/pull/18 help this at all?

segiddins avatar Jul 29 '15 23:07 segiddins

Not really, IMO we should just copy vendored frameworks over, CP doesn't need to touch them, but for vendored libraries, there's still no good solution.

neonichu avatar Jul 30 '15 08:07 neonichu

I think generating an xcconfig would go a long way? On the other hand, the user can still just drag vendored libs

segiddins avatar Jul 30 '15 15:07 segiddins

Yah, but they also have to drag headers, so XCConfig sounds good

neonichu avatar Jul 30 '15 15:07 neonichu