ios icon indicating copy to clipboard operation
ios copied to clipboard

Explicit specification of the preprocessor macro of SWIFT_PACKAGE

Open phil1995 opened this issue 5 years ago • 0 comments

https://github.com/cryptomator/ios/blob/c45aa1dd0472621e6dc1e3aa1a697b4ce089993f/Cryptomator.xcodeproj/project.pbxproj#L1375

Due to a bug in Xcode that causes the SWIFT_PACKAGE flag to be set and not set at the same time, some Swift Packages (including GTMAppAuth and GoogleAPIClientForREST) cannot be used correctly without this preprocessor macro being set manually.

phil1995 avatar Oct 12 '20 13:10 phil1995