I’ve create new scheme for my project for DEV purposes to support dynamic hosting depends on prod/dev schemes. When I updating build configuration for -Dev scheme to Debug-DEV receiving an error like no such module which always appear/disappear. This error is in own framework which lay near by project(no own pods)
pod file do contain ASN1 and everything is ok when just a regular Debug, but I need to make it Debug-DEV
I Can assume that creating scheme was made by wrong way or what, but can’t figure out. Looked everywhere in target, settings and everything seems fine like paths for info-plist any else. Maybe someone faced something like this before? Would be thankful with any clue that I can check.