Can iOS be released without adding a third-party framework? Only added when debugging? Don't want to delete manually.
習慣沉默2017-05-02 09:27:06
Of course you can, just use multiple Targets.
In this way, you can configure different Linked Frameworks and Libraries for each target. One target is used for testing, and one target is used for packaging or creating release versions.