Failed to set plugin placeholder
2019-12-31 本文已影响0人
山野武夫

这个问题,可以参考下:
https://stackoverflow.com/questions/47344160/failed-to-set-plugin-placeholders-message
或者直接点就是,TARGETS 里面的Bundle identifier 和 Extension 里的 Bundle identifier 需要不一致。
两者需要这样配置:
com.example.App
com.example.AppExtension
配置好就OK了。

