DeepARSDK / quickstart-ios-swift

DeepAR SDK for iOS example project
https://developer.deepar.ai
MIT License
23 stars 9 forks source link

Effects in directory not found #11

Closed batthis closed 3 years ago

batthis commented 3 years ago

Need to change String extension as follows:

extension String { var path: String? { return Bundle.main.path(forResource: self, ofType: nil, inDirectory: "Effects") } }